diff --git a/src/aks-preview/azext_aks_preview/custom.py b/src/aks-preview/azext_aks_preview/custom.py index 87517608fc9..9ffa3e6d629 100644 --- a/src/aks-preview/azext_aks_preview/custom.py +++ b/src/aks-preview/azext_aks_preview/custom.py @@ -97,6 +97,7 @@ from azure.cli.core.api import get_config_dir from azure.cli.core.azclierror import ( ArgumentUsageError, + ClientRequestError, InvalidArgumentValueError, MutuallyExclusiveArgumentError, ) @@ -720,10 +721,23 @@ def aks_create( # DO NOT MOVE: get all the original parameters and save them as a dictionary raw_parameters = locals() - from azure.cli.command_modules.acs._consts import DecoratorEarlyExitException - from azext_aks_preview.managed_cluster_decorator import AKSPreviewManagedClusterCreateDecorator + # validation for existing cluster + existing_mc = None + try: + existing_mc = client.get(resource_group_name, name) + # pylint: disable=broad-except + except Exception as ex: + logger.debug("failed to get cluster, error: %s", ex) + if existing_mc: + raise ClientRequestError( + f"The cluster '{name}' under resource group '{resource_group_name}' already exists. " + "Please use command 'az aks update' to update the existing cluster, " + "or select a different cluster name to create a new cluster." + ) # decorator pattern + from azure.cli.command_modules.acs._consts import DecoratorEarlyExitException + from azext_aks_preview.managed_cluster_decorator import AKSPreviewManagedClusterCreateDecorator aks_create_decorator = AKSPreviewManagedClusterCreateDecorator( cmd=cmd, client=client, diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_abort.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_abort.yaml old mode 100644 new mode 100755 index c56972c70a8..7ea979a577e --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_abort.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_abort.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value --no-wait + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-25T01:59:12Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:20:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 25 Nov 2022 01:59:13 GMT + - Thu, 16 Mar 2023 01:20:11 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestkzfczeiif-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestuqjp63aof-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv6Y4bmkbdVO4LU4fj05zn9F94/fqaolK5Rwo+qHvKTRh5mx4O8lsiaAgXnIp5xJNhGuXhcgkIv5+SikoLWLmooefoUFc378wb7QE1cbcRb7HeHsMh93lIo7TPXKfPIoKHcNVXxIEjLIuJt39vMFjORyuL/PiM990a1+Vbbde6quDMDHiloP3hkoPuT3jcuecQ4brp3AOxB0EMWRElRzmtaCtY+OwkLTnrdql+fOAe52B3XTHD26UeeISwJnu+CuqWIOzfGGFOux/KP5c05Ft4gHmEzbFuAge0e8Yr+P510R4Qj2EUIt9AgIFrC10+NtVnPUbrGzGtwNEUSX5A1wmN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkzfczeiif-8ecadf\",\n \"fqdn\": \"cliakstest-clitestkzfczeiif-8ecadf-f8f3e76e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkzfczeiif-8ecadf-f8f3e76e.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestuqjp63aof-79a739\",\n \"fqdn\": \"cliakstest-clitestuqjp63aof-79a739-4v3sixl7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestuqjp63aof-79a739-4v3sixl7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv6Y4bmkbdVO4LU4fj05zn9F94/fqaolK5Rwo+qHvKTRh5mx4O8lsiaAgXnIp5xJNhGuXhcgkIv5+SikoLWLmooefoUFc378wb7QE1cbcRb7HeHsMh93lIo7TPXKfPIoKHcNVXxIEjLIuJt39vMFjORyuL/PiM990a1+Vbbde6quDMDHiloP3hkoPuT3jcuecQ4brp3AOxB0EMWRElRzmtaCtY+OwkLTnrdql+fOAe52B3XTHD26UeeISwJnu+CuqWIOzfGGFOux/KP5c05Ft4gHmEzbFuAge0e8Yr+P510R4Qj2EUIt9AgIFrC10+NtVnPUbrGzGtwNEUSX5A1wmN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/6cce7f53-ab38-411d-be5d-d22fe068aa0c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f760e73-8a64-4128-9e87-0ee3dabc3d29?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Fri, 25 Nov 2022 01:59:17 GMT + - Thu, 16 Mar 2023 01:20:15 GMT expires: - '-1' pragma: @@ -159,8 +204,8 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -169,23 +214,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkzfczeiif-8ecadf\",\n \"fqdn\": \"cliakstest-clitestkzfczeiif-8ecadf-f8f3e76e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkzfczeiif-8ecadf-f8f3e76e.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestuqjp63aof-79a739\",\n \"fqdn\": \"cliakstest-clitestuqjp63aof-79a739-4v3sixl7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestuqjp63aof-79a739-4v3sixl7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv6Y4bmkbdVO4LU4fj05zn9F94/fqaolK5Rwo+qHvKTRh5mx4O8lsiaAgXnIp5xJNhGuXhcgkIv5+SikoLWLmooefoUFc378wb7QE1cbcRb7HeHsMh93lIo7TPXKfPIoKHcNVXxIEjLIuJt39vMFjORyuL/PiM990a1+Vbbde6quDMDHiloP3hkoPuT3jcuecQ4brp3AOxB0EMWRElRzmtaCtY+OwkLTnrdql+fOAe52B3XTHD26UeeISwJnu+CuqWIOzfGGFOux/KP5c05Ft4gHmEzbFuAge0e8Yr+P510R4Qj2EUIt9AgIFrC10+NtVnPUbrGzGtwNEUSX5A1wmN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -209,11 +254,11 @@ interactions: cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Fri, 25 Nov 2022 01:59:19 GMT + - Thu, 16 Mar 2023 01:20:16 GMT expires: - '-1' pragma: @@ -247,8 +292,8 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cliakstest000002/abort?api-version=2023-01-02-preview response: @@ -257,57 +302,58 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkzfczeiif-8ecadf\",\n \"fqdn\": \"cliakstest-clitestkzfczeiif-8ecadf-f8f3e76e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkzfczeiif-8ecadf-f8f3e76e.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestuqjp63aof-79a739\",\n \"fqdn\": \"cliakstest-clitestuqjp63aof-79a739-4v3sixl7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestuqjp63aof-79a739-4v3sixl7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv6Y4bmkbdVO4LU4fj05zn9F94/fqaolK5Rwo+qHvKTRh5mx4O8lsiaAgXnIp5xJNhGuXhcgkIv5+SikoLWLmooefoUFc378wb7QE1cbcRb7HeHsMh93lIo7TPXKfPIoKHcNVXxIEjLIuJt39vMFjORyuL/PiM990a1+Vbbde6quDMDHiloP3hkoPuT3jcuecQ4brp3AOxB0EMWRElRzmtaCtY+OwkLTnrdql+fOAe52B3XTHD26UeeISwJnu+CuqWIOzfGGFOux/KP5c05Ft4gHmEzbFuAge0e8Yr+P510R4Qj2EUIt9AgIFrC10+NtVnPUbrGzGtwNEUSX5A1wmN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": - \"nodeIPConfiguration\"\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 \"podCidrs\": - [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n - \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": - 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": - {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n - \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": - {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": - {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": + {\n \"keda\": {\n \"enabled\": true,\n \"config\": {\n \"addonv2\": + \"true\"\n }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n + \ },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/84aaa389-40aa-4457-b0c7-ffffb4223f1f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/82ab5b47-e3e5-4889-bf2d-1a19c68e92fa?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3594' content-type: - application/json date: - - Fri, 25 Nov 2022 01:59:19 GMT + - Thu, 16 Mar 2023 01:20:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/84aaa389-40aa-4457-b0c7-ffffb4223f1f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/82ab5b47-e3e5-4889-bf2d-1a19c68e92fa?api-version=2016-03-30 pragma: - no-cache server: @@ -335,15 +381,15 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84aaa389-40aa-4457-b0c7-ffffb4223f1f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/82ab5b47-e3e5-4889-bf2d-1a19c68e92fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"89a3aa84-aa40-5744-b0c7-ffffb4223f1f\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-25T01:59:19.7165282Z\",\n \"endTime\": - \"2022-11-25T01:59:29.8153093Z\"\n }" + string: "{\n \"name\": \"475bab82-e5e3-8948-bf2d-1a19c68e92fa\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:20:17.3371836Z\",\n \"endTime\": + \"2023-03-16T01:20:24.7697117Z\"\n }" headers: cache-control: - no-cache @@ -352,7 +398,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 01:59:49 GMT + - Thu, 16 Mar 2023 01:20:47 GMT expires: - '-1' pragma: @@ -384,10 +430,10 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/84aaa389-40aa-4457-b0c7-ffffb4223f1f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/82ab5b47-e3e5-4889-bf2d-1a19c68e92fa?api-version=2016-03-30 response: body: string: '' @@ -397,11 +443,11 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 01:59:49 GMT + - Thu, 16 Mar 2023 01:20:47 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/84aaa389-40aa-4457-b0c7-ffffb4223f1f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/82ab5b47-e3e5-4889-bf2d-1a19c68e92fa?api-version=2016-03-30 pragma: - no-cache server: @@ -427,8 +473,8 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -437,23 +483,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Canceled\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkzfczeiif-8ecadf\",\n \"fqdn\": \"cliakstest-clitestkzfczeiif-8ecadf-f8f3e76e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkzfczeiif-8ecadf-f8f3e76e.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestuqjp63aof-79a739\",\n \"fqdn\": \"cliakstest-clitestuqjp63aof-79a739-4v3sixl7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestuqjp63aof-79a739-4v3sixl7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Canceled\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv6Y4bmkbdVO4LU4fj05zn9F94/fqaolK5Rwo+qHvKTRh5mx4O8lsiaAgXnIp5xJNhGuXhcgkIv5+SikoLWLmooefoUFc378wb7QE1cbcRb7HeHsMh93lIo7TPXKfPIoKHcNVXxIEjLIuJt39vMFjORyuL/PiM990a1+Vbbde6quDMDHiloP3hkoPuT3jcuecQ4brp3AOxB0EMWRElRzmtaCtY+OwkLTnrdql+fOAe52B3XTHD26UeeISwJnu+CuqWIOzfGGFOux/KP5c05Ft4gHmEzbFuAge0e8Yr+P510R4Qj2EUIt9AgIFrC10+NtVnPUbrGzGtwNEUSX5A1wmN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -477,11 +523,11 @@ interactions: cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Fri, 25 Nov 2022 02:00:00 GMT + - Thu, 16 Mar 2023 01:20:58 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_confcom_addon.yaml old mode 100644 new mode 100755 index 22a3ce4242b..917b600ea22 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_confcom_addon.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:58 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:28:00Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:20:58Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:28:01 GMT + - Thu, 16 Mar 2023 01:20:58 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestbpe6bmfke-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestgsdwzpss7-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -75,8 +120,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -85,23 +130,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbpe6bmfke-79a739\",\n \"fqdn\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgsdwzpss7-79a739\",\n \"fqdn\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -125,15 +170,15 @@ interactions: {\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/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3630' + - '3626' content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:04 GMT + - Thu, 16 Mar 2023 01:21:01 GMT expires: - '-1' pragma: @@ -145,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -163,14 +208,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -179,7 +224,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:35 GMT + - Thu, 16 Mar 2023 01:21:32 GMT expires: - '-1' pragma: @@ -211,14 +256,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -227,7 +272,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:05 GMT + - Thu, 16 Mar 2023 01:22:02 GMT expires: - '-1' pragma: @@ -259,14 +304,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -275,7 +320,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:35 GMT + - Thu, 16 Mar 2023 01:22:32 GMT expires: - '-1' pragma: @@ -307,14 +352,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -323,7 +368,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:05 GMT + - Thu, 16 Mar 2023 01:23:02 GMT expires: - '-1' pragma: @@ -355,14 +400,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -371,7 +416,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:35 GMT + - Thu, 16 Mar 2023 01:23:31 GMT expires: - '-1' pragma: @@ -403,14 +448,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -419,7 +464,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:05 GMT + - Thu, 16 Mar 2023 01:24:01 GMT expires: - '-1' pragma: @@ -451,14 +496,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -467,7 +512,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:36 GMT + - Thu, 16 Mar 2023 01:24:31 GMT expires: - '-1' pragma: @@ -499,14 +544,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -515,7 +560,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:06 GMT + - Thu, 16 Mar 2023 01:25:02 GMT expires: - '-1' pragma: @@ -547,14 +592,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -563,7 +608,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:36 GMT + - Thu, 16 Mar 2023 01:25:33 GMT expires: - '-1' pragma: @@ -595,14 +640,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -611,7 +656,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:05 GMT + - Thu, 16 Mar 2023 01:26:03 GMT expires: - '-1' pragma: @@ -643,14 +688,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" headers: cache-control: - no-cache @@ -659,7 +704,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:35 GMT + - Thu, 16 Mar 2023 01:26:32 GMT expires: - '-1' pragma: @@ -691,15 +736,207 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e231927-91cd-4fd5-bd74-ef976673a0e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2719236e-cd91-d54f-bd74-ef976673a0e2\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:28:05.2789377Z\",\n \"endTime\": - \"2022-11-24T09:33:40.8794741Z\"\n }" + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:27:02 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:27:32 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:28:02 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:28:32 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc7e5475-09c6-4eff-9c53-1f7dc7398b93?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"75547ecc-c609-ff4e-9c53-1f7dc7398b93\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:21:02.1341992Z\",\n \"endTime\": + \"2023-03-16T01:28:59.1401666Z\"\n }" headers: cache-control: - no-cache @@ -708,7 +945,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:05 GMT + - Thu, 16 Mar 2023 01:29:02 GMT expires: - '-1' pragma: @@ -740,8 +977,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -750,23 +987,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbpe6bmfke-79a739\",\n \"fqdn\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgsdwzpss7-79a739\",\n \"fqdn\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -775,7 +1012,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9f5aea78-c321-49f4-ad56-4eaf80b5afca\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5c7c0da2-dc03-44ed-8d77-c1ca6cf5e590\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -796,11 +1033,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:06 GMT + - Thu, 16 Mar 2023 01:29:03 GMT expires: - '-1' pragma: @@ -832,8 +1069,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -842,23 +1079,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbpe6bmfke-79a739\",\n \"fqdn\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgsdwzpss7-79a739\",\n \"fqdn\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -867,7 +1104,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9f5aea78-c321-49f4-ad56-4eaf80b5afca\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5c7c0da2-dc03-44ed-8d77-c1ca6cf5e590\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -888,11 +1125,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:07 GMT + - Thu, 16 Mar 2023 01:29:04 GMT expires: - '-1' pragma: @@ -912,16 +1149,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestbpe6bmfke-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestgsdwzpss7-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": false}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": @@ -929,7 +1166,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9f5aea78-c321-49f4-ad56-4eaf80b5afca"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5c7c0da2-dc03-44ed-8d77-c1ca6cf5e590"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -947,14 +1184,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2758' + - '2756' Content-Type: - application/json ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -963,23 +1200,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbpe6bmfke-79a739\",\n \"fqdn\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgsdwzpss7-79a739\",\n \"fqdn\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": false,\n \"config\": @@ -987,7 +1224,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9f5aea78-c321-49f4-ad56-4eaf80b5afca\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5c7c0da2-dc03-44ed-8d77-c1ca6cf5e590\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1006,15 +1243,15 @@ interactions: {\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/westus2/operations/357f08f9-b4d1-4ab2-8ecc-ac4dc1e389c5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf0ec7f2-97b3-424b-b8ee-d9d40e200fb7?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4236' + - '4232' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:10 GMT + - Thu, 16 Mar 2023 01:29:06 GMT expires: - '-1' pragma: @@ -1048,14 +1285,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/357f08f9-b4d1-4ab2-8ecc-ac4dc1e389c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf0ec7f2-97b3-424b-b8ee-d9d40e200fb7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9087f35-d1b4-b24a-8ecc-ac4dc1e389c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:10.3805511Z\"\n }" + string: "{\n \"name\": \"f2c70ecf-b397-4b42-b8ee-d9d40e200fb7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:29:07.1831271Z\"\n }" headers: cache-control: - no-cache @@ -1064,7 +1301,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:40 GMT + - Thu, 16 Mar 2023 01:29:36 GMT expires: - '-1' pragma: @@ -1096,14 +1333,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/357f08f9-b4d1-4ab2-8ecc-ac4dc1e389c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf0ec7f2-97b3-424b-b8ee-d9d40e200fb7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9087f35-d1b4-b24a-8ecc-ac4dc1e389c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:10.3805511Z\"\n }" + string: "{\n \"name\": \"f2c70ecf-b397-4b42-b8ee-d9d40e200fb7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:29:07.1831271Z\"\n }" headers: cache-control: - no-cache @@ -1112,7 +1349,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:10 GMT + - Thu, 16 Mar 2023 01:30:07 GMT expires: - '-1' pragma: @@ -1144,72 +1381,24 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/357f08f9-b4d1-4ab2-8ecc-ac4dc1e389c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf0ec7f2-97b3-424b-b8ee-d9d40e200fb7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9087f35-d1b4-b24a-8ecc-ac4dc1e389c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:10.3805511Z\"\n }" + string: "{\n \"name\": \"f2c70ecf-b397-4b42-b8ee-d9d40e200fb7\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:29:07.1831271Z\",\n \"endTime\": + \"2023-03-16T01:30:29.290545Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 09:35:40 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 addon disable - Connection: - - keep-alive - ParameterSetName: - - --addon --resource-group --name -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/357f08f9-b4d1-4ab2-8ecc-ac4dc1e389c5?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f9087f35-d1b4-b24a-8ecc-ac4dc1e389c5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:34:10.3805511Z\",\n \"endTime\": - \"2022-11-24T09:35:40.9909408Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:10 GMT + - Thu, 16 Mar 2023 01:30:37 GMT expires: - '-1' pragma: @@ -1241,8 +1430,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1251,23 +1440,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbpe6bmfke-79a739\",\n \"fqdn\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbpe6bmfke-79a739-8d7f769a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgsdwzpss7-79a739\",\n \"fqdn\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgsdwzpss7-79a739-7qtqbgy7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": false,\n \"config\": @@ -1275,7 +1464,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9f5aea78-c321-49f4-ad56-4eaf80b5afca\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5c7c0da2-dc03-44ed-8d77-c1ca6cf5e590\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1296,11 +1485,11 @@ interactions: cache-control: - no-cache content-length: - - '4238' + - '4234' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:11 GMT + - Thu, 16 Mar 2023 01:30:37 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_openservicemesh.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_openservicemesh.yaml old mode 100644 new mode 100755 index ee34b5e4226..4699cf0e1d2 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_openservicemesh.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_disable_openservicemesh.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:30:37 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:36:11Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:30:38Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:36:11 GMT + - Thu, 16 Mar 2023 01:30:38 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestdtc5aw3qm-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestmh6xceskw-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": true, "config": {}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,23 +129,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestdtc5aw3qm-79a739\",\n \"fqdn\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestmh6xceskw-79a739\",\n \"fqdn\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -123,15 +168,15 @@ interactions: {\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/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3581' + - '3577' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:15 GMT + - Thu, 16 Mar 2023 01:30:40 GMT expires: - '-1' pragma: @@ -161,14 +206,206 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:31:11 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:31:40 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:32:11 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:32:42 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -177,7 +414,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:45 GMT + - Thu, 16 Mar 2023 01:33:11 GMT expires: - '-1' pragma: @@ -209,14 +446,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -225,7 +462,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:15 GMT + - Thu, 16 Mar 2023 01:33:42 GMT expires: - '-1' pragma: @@ -257,14 +494,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -273,7 +510,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:46 GMT + - Thu, 16 Mar 2023 01:34:11 GMT expires: - '-1' pragma: @@ -305,14 +542,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -321,7 +558,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:16 GMT + - Thu, 16 Mar 2023 01:34:42 GMT expires: - '-1' pragma: @@ -353,14 +590,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -369,7 +606,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:46 GMT + - Thu, 16 Mar 2023 01:35:11 GMT expires: - '-1' pragma: @@ -401,14 +638,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -417,7 +654,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:16 GMT + - Thu, 16 Mar 2023 01:35:42 GMT expires: - '-1' pragma: @@ -449,14 +686,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -465,7 +702,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:45 GMT + - Thu, 16 Mar 2023 01:36:11 GMT expires: - '-1' pragma: @@ -497,14 +734,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -513,7 +750,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:15 GMT + - Thu, 16 Mar 2023 01:36:42 GMT expires: - '-1' pragma: @@ -545,14 +782,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -561,7 +798,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:46 GMT + - Thu, 16 Mar 2023 01:37:12 GMT expires: - '-1' pragma: @@ -593,14 +830,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\"\n }" headers: cache-control: - no-cache @@ -609,7 +846,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:16 GMT + - Thu, 16 Mar 2023 01:37:42 GMT expires: - '-1' pragma: @@ -641,15 +878,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d885f859-3912-4905-b65d-ebfa19f38dea?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab37a11a-d76e-443d-b01c-44a4565f8ee0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"59f885d8-1239-0549-b65d-ebfa19f38dea\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:36:15.7324555Z\",\n \"endTime\": - \"2022-11-24T09:41:31.624013Z\"\n }" + string: "{\n \"name\": \"1aa137ab-6ed7-3d44-b01c-44a4565f8ee0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:30:41.5897812Z\",\n \"endTime\": + \"2023-03-16T01:38:01.120133Z\"\n }" headers: cache-control: - no-cache @@ -658,7 +895,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:46 GMT + - Thu, 16 Mar 2023 01:38:12 GMT expires: - '-1' pragma: @@ -690,8 +927,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -700,23 +937,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestdtc5aw3qm-79a739\",\n \"fqdn\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestmh6xceskw-79a739\",\n \"fqdn\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -724,7 +961,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/25974e1c-8cdb-45a8-9590-0bef61f8e3ab\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3a2f0b1-4a87-4cbb-8fbf-d119039ba8a4\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -745,11 +982,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:46 GMT + - Thu, 16 Mar 2023 01:38:12 GMT expires: - '-1' pragma: @@ -781,8 +1018,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -791,23 +1028,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestdtc5aw3qm-79a739\",\n \"fqdn\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestmh6xceskw-79a739\",\n \"fqdn\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -815,7 +1052,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/25974e1c-8cdb-45a8-9590-0bef61f8e3ab\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3a2f0b1-4a87-4cbb-8fbf-d119039ba8a4\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -836,11 +1073,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:47 GMT + - Thu, 16 Mar 2023 01:38:13 GMT expires: - '-1' pragma: @@ -860,16 +1097,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestdtc5aw3qm-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestmh6xceskw-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": false}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": @@ -877,7 +1114,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/25974e1c-8cdb-45a8-9590-0bef61f8e3ab"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3a2f0b1-4a87-4cbb-8fbf-d119039ba8a4"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -895,14 +1132,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2755' + - '2753' Content-Type: - application/json ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -911,23 +1148,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestdtc5aw3qm-79a739\",\n \"fqdn\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestmh6xceskw-79a739\",\n \"fqdn\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": false,\n \"config\": @@ -935,7 +1172,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/25974e1c-8cdb-45a8-9590-0bef61f8e3ab\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3a2f0b1-4a87-4cbb-8fbf-d119039ba8a4\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -954,15 +1191,15 @@ interactions: {\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/westus2/operations/369f524e-40d9-48dc-9765-fc7b654d8817?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/307b3de8-ab91-4aa7-adbb-990b4ba272b1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4233' + - '4229' content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:50 GMT + - Thu, 16 Mar 2023 01:38:16 GMT expires: - '-1' pragma: @@ -978,7 +1215,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 200 message: OK @@ -996,14 +1233,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/369f524e-40d9-48dc-9765-fc7b654d8817?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/307b3de8-ab91-4aa7-adbb-990b4ba272b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4e529f36-d940-dc48-9765-fc7b654d8817\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:41:50.5039792Z\"\n }" + string: "{\n \"name\": \"e83d7b30-91ab-a74a-adbb-990b4ba272b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:38:16.2476926Z\"\n }" headers: cache-control: - no-cache @@ -1012,7 +1249,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:20 GMT + - Thu, 16 Mar 2023 01:38:46 GMT expires: - '-1' pragma: @@ -1044,14 +1281,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/369f524e-40d9-48dc-9765-fc7b654d8817?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/307b3de8-ab91-4aa7-adbb-990b4ba272b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4e529f36-d940-dc48-9765-fc7b654d8817\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:41:50.5039792Z\"\n }" + string: "{\n \"name\": \"e83d7b30-91ab-a74a-adbb-990b4ba272b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:38:16.2476926Z\"\n }" headers: cache-control: - no-cache @@ -1060,7 +1297,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:49 GMT + - Thu, 16 Mar 2023 01:39:16 GMT expires: - '-1' pragma: @@ -1092,15 +1329,15 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/369f524e-40d9-48dc-9765-fc7b654d8817?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/307b3de8-ab91-4aa7-adbb-990b4ba272b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4e529f36-d940-dc48-9765-fc7b654d8817\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:41:50.5039792Z\",\n \"endTime\": - \"2022-11-24T09:43:11.8920721Z\"\n }" + string: "{\n \"name\": \"e83d7b30-91ab-a74a-adbb-990b4ba272b1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:38:16.2476926Z\",\n \"endTime\": + \"2023-03-16T01:39:46.5699102Z\"\n }" headers: cache-control: - no-cache @@ -1109,7 +1346,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:20 GMT + - Thu, 16 Mar 2023 01:39:46 GMT expires: - '-1' pragma: @@ -1141,8 +1378,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1151,23 +1388,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestdtc5aw3qm-79a739\",\n \"fqdn\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestdtc5aw3qm-79a739-b70393b1.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestmh6xceskw-79a739\",\n \"fqdn\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestmh6xceskw-79a739-p4lhhfcc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": false,\n \"config\": @@ -1175,7 +1412,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/25974e1c-8cdb-45a8-9590-0bef61f8e3ab\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3a2f0b1-4a87-4cbb-8fbf-d119039ba8a4\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1196,11 +1433,11 @@ interactions: cache-control: - no-cache content-length: - - '4235' + - '4231' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:21 GMT + - Thu, 16 Mar 2023 01:39:46 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_confcom_addon.yaml old mode 100644 new mode 100755 index f725a3758d8..ce1d210cfca --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_confcom_addon.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:43:21Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:20:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:43:22 GMT + - Thu, 16 Mar 2023 01:20:11 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestrg3qnjei5-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestqm4tmmg3m-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestrg3qnjei5-79a739\",\n \"fqdn\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqm4tmmg3m-79a739\",\n \"fqdn\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:25 GMT + - Thu, 16 Mar 2023 01:20:15 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -159,14 +204,110 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:20:45 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:15 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9e67404a-f89e-6647-829f-50110c34ff5b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:26.1973772Z\"\n }" + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:56 GMT + - Thu, 16 Mar 2023 01:21:45 GMT expires: - '-1' pragma: @@ -207,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9e67404a-f89e-6647-829f-50110c34ff5b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:26.1973772Z\"\n }" + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:26 GMT + - Thu, 16 Mar 2023 01:22:15 GMT expires: - '-1' pragma: @@ -255,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9e67404a-f89e-6647-829f-50110c34ff5b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:26.1973772Z\"\n }" + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:55 GMT + - Thu, 16 Mar 2023 01:22:45 GMT expires: - '-1' pragma: @@ -303,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9e67404a-f89e-6647-829f-50110c34ff5b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:26.1973772Z\"\n }" + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:26 GMT + - Thu, 16 Mar 2023 01:23:16 GMT expires: - '-1' pragma: @@ -351,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9e67404a-f89e-6647-829f-50110c34ff5b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:26.1973772Z\"\n }" + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:56 GMT + - Thu, 16 Mar 2023 01:23:45 GMT expires: - '-1' pragma: @@ -399,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9e67404a-f89e-6647-829f-50110c34ff5b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:26.1973772Z\"\n }" + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:26 GMT + - Thu, 16 Mar 2023 01:24:15 GMT expires: - '-1' pragma: @@ -447,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9e67404a-f89e-6647-829f-50110c34ff5b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:26.1973772Z\"\n }" + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:58 GMT + - Thu, 16 Mar 2023 01:24:45 GMT expires: - '-1' pragma: @@ -495,15 +636,207 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a40679e-9ef8-4766-829f-50110c34ff5b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9e67404a-f89e-6647-829f-50110c34ff5b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:43:26.1973772Z\",\n \"endTime\": - \"2022-11-24T09:47:27.0412998Z\"\n }" + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:25:16 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:25:46 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:26:16 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:26:45 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4b8e960-04b1-45b1-8ff0-6a45d4b6f073?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"60e9b8f4-b104-b145-8ff0-6a45d4b6f073\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:20:15.4309285Z\",\n \"endTime\": + \"2023-03-16T01:27:10.7986876Z\"\n }" headers: cache-control: - no-cache @@ -512,7 +845,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:28 GMT + - Thu, 16 Mar 2023 01:27:16 GMT expires: - '-1' pragma: @@ -544,8 +877,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -554,30 +887,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestrg3qnjei5-79a739\",\n \"fqdn\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqm4tmmg3m-79a739\",\n \"fqdn\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0395b2b4-20c4-430b-98a6-754199ee0a23\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a6bbb5e-a27c-4656-bbaf-cf0a35b971b7\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -598,11 +931,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:28 GMT + - Thu, 16 Mar 2023 01:27:17 GMT expires: - '-1' pragma: @@ -634,8 +967,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -644,30 +977,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestrg3qnjei5-79a739\",\n \"fqdn\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqm4tmmg3m-79a739\",\n \"fqdn\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0395b2b4-20c4-430b-98a6-754199ee0a23\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a6bbb5e-a27c-4656-bbaf-cf0a35b971b7\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -688,11 +1021,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:29 GMT + - Thu, 16 Mar 2023 01:27:17 GMT expires: - '-1' pragma: @@ -712,16 +1045,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestrg3qnjei5-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestqm4tmmg3m-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -729,7 +1062,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0395b2b4-20c4-430b-98a6-754199ee0a23"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a6bbb5e-a27c-4656-bbaf-cf0a35b971b7"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -747,14 +1080,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2806' + - '2804' Content-Type: - application/json ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -763,23 +1096,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestrg3qnjei5-79a739\",\n \"fqdn\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqm4tmmg3m-79a739\",\n \"fqdn\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -788,7 +1121,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0395b2b4-20c4-430b-98a6-754199ee0a23\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a6bbb5e-a27c-4656-bbaf-cf0a35b971b7\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -807,15 +1140,15 @@ interactions: {\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/westus2/operations/0b501aab-acb1-4052-9c3f-2a0d69667e8d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e94b9043-72fb-4b35-8d8a-066bb0273030?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4281' + - '4277' content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:32 GMT + - Thu, 16 Mar 2023 01:27:19 GMT expires: - '-1' pragma: @@ -831,7 +1164,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -849,14 +1182,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0b501aab-acb1-4052-9c3f-2a0d69667e8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e94b9043-72fb-4b35-8d8a-066bb0273030?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ab1a500b-b1ac-5240-9c3f-2a0d69667e8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:47:33.2132682Z\"\n }" + string: "{\n \"name\": \"43904be9-fb72-354b-8d8a-066bb0273030\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:19.9638284Z\"\n }" headers: cache-control: - no-cache @@ -865,7 +1198,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:02 GMT + - Thu, 16 Mar 2023 01:27:49 GMT expires: - '-1' pragma: @@ -897,14 +1230,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0b501aab-acb1-4052-9c3f-2a0d69667e8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e94b9043-72fb-4b35-8d8a-066bb0273030?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ab1a500b-b1ac-5240-9c3f-2a0d69667e8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:47:33.2132682Z\"\n }" + string: "{\n \"name\": \"43904be9-fb72-354b-8d8a-066bb0273030\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:19.9638284Z\"\n }" headers: cache-control: - no-cache @@ -913,7 +1246,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:32 GMT + - Thu, 16 Mar 2023 01:28:20 GMT expires: - '-1' pragma: @@ -945,24 +1278,24 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0b501aab-acb1-4052-9c3f-2a0d69667e8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e94b9043-72fb-4b35-8d8a-066bb0273030?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ab1a500b-b1ac-5240-9c3f-2a0d69667e8d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:47:33.2132682Z\",\n \"endTime\": - \"2022-11-24T09:48:54.200603Z\"\n }" + string: "{\n \"name\": \"43904be9-fb72-354b-8d8a-066bb0273030\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:27:19.9638284Z\",\n \"endTime\": + \"2023-03-16T01:28:44.7563656Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:02 GMT + - Thu, 16 Mar 2023 01:28:49 GMT expires: - '-1' pragma: @@ -994,8 +1327,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1004,23 +1337,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestrg3qnjei5-79a739\",\n \"fqdn\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrg3qnjei5-79a739-82d5e744.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqm4tmmg3m-79a739\",\n \"fqdn\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqm4tmmg3m-79a739-2k9b87sy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -1029,7 +1362,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0395b2b4-20c4-430b-98a6-754199ee0a23\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a6bbb5e-a27c-4656-bbaf-cf0a35b971b7\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1050,11 +1383,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:03 GMT + - Thu, 16 Mar 2023 01:28:50 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_azurekeyvaultsecretsprovider.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_azurekeyvaultsecretsprovider.yaml old mode 100644 new mode 100755 index 790b5942b4d..2611a37c9a4 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_azurekeyvaultsecretsprovider.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_azurekeyvaultsecretsprovider.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:28:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:27:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:28:51Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:54 GMT + - Thu, 16 Mar 2023 01:28:51 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest2jaiqpo6p-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesthjdytpn4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:27:59 GMT + - Thu, 16 Mar 2023 01:28:55 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -159,23 +204,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:29 GMT + - Thu, 16 Mar 2023 01:29:25 GMT expires: - '-1' pragma: @@ -207,23 +252,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:59 GMT + - Thu, 16 Mar 2023 01:29:55 GMT expires: - '-1' pragma: @@ -255,23 +300,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:29 GMT + - Thu, 16 Mar 2023 01:30:25 GMT expires: - '-1' pragma: @@ -303,23 +348,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:59 GMT + - Thu, 16 Mar 2023 01:30:55 GMT expires: - '-1' pragma: @@ -351,23 +396,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:29 GMT + - Thu, 16 Mar 2023 01:31:26 GMT expires: - '-1' pragma: @@ -399,23 +444,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:00 GMT + - Thu, 16 Mar 2023 01:31:56 GMT expires: - '-1' pragma: @@ -447,23 +492,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:29 GMT + - Thu, 16 Mar 2023 01:32:26 GMT expires: - '-1' pragma: @@ -495,23 +540,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:00 GMT + - Thu, 16 Mar 2023 01:32:56 GMT expires: - '-1' pragma: @@ -543,23 +588,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:29 GMT + - Thu, 16 Mar 2023 01:33:26 GMT expires: - '-1' pragma: @@ -591,24 +636,263 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee509d53-5c94-4707-8495-169f3e7858e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"539d50ee-945c-0747-8495-169f3e7858e6\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:27:59.7473685Z\",\n \"endTime\": - \"2022-11-24T09:32:48.4909188Z\"\n }" + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:33:56 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:34:26 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:34:57 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:35:27 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:35:56 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:00 GMT + - Thu, 16 Mar 2023 01:36:26 GMT expires: - '-1' pragma: @@ -640,8 +924,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cfb8cba1-0f4d-47fb-91a5-30164a115c92?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1cbb8cf-4d0f-fb47-91a5-30164a115c92\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:28:55.729951Z\",\n \"endTime\": + \"2023-03-16T01:36:51.0538506Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:36:57 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +983,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +1027,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:00 GMT + - Thu, 16 Mar 2023 01:37:13 GMT expires: - '-1' pragma: @@ -730,8 +1063,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -740,30 +1073,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -784,11 +1117,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:01 GMT + - Thu, 16 Mar 2023 01:37:13 GMT expires: - '-1' pragma: @@ -808,16 +1141,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest2jaiqpo6p-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitesthjdytpn4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "false", "rotationPollInterval": "2m"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -825,7 +1158,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -843,14 +1176,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2842' + - '2840' Content-Type: - application/json ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -859,23 +1192,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -884,7 +1217,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -903,15 +1236,15 @@ interactions: {\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/westus2/operations/f20ee67c-a52a-437e-bc5f-9cb4e38b2077?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/96dec1bc-3333-41a6-b044-6f97c77304f0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4323' + - '4319' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:05 GMT + - Thu, 16 Mar 2023 01:37:17 GMT expires: - '-1' pragma: @@ -945,23 +1278,23 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f20ee67c-a52a-437e-bc5f-9cb4e38b2077?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/96dec1bc-3333-41a6-b044-6f97c77304f0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7ce60ef2-2aa5-7e43-bc5f-9cb4e38b2077\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.32951Z\"\n }" + string: "{\n \"name\": \"bcc1de96-3333-a641-b044-6f97c77304f0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:17.544367Z\"\n }" headers: cache-control: - no-cache content-length: - - '124' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:35 GMT + - Thu, 16 Mar 2023 01:37:47 GMT expires: - '-1' pragma: @@ -993,23 +1326,23 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f20ee67c-a52a-437e-bc5f-9cb4e38b2077?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/96dec1bc-3333-41a6-b044-6f97c77304f0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7ce60ef2-2aa5-7e43-bc5f-9cb4e38b2077\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.32951Z\"\n }" + string: "{\n \"name\": \"bcc1de96-3333-a641-b044-6f97c77304f0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:17.544367Z\"\n }" headers: cache-control: - no-cache content-length: - - '124' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:05 GMT + - Thu, 16 Mar 2023 01:38:17 GMT expires: - '-1' pragma: @@ -1041,23 +1374,23 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f20ee67c-a52a-437e-bc5f-9cb4e38b2077?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/96dec1bc-3333-41a6-b044-6f97c77304f0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7ce60ef2-2aa5-7e43-bc5f-9cb4e38b2077\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.32951Z\"\n }" + string: "{\n \"name\": \"bcc1de96-3333-a641-b044-6f97c77304f0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:17.544367Z\"\n }" headers: cache-control: - no-cache content-length: - - '124' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:35 GMT + - Thu, 16 Mar 2023 01:38:47 GMT expires: - '-1' pragma: @@ -1089,24 +1422,24 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f20ee67c-a52a-437e-bc5f-9cb4e38b2077?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/96dec1bc-3333-41a6-b044-6f97c77304f0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7ce60ef2-2aa5-7e43-bc5f-9cb4e38b2077\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:33:05.32951Z\",\n \"endTime\": - \"2022-11-24T09:34:55.2273339Z\"\n }" + string: "{\n \"name\": \"bcc1de96-3333-a641-b044-6f97c77304f0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:37:17.544367Z\",\n \"endTime\": + \"2023-03-16T01:39:07.6327078Z\"\n }" headers: cache-control: - no-cache content-length: - - '168' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:05 GMT + - Thu, 16 Mar 2023 01:39:17 GMT expires: - '-1' pragma: @@ -1138,8 +1471,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1148,23 +1481,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1175,7 +1508,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1196,11 +1529,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:06 GMT + - Thu, 16 Mar 2023 01:39:17 GMT expires: - '-1' pragma: @@ -1232,8 +1565,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1242,23 +1575,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1269,7 +1602,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1290,11 +1623,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:07 GMT + - Thu, 16 Mar 2023 01:39:19 GMT expires: - '-1' pragma: @@ -1314,16 +1647,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest2jaiqpo6p-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitesthjdytpn4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": false}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": @@ -1331,7 +1664,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1349,14 +1682,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2768' + - '2766' Content-Type: - application/json ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1365,23 +1698,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": @@ -1389,7 +1722,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1408,15 +1741,15 @@ interactions: {\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/westus2/operations/eda39e85-a8e6-496e-b798-17e6b99c532d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a479ec-c40f-4a80-863c-ef7495ed35e9?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4246' + - '4242' content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:14 GMT + - Thu, 16 Mar 2023 01:39:28 GMT expires: - '-1' pragma: @@ -1432,7 +1765,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 200 message: OK @@ -1450,23 +1783,23 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eda39e85-a8e6-496e-b798-17e6b99c532d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a479ec-c40f-4a80-863c-ef7495ed35e9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"859ea3ed-e6a8-6e49-b798-17e6b99c532d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:35:14.759763Z\"\n }" + string: "{\n \"name\": \"ec79a498-0fc4-804a-863c-ef7495ed35e9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:28.9666877Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:44 GMT + - Thu, 16 Mar 2023 01:39:58 GMT expires: - '-1' pragma: @@ -1498,23 +1831,23 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eda39e85-a8e6-496e-b798-17e6b99c532d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a479ec-c40f-4a80-863c-ef7495ed35e9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"859ea3ed-e6a8-6e49-b798-17e6b99c532d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:35:14.759763Z\"\n }" + string: "{\n \"name\": \"ec79a498-0fc4-804a-863c-ef7495ed35e9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:28.9666877Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:14 GMT + - Thu, 16 Mar 2023 01:40:28 GMT expires: - '-1' pragma: @@ -1546,24 +1879,24 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eda39e85-a8e6-496e-b798-17e6b99c532d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a479ec-c40f-4a80-863c-ef7495ed35e9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"859ea3ed-e6a8-6e49-b798-17e6b99c532d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:35:14.759763Z\",\n \"endTime\": - \"2022-11-24T09:36:41.7046614Z\"\n }" + string: "{\n \"name\": \"ec79a498-0fc4-804a-863c-ef7495ed35e9\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:39:28.9666877Z\",\n \"endTime\": + \"2023-03-16T01:40:55.3086305Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:45 GMT + - Thu, 16 Mar 2023 01:40:59 GMT expires: - '-1' pragma: @@ -1595,8 +1928,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1605,23 +1938,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": @@ -1629,7 +1962,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1650,11 +1983,11 @@ interactions: cache-control: - no-cache content-length: - - '4248' + - '4244' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:45 GMT + - Thu, 16 Mar 2023 01:40:59 GMT expires: - '-1' pragma: @@ -1686,8 +2019,8 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1696,23 +2029,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": @@ -1720,7 +2053,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1741,11 +2074,11 @@ interactions: cache-control: - no-cache content-length: - - '4248' + - '4244' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:46 GMT + - Thu, 16 Mar 2023 01:40:59 GMT expires: - '-1' pragma: @@ -1765,16 +2098,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest2jaiqpo6p-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitesthjdytpn4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "true", "rotationPollInterval": "2m"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -1782,7 +2115,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1800,14 +2133,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2841' + - '2839' Content-Type: - application/json ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1816,23 +2149,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1841,7 +2174,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1860,15 +2193,15 @@ interactions: {\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/westus2/operations/1d1b4f25-fe57-44ea-b83f-33c7e99711c5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/37298e04-017b-4d5b-8a71-56216aada8ec?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4322' + - '4318' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:48 GMT + - Thu, 16 Mar 2023 01:41:02 GMT expires: - '-1' pragma: @@ -1902,14 +2235,158 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/37298e04-017b-4d5b-8a71-56216aada8ec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"048e2937-7b01-5b4d-8a71-56216aada8ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:41:03.0607462Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:41:32 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 addon enable + Connection: + - keep-alive + ParameterSetName: + - --addon --enable-secret-rotation --resource-group --name -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/37298e04-017b-4d5b-8a71-56216aada8ec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"048e2937-7b01-5b4d-8a71-56216aada8ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:41:03.0607462Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:42:03 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 addon enable + Connection: + - keep-alive + ParameterSetName: + - --addon --enable-secret-rotation --resource-group --name -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/37298e04-017b-4d5b-8a71-56216aada8ec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"048e2937-7b01-5b4d-8a71-56216aada8ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:41:03.0607462Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:42:33 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 addon enable + Connection: + - keep-alive + ParameterSetName: + - --addon --enable-secret-rotation --resource-group --name -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1d1b4f25-fe57-44ea-b83f-33c7e99711c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/37298e04-017b-4d5b-8a71-56216aada8ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"254f1b1d-57fe-ea44-b83f-33c7e99711c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:49.0626377Z\"\n }" + string: "{\n \"name\": \"048e2937-7b01-5b4d-8a71-56216aada8ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:41:03.0607462Z\"\n }" headers: cache-control: - no-cache @@ -1918,7 +2395,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:18 GMT + - Thu, 16 Mar 2023 01:43:03 GMT expires: - '-1' pragma: @@ -1950,14 +2427,14 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1d1b4f25-fe57-44ea-b83f-33c7e99711c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/37298e04-017b-4d5b-8a71-56216aada8ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"254f1b1d-57fe-ea44-b83f-33c7e99711c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:36:49.0626377Z\"\n }" + string: "{\n \"name\": \"048e2937-7b01-5b4d-8a71-56216aada8ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:41:03.0607462Z\"\n }" headers: cache-control: - no-cache @@ -1966,7 +2443,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:48 GMT + - Thu, 16 Mar 2023 01:43:32 GMT expires: - '-1' pragma: @@ -1998,15 +2475,15 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1d1b4f25-fe57-44ea-b83f-33c7e99711c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/37298e04-017b-4d5b-8a71-56216aada8ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"254f1b1d-57fe-ea44-b83f-33c7e99711c5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:36:49.0626377Z\",\n \"endTime\": - \"2022-11-24T09:38:13.8320704Z\"\n }" + string: "{\n \"name\": \"048e2937-7b01-5b4d-8a71-56216aada8ec\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:41:03.0607462Z\",\n \"endTime\": + \"2023-03-16T01:43:43.7345644Z\"\n }" headers: cache-control: - no-cache @@ -2015,7 +2492,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:19 GMT + - Thu, 16 Mar 2023 01:44:03 GMT expires: - '-1' pragma: @@ -2047,8 +2524,8 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2057,23 +2534,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2jaiqpo6p-79a739\",\n \"fqdn\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2jaiqpo6p-79a739-674168bb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthjdytpn4n-79a739\",\n \"fqdn\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthjdytpn4n-79a739-j21se1yf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -2084,7 +2561,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/486275a6-de5a-4b9a-b6a5-346cbca393d1\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/022dc4ab-3fb9-40d3-96ab-ea7d06818103\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2105,11 +2582,11 @@ interactions: cache-control: - no-cache content-length: - - '4701' + - '4697' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:19 GMT + - Thu, 16 Mar 2023 01:44:04 GMT expires: - '-1' pragma: @@ -2143,8 +2620,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2152,17 +2629,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e6766de4-d85a-4d8f-a9ba-cb8948cf9bd1?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e975ddd-8a97-4089-97af-06f29a4a948a?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:38:20 GMT + - Thu, 16 Mar 2023 01:44:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e6766de4-d85a-4d8f-a9ba-cb8948cf9bd1?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9e975ddd-8a97-4089-97af-06f29a4a948a?api-version=2016-03-30 pragma: - no-cache server: @@ -2172,7 +2649,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14994' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_openservicemesh.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_openservicemesh.yaml old mode 100644 new mode 100755 index 9f2bfde9c00..2b338304900 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_openservicemesh.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_enable_with_openservicemesh.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:44:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:38:21Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:44:05Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:38:21 GMT + - Thu, 16 Mar 2023 01:44:05 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestnj4aag7wc-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesttv2leirey-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnj4aag7wc-79a739\",\n \"fqdn\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesttv2leirey-79a739\",\n \"fqdn\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:25 GMT + - Thu, 16 Mar 2023 01:44:09 GMT expires: - '-1' pragma: @@ -159,14 +204,302 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:44:39 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:09 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:39 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:09 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:39 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:47:10 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:54 GMT + - Thu, 16 Mar 2023 01:47:40 GMT expires: - '-1' pragma: @@ -207,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:25 GMT + - Thu, 16 Mar 2023 01:48:10 GMT expires: - '-1' pragma: @@ -255,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:55 GMT + - Thu, 16 Mar 2023 01:48:40 GMT expires: - '-1' pragma: @@ -303,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:25 GMT + - Thu, 16 Mar 2023 01:49:10 GMT expires: - '-1' pragma: @@ -351,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:55 GMT + - Thu, 16 Mar 2023 01:49:40 GMT expires: - '-1' pragma: @@ -399,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:25 GMT + - Thu, 16 Mar 2023 01:50:11 GMT expires: - '-1' pragma: @@ -447,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:55 GMT + - Thu, 16 Mar 2023 01:50:40 GMT expires: - '-1' pragma: @@ -495,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:26 GMT + - Thu, 16 Mar 2023 01:51:10 GMT expires: - '-1' pragma: @@ -543,14 +876,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +892,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:56 GMT + - Thu, 16 Mar 2023 01:51:40 GMT expires: - '-1' pragma: @@ -591,15 +924,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3b4ae27-fee5-4eb4-8fba-177d191b5c9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8456e6f4-f08e-4566-b1ae-e5a85ef4109c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27aeb4c3-e5fe-b44e-8fba-177d191b5c9e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:38:25.7095344Z\",\n \"endTime\": - \"2022-11-24T09:43:22.2905544Z\"\n }" + string: "{\n \"name\": \"f4e65684-8ef0-6645-b1ae-e5a85ef4109c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:44:09.7178425Z\",\n \"endTime\": + \"2023-03-16T01:52:01.5983048Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +941,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:26 GMT + - Thu, 16 Mar 2023 01:52:36 GMT expires: - '-1' pragma: @@ -640,8 +973,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +983,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnj4aag7wc-79a739\",\n \"fqdn\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesttv2leirey-79a739\",\n \"fqdn\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d77ea056-09b5-4045-92bb-d596405cf21c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/584c820b-b509-49c1-a2e5-64ddb63d7d42\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +1027,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:26 GMT + - Thu, 16 Mar 2023 01:52:37 GMT expires: - '-1' pragma: @@ -730,8 +1063,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -740,30 +1073,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnj4aag7wc-79a739\",\n \"fqdn\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesttv2leirey-79a739\",\n \"fqdn\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d77ea056-09b5-4045-92bb-d596405cf21c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/584c820b-b509-49c1-a2e5-64ddb63d7d42\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -784,11 +1117,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:26 GMT + - Thu, 16 Mar 2023 01:52:38 GMT expires: - '-1' pragma: @@ -808,16 +1141,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestnj4aag7wc-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitesttv2leirey-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": true, "config": {}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": @@ -825,7 +1158,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d77ea056-09b5-4045-92bb-d596405cf21c"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/584c820b-b509-49c1-a2e5-64ddb63d7d42"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -843,14 +1176,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2768' + - '2766' Content-Type: - application/json ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -859,23 +1192,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnj4aag7wc-79a739\",\n \"fqdn\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesttv2leirey-79a739\",\n \"fqdn\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -883,7 +1216,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d77ea056-09b5-4045-92bb-d596405cf21c\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/584c820b-b509-49c1-a2e5-64ddb63d7d42\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -902,15 +1235,15 @@ interactions: {\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/westus2/operations/4129dbcf-45cf-4608-9ba7-e57055963b27?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/56eb0038-9ac5-4f10-aacb-7764f9539728?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4232' + - '4228' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:30 GMT + - Thu, 16 Mar 2023 01:52:41 GMT expires: - '-1' pragma: @@ -926,7 +1259,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1197' status: code: 200 message: OK @@ -944,14 +1277,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4129dbcf-45cf-4608-9ba7-e57055963b27?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/56eb0038-9ac5-4f10-aacb-7764f9539728?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cfdb2941-cf45-0846-9ba7-e57055963b27\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:30.4475966Z\"\n }" + string: "{\n \"name\": \"3800eb56-c59a-104f-aacb-7764f9539728\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:52:41.3449132Z\"\n }" headers: cache-control: - no-cache @@ -960,7 +1293,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:00 GMT + - Thu, 16 Mar 2023 01:53:13 GMT expires: - '-1' pragma: @@ -992,14 +1325,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4129dbcf-45cf-4608-9ba7-e57055963b27?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/56eb0038-9ac5-4f10-aacb-7764f9539728?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cfdb2941-cf45-0846-9ba7-e57055963b27\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:30.4475966Z\"\n }" + string: "{\n \"name\": \"3800eb56-c59a-104f-aacb-7764f9539728\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:52:41.3449132Z\"\n }" headers: cache-control: - no-cache @@ -1008,7 +1341,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:31 GMT + - Thu, 16 Mar 2023 01:53:42 GMT expires: - '-1' pragma: @@ -1040,15 +1373,15 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4129dbcf-45cf-4608-9ba7-e57055963b27?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/56eb0038-9ac5-4f10-aacb-7764f9539728?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cfdb2941-cf45-0846-9ba7-e57055963b27\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:43:30.4475966Z\",\n \"endTime\": - \"2022-11-24T09:44:55.4678969Z\"\n }" + string: "{\n \"name\": \"3800eb56-c59a-104f-aacb-7764f9539728\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:52:41.3449132Z\",\n \"endTime\": + \"2023-03-16T01:54:06.6611997Z\"\n }" headers: cache-control: - no-cache @@ -1057,7 +1390,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:01 GMT + - Thu, 16 Mar 2023 01:54:12 GMT expires: - '-1' pragma: @@ -1089,8 +1422,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1099,23 +1432,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnj4aag7wc-79a739\",\n \"fqdn\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnj4aag7wc-79a739-38469749.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesttv2leirey-79a739\",\n \"fqdn\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttv2leirey-79a739-prh7lwkf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -1123,7 +1456,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d77ea056-09b5-4045-92bb-d596405cf21c\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/584c820b-b509-49c1-a2e5-64ddb63d7d42\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1144,11 +1477,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:01 GMT + - Thu, 16 Mar 2023 01:54:13 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_all_disabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_all_disabled.yaml old mode 100644 new mode 100755 index 90f79e2e725..8bf23e83cfc --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_all_disabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_all_disabled.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:45:02Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:20:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:45:02 GMT + - Thu, 16 Mar 2023 01:20:11 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestndbfgdtzy-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestbetkg3vdv-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestndbfgdtzy-79a739\",\n \"fqdn\": \"cliakstest-clitestndbfgdtzy-79a739-98d94c91.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestndbfgdtzy-79a739-98d94c91.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbetkg3vdv-79a739\",\n \"fqdn\": \"cliakstest-clitestbetkg3vdv-79a739-zqdsv5zb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbetkg3vdv-79a739-zqdsv5zb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:06 GMT + - Thu, 16 Mar 2023 01:20:15 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' status: code: 201 message: Created @@ -159,14 +204,254 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:20:45 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:15 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:45 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:22:15 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:22:46 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:36 GMT + - Thu, 16 Mar 2023 01:23:16 GMT expires: - '-1' pragma: @@ -207,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:06 GMT + - Thu, 16 Mar 2023 01:23:46 GMT expires: - '-1' pragma: @@ -255,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:36 GMT + - Thu, 16 Mar 2023 01:24:15 GMT expires: - '-1' pragma: @@ -303,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:06 GMT + - Thu, 16 Mar 2023 01:24:45 GMT expires: - '-1' pragma: @@ -351,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:36 GMT + - Thu, 16 Mar 2023 01:25:15 GMT expires: - '-1' pragma: @@ -399,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:06 GMT + - Thu, 16 Mar 2023 01:25:45 GMT expires: - '-1' pragma: @@ -447,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:36 GMT + - Thu, 16 Mar 2023 01:26:16 GMT expires: - '-1' pragma: @@ -495,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:06 GMT + - Thu, 16 Mar 2023 01:26:46 GMT expires: - '-1' pragma: @@ -543,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:36 GMT + - Thu, 16 Mar 2023 01:27:16 GMT expires: - '-1' pragma: @@ -591,15 +876,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96165d8-ccd4-42e0-a07b-0189a0f8e7fb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36707df4-809d-4f97-8cfe-7387c0b9781c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d86561d9-d4cc-e042-a07b-0189a0f8e7fb\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:45:06.4537573Z\",\n \"endTime\": - \"2022-11-24T09:49:45.0506249Z\"\n }" + string: "{\n \"name\": \"f47d7036-9d80-974f-8cfe-7387c0b9781c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:20:15.6496782Z\",\n \"endTime\": + \"2023-03-16T01:27:39.1925638Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:07 GMT + - Thu, 16 Mar 2023 01:27:46 GMT expires: - '-1' pragma: @@ -640,8 +925,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +935,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestndbfgdtzy-79a739\",\n \"fqdn\": \"cliakstest-clitestndbfgdtzy-79a739-98d94c91.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestndbfgdtzy-79a739-98d94c91.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbetkg3vdv-79a739\",\n \"fqdn\": \"cliakstest-clitestbetkg3vdv-79a739-zqdsv5zb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbetkg3vdv-79a739-zqdsv5zb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/db98f8e5-4306-451b-9379-14eed8738e9b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7537d10d-512b-46a0-a128-ffd8172be031\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:07 GMT + - Thu, 16 Mar 2023 01:27:47 GMT expires: - '-1' pragma: @@ -730,8 +1015,8 @@ interactions: ParameterSetName: - --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -740,30 +1025,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestndbfgdtzy-79a739\",\n \"fqdn\": \"cliakstest-clitestndbfgdtzy-79a739-98d94c91.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestndbfgdtzy-79a739-98d94c91.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbetkg3vdv-79a739\",\n \"fqdn\": \"cliakstest-clitestbetkg3vdv-79a739-zqdsv5zb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbetkg3vdv-79a739-zqdsv5zb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/db98f8e5-4306-451b-9379-14eed8738e9b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7537d10d-512b-46a0-a128-ffd8172be031\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -784,11 +1069,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:07 GMT + - Thu, 16 Mar 2023 01:27:48 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_confcom_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_confcom_enabled.yaml old mode 100644 new mode 100755 index ad67a7a6c66..0823cae0b23 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_confcom_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_confcom_enabled.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:27:48 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:27:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:27:48Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:54 GMT + - Thu, 16 Mar 2023 01:27:48 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3grtytyte-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesteaxctsih3-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -75,8 +120,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -85,23 +130,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3grtytyte-79a739\",\n \"fqdn\": \"cliakstest-clitest3grtytyte-79a739-07673b32.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3grtytyte-79a739-07673b32.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesteaxctsih3-79a739\",\n \"fqdn\": \"cliakstest-clitesteaxctsih3-79a739-whh5vfme.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesteaxctsih3-79a739-whh5vfme.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -125,15 +170,15 @@ interactions: {\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/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3630' + - '3626' content-type: - application/json date: - - Thu, 24 Nov 2022 09:27:58 GMT + - Thu, 16 Mar 2023 01:27:52 GMT expires: - '-1' pragma: @@ -145,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -163,14 +208,302 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:28:22 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:28:52 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:29:22 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:29:53 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:30:22 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:30:53 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -179,7 +512,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:29 GMT + - Thu, 16 Mar 2023 01:31:23 GMT expires: - '-1' pragma: @@ -211,14 +544,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -227,7 +560,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:59 GMT + - Thu, 16 Mar 2023 01:31:52 GMT expires: - '-1' pragma: @@ -259,14 +592,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -275,7 +608,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:29 GMT + - Thu, 16 Mar 2023 01:32:22 GMT expires: - '-1' pragma: @@ -307,14 +640,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -323,7 +656,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:59 GMT + - Thu, 16 Mar 2023 01:32:52 GMT expires: - '-1' pragma: @@ -355,14 +688,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -371,7 +704,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:29 GMT + - Thu, 16 Mar 2023 01:33:23 GMT expires: - '-1' pragma: @@ -403,14 +736,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -419,7 +752,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:59 GMT + - Thu, 16 Mar 2023 01:33:52 GMT expires: - '-1' pragma: @@ -451,14 +784,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -467,7 +800,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:29 GMT + - Thu, 16 Mar 2023 01:34:23 GMT expires: - '-1' pragma: @@ -499,14 +832,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -515,7 +848,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:58 GMT + - Thu, 16 Mar 2023 01:34:53 GMT expires: - '-1' pragma: @@ -547,14 +880,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\"\n }" headers: cache-control: - no-cache @@ -563,7 +896,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:29 GMT + - Thu, 16 Mar 2023 01:35:23 GMT expires: - '-1' pragma: @@ -595,15 +928,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e427a138-5344-4cbc-baa4-b6351115b116?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ac1f532b-4cf3-4dc3-9dc4-96940a12440b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"38a127e4-4453-bc4c-baa4-b6351115b116\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:27:59.3566847Z\",\n \"endTime\": - \"2022-11-24T09:32:59.0861807Z\"\n }" + string: "{\n \"name\": \"2b531fac-f34c-c34d-9dc4-96940a12440b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:27:52.6983953Z\",\n \"endTime\": + \"2023-03-16T01:35:38.7485242Z\"\n }" headers: cache-control: - no-cache @@ -612,7 +945,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:59 GMT + - Thu, 16 Mar 2023 01:35:53 GMT expires: - '-1' pragma: @@ -644,8 +977,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -654,23 +987,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3grtytyte-79a739\",\n \"fqdn\": \"cliakstest-clitest3grtytyte-79a739-07673b32.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3grtytyte-79a739-07673b32.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesteaxctsih3-79a739\",\n \"fqdn\": \"cliakstest-clitesteaxctsih3-79a739-whh5vfme.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesteaxctsih3-79a739-whh5vfme.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -679,7 +1012,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/75131a73-554d-4269-b1ca-59d704b6b5ff\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/cac43e48-2d4c-493b-a79d-f4372db9d769\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -700,11 +1033,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:00 GMT + - Thu, 16 Mar 2023 01:35:53 GMT expires: - '-1' pragma: @@ -736,8 +1069,8 @@ interactions: ParameterSetName: - --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -746,23 +1079,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3grtytyte-79a739\",\n \"fqdn\": \"cliakstest-clitest3grtytyte-79a739-07673b32.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3grtytyte-79a739-07673b32.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesteaxctsih3-79a739\",\n \"fqdn\": \"cliakstest-clitesteaxctsih3-79a739-whh5vfme.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesteaxctsih3-79a739-whh5vfme.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -771,7 +1104,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/75131a73-554d-4269-b1ca-59d704b6b5ff\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/cac43e48-2d4c-493b-a79d-f4372db9d769\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -792,11 +1125,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:00 GMT + - Thu, 16 Mar 2023 01:35:55 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_openservicemesh_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_openservicemesh_enabled.yaml old mode 100644 new mode 100755 index c04b2761231..20996a3becd --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_openservicemesh_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_list_openservicemesh_enabled.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:35:55 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:33:02Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:35:55Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:33:02 GMT + - Thu, 16 Mar 2023 01:35:55 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest2goaiysex-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestnsm6erj4q-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": true, "config": {}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,23 +129,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2goaiysex-79a739\",\n \"fqdn\": \"cliakstest-clitest2goaiysex-79a739-f6ec768b.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2goaiysex-79a739-f6ec768b.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestnsm6erj4q-79a739\",\n \"fqdn\": \"cliakstest-clitestnsm6erj4q-79a739-rgp0mibl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestnsm6erj4q-79a739-rgp0mibl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -123,15 +168,15 @@ interactions: {\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/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3581' + - '3577' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:07 GMT + - Thu, 16 Mar 2023 01:35:58 GMT expires: - '-1' pragma: @@ -161,23 +206,311 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:36:29 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:36:59 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:37:29 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:37:58 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:38:29 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:38:59 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:37 GMT + - Thu, 16 Mar 2023 01:39:29 GMT expires: - '-1' pragma: @@ -209,23 +542,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:07 GMT + - Thu, 16 Mar 2023 01:39:59 GMT expires: - '-1' pragma: @@ -257,23 +590,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:37 GMT + - Thu, 16 Mar 2023 01:40:29 GMT expires: - '-1' pragma: @@ -305,23 +638,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:11 GMT + - Thu, 16 Mar 2023 01:41:00 GMT expires: - '-1' pragma: @@ -353,23 +686,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:42 GMT + - Thu, 16 Mar 2023 01:41:30 GMT expires: - '-1' pragma: @@ -401,23 +734,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:12 GMT + - Thu, 16 Mar 2023 01:41:59 GMT expires: - '-1' pragma: @@ -449,23 +782,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:42 GMT + - Thu, 16 Mar 2023 01:42:29 GMT expires: - '-1' pragma: @@ -497,23 +830,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:12 GMT + - Thu, 16 Mar 2023 01:43:00 GMT expires: - '-1' pragma: @@ -545,23 +878,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:42 GMT + - Thu, 16 Mar 2023 01:43:30 GMT expires: - '-1' pragma: @@ -593,24 +926,24 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/367ee4ea-18ec-4881-9861-a7e50b8a1521?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c174a22b-b3e1-4be4-bc0b-0078a20b5d6f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eae47e36-ec18-8148-9861-a7e50b8a1521\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:33:07.5015608Z\",\n \"endTime\": - \"2022-11-24T09:38:04.3462746Z\"\n }" + string: "{\n \"name\": \"2ba274c1-e1b3-e44b-bc0b-0078a20b5d6f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:35:59.32535Z\",\n \"endTime\": + \"2023-03-16T01:43:43.2867523Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '168' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:11 GMT + - Thu, 16 Mar 2023 01:44:00 GMT expires: - '-1' pragma: @@ -642,8 +975,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -652,23 +985,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2goaiysex-79a739\",\n \"fqdn\": \"cliakstest-clitest2goaiysex-79a739-f6ec768b.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2goaiysex-79a739-f6ec768b.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestnsm6erj4q-79a739\",\n \"fqdn\": \"cliakstest-clitestnsm6erj4q-79a739-rgp0mibl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestnsm6erj4q-79a739-rgp0mibl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -676,7 +1009,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/361db30b-6363-4301-ace5-d84c9820f6cb\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2d971854-46e8-4ad4-b7cb-ce1b949e4f9b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -697,11 +1030,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:12 GMT + - Thu, 16 Mar 2023 01:44:00 GMT expires: - '-1' pragma: @@ -733,8 +1066,8 @@ interactions: ParameterSetName: - --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -743,23 +1076,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2goaiysex-79a739\",\n \"fqdn\": \"cliakstest-clitest2goaiysex-79a739-f6ec768b.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2goaiysex-79a739-f6ec768b.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestnsm6erj4q-79a739\",\n \"fqdn\": \"cliakstest-clitestnsm6erj4q-79a739-rgp0mibl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestnsm6erj4q-79a739-rgp0mibl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -767,7 +1100,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/361db30b-6363-4301-ace5-d84c9820f6cb\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2d971854-46e8-4ad4-b7cb-ce1b949e4f9b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -788,11 +1121,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:13 GMT + - Thu, 16 Mar 2023 01:44:01 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_all_disabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_all_disabled.yaml old mode 100644 new mode 100755 index aefc2a6528a..d0fc821ecb4 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_all_disabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_all_disabled.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:10 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:38:14Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:20:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:38:14 GMT + - Thu, 16 Mar 2023 01:20:11 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestlxnk54m2q-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesth3zoxrkma-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlxnk54m2q-79a739\",\n \"fqdn\": \"cliakstest-clitestlxnk54m2q-79a739-51c90742.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlxnk54m2q-79a739-51c90742.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesth3zoxrkma-79a739\",\n \"fqdn\": \"cliakstest-clitesth3zoxrkma-79a739-ki9vdp63.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesth3zoxrkma-79a739-ki9vdp63.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:17 GMT + - Thu, 16 Mar 2023 01:20:16 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' status: code: 201 message: Created @@ -159,14 +204,254 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:20:46 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:15 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:45 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:22:16 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:22:46 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:47 GMT + - Thu, 16 Mar 2023 01:23:16 GMT expires: - '-1' pragma: @@ -207,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:17 GMT + - Thu, 16 Mar 2023 01:23:46 GMT expires: - '-1' pragma: @@ -255,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:48 GMT + - Thu, 16 Mar 2023 01:24:16 GMT expires: - '-1' pragma: @@ -303,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:18 GMT + - Thu, 16 Mar 2023 01:24:46 GMT expires: - '-1' pragma: @@ -351,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:48 GMT + - Thu, 16 Mar 2023 01:25:16 GMT expires: - '-1' pragma: @@ -399,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:17 GMT + - Thu, 16 Mar 2023 01:25:46 GMT expires: - '-1' pragma: @@ -447,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:47 GMT + - Thu, 16 Mar 2023 01:26:16 GMT expires: - '-1' pragma: @@ -495,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:17 GMT + - Thu, 16 Mar 2023 01:26:47 GMT expires: - '-1' pragma: @@ -543,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:48 GMT + - Thu, 16 Mar 2023 01:27:17 GMT expires: - '-1' pragma: @@ -591,15 +876,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bed301e8-2221-4d84-950f-dc3fe2135ee7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5a0cc581-7935-40e5-8b2a-2832cc131fd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e801d3be-2122-844d-950f-dc3fe2135ee7\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:38:17.8652902Z\",\n \"endTime\": - \"2022-11-24T09:43:10.7887984Z\"\n }" + string: "{\n \"name\": \"81c50c5a-3579-e540-8b2a-2832cc131fd0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:20:16.0715594Z\",\n \"endTime\": + \"2023-03-16T01:27:39.7823943Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:18 GMT + - Thu, 16 Mar 2023 01:27:46 GMT expires: - '-1' pragma: @@ -640,8 +925,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +935,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlxnk54m2q-79a739\",\n \"fqdn\": \"cliakstest-clitestlxnk54m2q-79a739-51c90742.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlxnk54m2q-79a739-51c90742.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesth3zoxrkma-79a739\",\n \"fqdn\": \"cliakstest-clitesth3zoxrkma-79a739-ki9vdp63.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesth3zoxrkma-79a739-ki9vdp63.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/65b4d058-30ba-4de6-a9de-902b204a5f4f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e4a77848-ddff-4671-98c7-f0c529517bbc\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:19 GMT + - Thu, 16 Mar 2023 01:27:47 GMT expires: - '-1' pragma: @@ -730,8 +1015,8 @@ interactions: ParameterSetName: - --resource-group --name -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -740,30 +1025,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlxnk54m2q-79a739\",\n \"fqdn\": \"cliakstest-clitestlxnk54m2q-79a739-51c90742.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlxnk54m2q-79a739-51c90742.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesth3zoxrkma-79a739\",\n \"fqdn\": \"cliakstest-clitesth3zoxrkma-79a739-ki9vdp63.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesth3zoxrkma-79a739-ki9vdp63.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/65b4d058-30ba-4de6-a9de-902b204a5f4f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e4a77848-ddff-4671-98c7-f0c529517bbc\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -784,11 +1069,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:19 GMT + - Thu, 16 Mar 2023 01:27:47 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_confcom_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_confcom_enabled.yaml old mode 100644 new mode 100755 index 60a6f724b97..e5bf66e8f9c --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_confcom_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_confcom_enabled.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:27:48 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:43:20Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:27:48Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:43:20 GMT + - Thu, 16 Mar 2023 01:27:48 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestml7ksmngv-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestolvvynnvw-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -75,8 +120,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -85,23 +130,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestml7ksmngv-79a739\",\n \"fqdn\": \"cliakstest-clitestml7ksmngv-79a739-13c9cc54.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestml7ksmngv-79a739-13c9cc54.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestolvvynnvw-79a739\",\n \"fqdn\": \"cliakstest-clitestolvvynnvw-79a739-sg5og909.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestolvvynnvw-79a739-sg5og909.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -125,15 +170,15 @@ interactions: {\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/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3630' + - '3626' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:24 GMT + - Thu, 16 Mar 2023 01:27:52 GMT expires: - '-1' pragma: @@ -145,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -163,23 +208,263 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:28:22 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:28:51 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:29:22 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:29:52 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:30:22 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:54 GMT + - Thu, 16 Mar 2023 01:30:52 GMT expires: - '-1' pragma: @@ -211,23 +496,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:24 GMT + - Thu, 16 Mar 2023 01:31:22 GMT expires: - '-1' pragma: @@ -259,23 +544,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:54 GMT + - Thu, 16 Mar 2023 01:31:53 GMT expires: - '-1' pragma: @@ -307,23 +592,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:24 GMT + - Thu, 16 Mar 2023 01:32:23 GMT expires: - '-1' pragma: @@ -355,23 +640,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:54 GMT + - Thu, 16 Mar 2023 01:32:52 GMT expires: - '-1' pragma: @@ -403,23 +688,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:24 GMT + - Thu, 16 Mar 2023 01:33:23 GMT expires: - '-1' pragma: @@ -451,23 +736,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:54 GMT + - Thu, 16 Mar 2023 01:33:52 GMT expires: - '-1' pragma: @@ -499,23 +784,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:24 GMT + - Thu, 16 Mar 2023 01:34:23 GMT expires: - '-1' pragma: @@ -547,23 +832,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:54 GMT + - Thu, 16 Mar 2023 01:34:53 GMT expires: - '-1' pragma: @@ -595,24 +880,24 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dd1b2fc3-f3ad-4735-ab56-06a50c0c8de9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62d2c436-9e3b-4b87-877f-3cc827e7aa7d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c32f1bdd-adf3-3547-ab56-06a50c0c8de9\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:43:24.634781Z\",\n \"endTime\": - \"2022-11-24T09:48:16.3368225Z\"\n }" + string: "{\n \"name\": \"36c4d262-3b9e-874b-877f-3cc827e7aa7d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:27:52.5108922Z\",\n \"endTime\": + \"2023-03-16T01:35:04.5465857Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:24 GMT + - Thu, 16 Mar 2023 01:35:23 GMT expires: - '-1' pragma: @@ -644,8 +929,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -654,23 +939,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestml7ksmngv-79a739\",\n \"fqdn\": \"cliakstest-clitestml7ksmngv-79a739-13c9cc54.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestml7ksmngv-79a739-13c9cc54.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestolvvynnvw-79a739\",\n \"fqdn\": \"cliakstest-clitestolvvynnvw-79a739-sg5og909.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestolvvynnvw-79a739-sg5og909.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -679,7 +964,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c33363ac-0925-4e46-9039-7c33654ef892\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/43f6bda7-e49d-463b-8586-7caa52278315\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -700,11 +985,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:25 GMT + - Thu, 16 Mar 2023 01:35:23 GMT expires: - '-1' pragma: @@ -736,8 +1021,8 @@ interactions: ParameterSetName: - --resource-group --name -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -746,23 +1031,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestml7ksmngv-79a739\",\n \"fqdn\": \"cliakstest-clitestml7ksmngv-79a739-13c9cc54.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestml7ksmngv-79a739-13c9cc54.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestolvvynnvw-79a739\",\n \"fqdn\": \"cliakstest-clitestolvvynnvw-79a739-sg5og909.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestolvvynnvw-79a739-sg5og909.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -771,7 +1056,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c33363ac-0925-4e46-9039-7c33654ef892\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/43f6bda7-e49d-463b-8586-7caa52278315\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -792,11 +1077,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:26 GMT + - Thu, 16 Mar 2023 01:35:24 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_openservicemesh_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_openservicemesh_enabled.yaml old mode 100644 new mode 100755 index b9984175267..ac92063b475 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_openservicemesh_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_show_openservicemesh_enabled.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:35:25 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:27:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:35:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:54 GMT + - Thu, 16 Mar 2023 01:35:25 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestldllr4cxp-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestg4yec5p4y-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": true, "config": {}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,23 +129,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestldllr4cxp-79a739\",\n \"fqdn\": \"cliakstest-clitestldllr4cxp-79a739-29f62710.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestldllr4cxp-79a739-29f62710.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestg4yec5p4y-79a739\",\n \"fqdn\": \"cliakstest-clitestg4yec5p4y-79a739-5xsavbyh.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestg4yec5p4y-79a739-5xsavbyh.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -123,15 +168,15 @@ interactions: {\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/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3581' + - '3577' content-type: - application/json date: - - Thu, 24 Nov 2022 09:27:59 GMT + - Thu, 16 Mar 2023 01:35:28 GMT expires: - '-1' pragma: @@ -143,7 +188,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -161,23 +206,215 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:35:58 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:36:28 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:36:59 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:37:28 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -a -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:29 GMT + - Thu, 16 Mar 2023 01:37:58 GMT expires: - '-1' pragma: @@ -209,23 +446,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:59 GMT + - Thu, 16 Mar 2023 01:38:28 GMT expires: - '-1' pragma: @@ -257,23 +494,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:29 GMT + - Thu, 16 Mar 2023 01:38:58 GMT expires: - '-1' pragma: @@ -305,23 +542,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:59 GMT + - Thu, 16 Mar 2023 01:39:29 GMT expires: - '-1' pragma: @@ -353,23 +590,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:28 GMT + - Thu, 16 Mar 2023 01:39:58 GMT expires: - '-1' pragma: @@ -401,23 +638,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:59 GMT + - Thu, 16 Mar 2023 01:40:29 GMT expires: - '-1' pragma: @@ -449,23 +686,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:29 GMT + - Thu, 16 Mar 2023 01:40:59 GMT expires: - '-1' pragma: @@ -497,23 +734,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:59 GMT + - Thu, 16 Mar 2023 01:41:28 GMT expires: - '-1' pragma: @@ -545,23 +782,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:29 GMT + - Thu, 16 Mar 2023 01:41:59 GMT expires: - '-1' pragma: @@ -593,23 +830,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:59 GMT + - Thu, 16 Mar 2023 01:42:29 GMT expires: - '-1' pragma: @@ -641,24 +878,24 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5b6ca1-31ed-4d1e-87ae-7ba91777463c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3ef4cec0-e5f5-4a71-84c2-e97296e5540d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a16c5bfe-ed31-1e4d-87ae-7ba91777463c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:27:59.138018Z\",\n \"endTime\": - \"2022-11-24T09:33:08.1849799Z\"\n }" + string: "{\n \"name\": \"c0cef43e-f5e5-714a-84c2-e97296e5540d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:35:28.8096249Z\",\n \"endTime\": + \"2023-03-16T01:42:50.2857093Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:30 GMT + - Thu, 16 Mar 2023 01:42:59 GMT expires: - '-1' pragma: @@ -690,8 +927,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -700,23 +937,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestldllr4cxp-79a739\",\n \"fqdn\": \"cliakstest-clitestldllr4cxp-79a739-29f62710.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestldllr4cxp-79a739-29f62710.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestg4yec5p4y-79a739\",\n \"fqdn\": \"cliakstest-clitestg4yec5p4y-79a739-5xsavbyh.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestg4yec5p4y-79a739-5xsavbyh.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -724,7 +961,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9104acff-9904-4bc1-b924-e4977dc252ea\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/09751791-01b5-4da9-b32e-6ddf1f9e10f2\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -745,11 +982,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:30 GMT + - Thu, 16 Mar 2023 01:43:00 GMT expires: - '-1' pragma: @@ -781,8 +1018,8 @@ interactions: ParameterSetName: - --resource-group --name -a -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -791,23 +1028,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestldllr4cxp-79a739\",\n \"fqdn\": \"cliakstest-clitestldllr4cxp-79a739-29f62710.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestldllr4cxp-79a739-29f62710.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestg4yec5p4y-79a739\",\n \"fqdn\": \"cliakstest-clitestg4yec5p4y-79a739-5xsavbyh.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestg4yec5p4y-79a739-5xsavbyh.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -815,7 +1052,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9104acff-9904-4bc1-b924-e4977dc252ea\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/09751791-01b5-4da9-b32e-6ddf1f9e10f2\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -836,11 +1073,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:31 GMT + - Thu, 16 Mar 2023 01:43:01 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_all_disabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_all_disabled.yaml old mode 100644 new mode 100755 index e28c5b2e0d0..522f1cb1183 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_all_disabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_all_disabled.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:10 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:33:31Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:20:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:33:31 GMT + - Thu, 16 Mar 2023 01:20:10 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest2xgbiqyxf-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestkqczlm67b-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2xgbiqyxf-79a739\",\n \"fqdn\": \"cliakstest-clitest2xgbiqyxf-79a739-178881a2.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2xgbiqyxf-79a739-178881a2.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkqczlm67b-79a739\",\n \"fqdn\": \"cliakstest-clitestkqczlm67b-79a739-h1c24exi.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkqczlm67b-79a739-h1c24exi.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:36 GMT + - Thu, 16 Mar 2023 01:20:14 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -159,14 +204,254 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:20:44 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:15 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:45 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:22:14 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:22:45 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:06 GMT + - Thu, 16 Mar 2023 01:23:15 GMT expires: - '-1' pragma: @@ -207,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:36 GMT + - Thu, 16 Mar 2023 01:23:45 GMT expires: - '-1' pragma: @@ -255,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:06 GMT + - Thu, 16 Mar 2023 01:24:15 GMT expires: - '-1' pragma: @@ -303,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:36 GMT + - Thu, 16 Mar 2023 01:24:45 GMT expires: - '-1' pragma: @@ -351,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:07 GMT + - Thu, 16 Mar 2023 01:25:15 GMT expires: - '-1' pragma: @@ -399,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:37 GMT + - Thu, 16 Mar 2023 01:25:46 GMT expires: - '-1' pragma: @@ -447,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:07 GMT + - Thu, 16 Mar 2023 01:26:16 GMT expires: - '-1' pragma: @@ -495,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:37 GMT + - Thu, 16 Mar 2023 01:26:45 GMT expires: - '-1' pragma: @@ -543,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:06 GMT + - Thu, 16 Mar 2023 01:27:16 GMT expires: - '-1' pragma: @@ -591,15 +876,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6fc19efc-6c88-44db-8aeb-0c7e6fbeb9bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28171084-df74-496a-93a1-2c2afc1a5be9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fc9ec16f-886c-db44-8aeb-0c7e6fbeb9bd\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:33:36.9097102Z\",\n \"endTime\": - \"2022-11-24T09:38:16.5494648Z\"\n }" + string: "{\n \"name\": \"84101728-74df-6a49-93a1-2c2afc1a5be9\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:20:15.2278038Z\",\n \"endTime\": + \"2023-03-16T01:27:41.6704603Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:37 GMT + - Thu, 16 Mar 2023 01:27:46 GMT expires: - '-1' pragma: @@ -640,8 +925,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +935,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2xgbiqyxf-79a739\",\n \"fqdn\": \"cliakstest-clitest2xgbiqyxf-79a739-178881a2.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2xgbiqyxf-79a739-178881a2.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkqczlm67b-79a739\",\n \"fqdn\": \"cliakstest-clitestkqczlm67b-79a739-h1c24exi.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkqczlm67b-79a739-h1c24exi.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/424a58d9-0d71-4967-8b2c-d111621ec0cd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eeae4afa-1a8b-4d80-94a4-50ea8623b702\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:38 GMT + - Thu, 16 Mar 2023 01:27:46 GMT expires: - '-1' pragma: @@ -730,8 +1015,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -740,30 +1025,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2xgbiqyxf-79a739\",\n \"fqdn\": \"cliakstest-clitest2xgbiqyxf-79a739-178881a2.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2xgbiqyxf-79a739-178881a2.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkqczlm67b-79a739\",\n \"fqdn\": \"cliakstest-clitestkqczlm67b-79a739-h1c24exi.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkqczlm67b-79a739-h1c24exi.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/424a58d9-0d71-4967-8b2c-d111621ec0cd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eeae4afa-1a8b-4d80-94a4-50ea8623b702\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -784,11 +1069,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:38 GMT + - Thu, 16 Mar 2023 01:27:47 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_azurekeyvaultsecretsprovider.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_azurekeyvaultsecretsprovider.yaml old mode 100644 new mode 100755 index 11006cde40e..dacdb2e0a60 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_azurekeyvaultsecretsprovider.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_azurekeyvaultsecretsprovider.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:27:47 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:38:39Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:27:48Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:38:39 GMT + - Thu, 16 Mar 2023 01:27:48 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestnuqqp7dli-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3jvwdnh44-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:43 GMT + - Thu, 16 Mar 2023 01:27:51 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -159,23 +204,71 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:28: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 create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:13 GMT + - Thu, 16 Mar 2023 01:28:52 GMT expires: - '-1' pragma: @@ -207,23 +300,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:43 GMT + - Thu, 16 Mar 2023 01:29:22 GMT expires: - '-1' pragma: @@ -255,23 +348,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:14 GMT + - Thu, 16 Mar 2023 01:29:52 GMT expires: - '-1' pragma: @@ -303,23 +396,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:44 GMT + - Thu, 16 Mar 2023 01:30:22 GMT expires: - '-1' pragma: @@ -351,23 +444,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:14 GMT + - Thu, 16 Mar 2023 01:30:52 GMT expires: - '-1' pragma: @@ -399,23 +492,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:44 GMT + - Thu, 16 Mar 2023 01:31:22 GMT expires: - '-1' pragma: @@ -447,23 +540,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:14 GMT + - Thu, 16 Mar 2023 01:31:52 GMT expires: - '-1' pragma: @@ -495,23 +588,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:44 GMT + - Thu, 16 Mar 2023 01:32:23 GMT expires: - '-1' pragma: @@ -543,23 +636,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:14 GMT + - Thu, 16 Mar 2023 01:32:53 GMT expires: - '-1' pragma: @@ -591,23 +684,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:44 GMT + - Thu, 16 Mar 2023 01:33:23 GMT expires: - '-1' pragma: @@ -639,23 +732,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:14 GMT + - Thu, 16 Mar 2023 01:33:52 GMT expires: - '-1' pragma: @@ -687,24 +780,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c15785a4-02a0-4003-8434-1729a60a099a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a48557c1-a002-0340-8434-1729a60a099a\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:38:43.835708Z\",\n \"endTime\": - \"2022-11-24T09:44:18.698544Z\"\n }" + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" headers: cache-control: - no-cache content-length: - - '168' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:44 GMT + - Thu, 16 Mar 2023 01:34:22 GMT expires: - '-1' pragma: @@ -736,8 +828,201 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:34:53 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:35:23 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:35:53 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72529912-fee0-4a88-bae8-21591dbe2aa3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"12995272-e0fe-884a-bae8-21591dbe2aa3\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:27:52.2921373Z\",\n \"endTime\": + \"2023-03-16T01:36:00.8956332Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:36:23 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -746,30 +1031,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -790,11 +1075,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:45 GMT + - Thu, 16 Mar 2023 01:36:24 GMT expires: - '-1' pragma: @@ -826,8 +1111,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -836,30 +1121,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -880,11 +1165,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:46 GMT + - Thu, 16 Mar 2023 01:36:25 GMT expires: - '-1' pragma: @@ -904,16 +1189,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestnuqqp7dli-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest3jvwdnh44-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "false", "rotationPollInterval": "2m"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -921,7 +1206,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -939,14 +1224,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2842' + - '2840' Content-Type: - application/json ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -955,23 +1240,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -980,7 +1265,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -999,15 +1284,15 @@ interactions: {\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/westus2/operations/721148a9-6bf8-403d-a806-86843fe75bd5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b99a2b84-e77d-4932-a237-1811e8a63f32?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4323' + - '4319' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:48 GMT + - Thu, 16 Mar 2023 01:36:27 GMT expires: - '-1' pragma: @@ -1023,7 +1308,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 200 message: OK @@ -1041,14 +1326,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/721148a9-6bf8-403d-a806-86843fe75bd5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b99a2b84-e77d-4932-a237-1811e8a63f32?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a9481172-f86b-3d40-a806-86843fe75bd5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:48.7495672Z\"\n }" + string: "{\n \"name\": \"842b9ab9-7de7-3249-a237-1811e8a63f32\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:36:27.4973215Z\"\n }" headers: cache-control: - no-cache @@ -1057,7 +1342,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:18 GMT + - Thu, 16 Mar 2023 01:36:57 GMT expires: - '-1' pragma: @@ -1089,14 +1374,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/721148a9-6bf8-403d-a806-86843fe75bd5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b99a2b84-e77d-4932-a237-1811e8a63f32?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a9481172-f86b-3d40-a806-86843fe75bd5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:48.7495672Z\"\n }" + string: "{\n \"name\": \"842b9ab9-7de7-3249-a237-1811e8a63f32\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:36:27.4973215Z\"\n }" headers: cache-control: - no-cache @@ -1105,7 +1390,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:48 GMT + - Thu, 16 Mar 2023 01:37:27 GMT expires: - '-1' pragma: @@ -1137,14 +1422,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/721148a9-6bf8-403d-a806-86843fe75bd5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b99a2b84-e77d-4932-a237-1811e8a63f32?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a9481172-f86b-3d40-a806-86843fe75bd5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:48.7495672Z\"\n }" + string: "{\n \"name\": \"842b9ab9-7de7-3249-a237-1811e8a63f32\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:36:27.4973215Z\"\n }" headers: cache-control: - no-cache @@ -1153,7 +1438,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:18 GMT + - Thu, 16 Mar 2023 01:37:57 GMT expires: - '-1' pragma: @@ -1185,15 +1470,15 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/721148a9-6bf8-403d-a806-86843fe75bd5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b99a2b84-e77d-4932-a237-1811e8a63f32?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a9481172-f86b-3d40-a806-86843fe75bd5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:44:48.7495672Z\",\n \"endTime\": - \"2022-11-24T09:46:29.3355803Z\"\n }" + string: "{\n \"name\": \"842b9ab9-7de7-3249-a237-1811e8a63f32\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:36:27.4973215Z\",\n \"endTime\": + \"2023-03-16T01:38:10.7889118Z\"\n }" headers: cache-control: - no-cache @@ -1202,7 +1487,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:48 GMT + - Thu, 16 Mar 2023 01:38:27 GMT expires: - '-1' pragma: @@ -1234,8 +1519,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1244,23 +1529,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1271,7 +1556,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1292,11 +1577,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:48 GMT + - Thu, 16 Mar 2023 01:38:27 GMT expires: - '-1' pragma: @@ -1328,8 +1613,8 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1338,23 +1623,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1365,7 +1650,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1386,11 +1671,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:50 GMT + - Thu, 16 Mar 2023 01:38:29 GMT expires: - '-1' pragma: @@ -1422,8 +1707,8 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1432,23 +1717,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1459,7 +1744,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1480,11 +1765,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:50 GMT + - Thu, 16 Mar 2023 01:38:29 GMT expires: - '-1' pragma: @@ -1504,16 +1789,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestnuqqp7dli-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest3jvwdnh44-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "true", "rotationPollInterval": "2m"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -1521,7 +1806,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1539,14 +1824,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2841' + - '2839' Content-Type: - application/json ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1555,23 +1840,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1580,7 +1865,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1599,15 +1884,15 @@ interactions: {\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/westus2/operations/fd41be65-1e57-4875-bd3a-e7b9c30bcf36?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8e4630d2-32ad-4d69-9cf6-ce2fadbed1d1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4322' + - '4318' content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:59 GMT + - Thu, 16 Mar 2023 01:38:33 GMT expires: - '-1' pragma: @@ -1623,7 +1908,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 200 message: OK @@ -1641,14 +1926,14 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fd41be65-1e57-4875-bd3a-e7b9c30bcf36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8e4630d2-32ad-4d69-9cf6-ce2fadbed1d1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"65be41fd-571e-7548-bd3a-e7b9c30bcf36\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:46:53.7732296Z\"\n }" + string: "{\n \"name\": \"d230468e-ad32-694d-9cf6-ce2fadbed1d1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:38:32.7633729Z\"\n }" headers: cache-control: - no-cache @@ -1657,7 +1942,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:29 GMT + - Thu, 16 Mar 2023 01:39:03 GMT expires: - '-1' pragma: @@ -1689,14 +1974,14 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fd41be65-1e57-4875-bd3a-e7b9c30bcf36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8e4630d2-32ad-4d69-9cf6-ce2fadbed1d1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"65be41fd-571e-7548-bd3a-e7b9c30bcf36\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:46:53.7732296Z\"\n }" + string: "{\n \"name\": \"d230468e-ad32-694d-9cf6-ce2fadbed1d1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:38:32.7633729Z\"\n }" headers: cache-control: - no-cache @@ -1705,7 +1990,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:00 GMT + - Thu, 16 Mar 2023 01:39:33 GMT expires: - '-1' pragma: @@ -1737,15 +2022,15 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fd41be65-1e57-4875-bd3a-e7b9c30bcf36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8e4630d2-32ad-4d69-9cf6-ce2fadbed1d1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"65be41fd-571e-7548-bd3a-e7b9c30bcf36\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:46:53.7732296Z\",\n \"endTime\": - \"2022-11-24T09:48:19.4919958Z\"\n }" + string: "{\n \"name\": \"d230468e-ad32-694d-9cf6-ce2fadbed1d1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:38:32.7633729Z\",\n \"endTime\": + \"2023-03-16T01:39:57.2149421Z\"\n }" headers: cache-control: - no-cache @@ -1754,7 +2039,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:30 GMT + - Thu, 16 Mar 2023 01:40:03 GMT expires: - '-1' pragma: @@ -1786,8 +2071,8 @@ interactions: ParameterSetName: - --addon --enable-secret-rotation --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1796,23 +2081,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnuqqp7dli-79a739\",\n \"fqdn\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnuqqp7dli-79a739-182807d0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3jvwdnh44-79a739\",\n \"fqdn\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3jvwdnh44-79a739-147s2qer.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1823,7 +2108,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e15cd676-273f-4b48-aba9-913caaf65c7b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f2814e6b-fb75-4065-9b7c-ccb44b578bcb\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1844,11 +2129,11 @@ interactions: cache-control: - no-cache content-length: - - '4701' + - '4697' content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:30 GMT + - Thu, 16 Mar 2023 01:40:03 GMT expires: - '-1' pragma: @@ -1882,8 +2167,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1891,17 +2176,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/44011ad3-0bbe-4157-b7d3-43127952f23b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f3252c0-ed50-43e6-ac80-0275ce7bb7d4?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:48:31 GMT + - Thu, 16 Mar 2023 01:40:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/44011ad3-0bbe-4157-b7d3-43127952f23b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/4f3252c0-ed50-43e6-ac80-0275ce7bb7d4?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_confcom.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_confcom.yaml old mode 100644 new mode 100755 index cd128a4c93e..70fb3e1e324 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_confcom.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_addon_update_with_confcom.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:40:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:48:32Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:40:05Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:48:32 GMT + - Thu, 16 Mar 2023 01:40:05 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestqgtvtz6ph-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestqmib2d7au-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:35 GMT + - Thu, 16 Mar 2023 01:40:09 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 201 message: Created @@ -159,14 +204,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +220,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:06 GMT + - Thu, 16 Mar 2023 01:40:38 GMT expires: - '-1' pragma: @@ -207,14 +252,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:36 GMT + - Thu, 16 Mar 2023 01:41:09 GMT expires: - '-1' pragma: @@ -255,14 +300,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:05 GMT + - Thu, 16 Mar 2023 01:41:39 GMT expires: - '-1' pragma: @@ -303,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:35 GMT + - Thu, 16 Mar 2023 01:42:09 GMT expires: - '-1' pragma: @@ -351,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:05 GMT + - Thu, 16 Mar 2023 01:42:39 GMT expires: - '-1' pragma: @@ -399,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:35 GMT + - Thu, 16 Mar 2023 01:43:09 GMT expires: - '-1' pragma: @@ -447,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:05 GMT + - Thu, 16 Mar 2023 01:43:39 GMT expires: - '-1' pragma: @@ -495,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:35 GMT + - Thu, 16 Mar 2023 01:44:09 GMT expires: - '-1' pragma: @@ -543,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:06 GMT + - Thu, 16 Mar 2023 01:44:39 GMT expires: - '-1' pragma: @@ -591,15 +636,207 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d9202e0b-c9e7-42e7-909a-06df0acabfc4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b2e20d9-e7c9-e742-909a-06df0acabfc4\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:48:35.9359823Z\",\n \"endTime\": - \"2022-11-24T09:53:36.0789412Z\"\n }" + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:10 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:40 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:10 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:40 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/029afb9e-eea4-43e5-8868-dac72169f948?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9efb9a02-a4ee-e543-8868-dac72169f948\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:40:09.4199432Z\",\n \"endTime\": + \"2023-03-16T01:47:02.7321452Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +845,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:36 GMT + - Thu, 16 Mar 2023 01:47:10 GMT expires: - '-1' pragma: @@ -640,8 +877,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +887,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +931,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:36 GMT + - Thu, 16 Mar 2023 01:47:10 GMT expires: - '-1' pragma: @@ -730,8 +967,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -740,30 +977,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -784,11 +1021,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:37 GMT + - Thu, 16 Mar 2023 01:47:11 GMT expires: - '-1' pragma: @@ -808,16 +1045,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestqgtvtz6ph-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestqmib2d7au-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -825,7 +1062,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -843,14 +1080,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2806' + - '2804' Content-Type: - application/json ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -859,23 +1096,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -884,7 +1121,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -903,15 +1140,15 @@ interactions: {\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/westus2/operations/29e19a09-0030-40ed-a771-44403f9db652?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/302c6512-8029-464a-90cc-47e7a18dee97?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4281' + - '4277' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:40 GMT + - Thu, 16 Mar 2023 01:47:14 GMT expires: - '-1' pragma: @@ -927,7 +1164,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 200 message: OK @@ -945,14 +1182,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/29e19a09-0030-40ed-a771-44403f9db652?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/302c6512-8029-464a-90cc-47e7a18dee97?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"099ae129-3000-ed40-a771-44403f9db652\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:40.8931094Z\"\n }" + string: "{\n \"name\": \"12652c30-2980-4a46-90cc-47e7a18dee97\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:47:14.5936909Z\"\n }" headers: cache-control: - no-cache @@ -961,7 +1198,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:10 GMT + - Thu, 16 Mar 2023 01:47:44 GMT expires: - '-1' pragma: @@ -993,14 +1230,14 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/29e19a09-0030-40ed-a771-44403f9db652?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/302c6512-8029-464a-90cc-47e7a18dee97?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"099ae129-3000-ed40-a771-44403f9db652\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:40.8931094Z\"\n }" + string: "{\n \"name\": \"12652c30-2980-4a46-90cc-47e7a18dee97\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:47:14.5936909Z\"\n }" headers: cache-control: - no-cache @@ -1009,7 +1246,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:40 GMT + - Thu, 16 Mar 2023 01:48:15 GMT expires: - '-1' pragma: @@ -1041,15 +1278,15 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/29e19a09-0030-40ed-a771-44403f9db652?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/302c6512-8029-464a-90cc-47e7a18dee97?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"099ae129-3000-ed40-a771-44403f9db652\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:53:40.8931094Z\",\n \"endTime\": - \"2022-11-24T09:55:04.4975566Z\"\n }" + string: "{\n \"name\": \"12652c30-2980-4a46-90cc-47e7a18dee97\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:47:14.5936909Z\",\n \"endTime\": + \"2023-03-16T01:48:41.2437436Z\"\n }" headers: cache-control: - no-cache @@ -1058,7 +1295,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:10 GMT + - Thu, 16 Mar 2023 01:48:44 GMT expires: - '-1' pragma: @@ -1090,8 +1327,8 @@ interactions: ParameterSetName: - --addon --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1100,23 +1337,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -1125,7 +1362,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1146,11 +1383,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:11 GMT + - Thu, 16 Mar 2023 01:48:45 GMT expires: - '-1' pragma: @@ -1182,8 +1419,8 @@ interactions: ParameterSetName: - --resource-group --name -a --enable-sgxquotehelper -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1192,23 +1429,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -1217,7 +1454,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1238,11 +1475,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:12 GMT + - Thu, 16 Mar 2023 01:48:46 GMT expires: - '-1' pragma: @@ -1274,8 +1511,8 @@ interactions: ParameterSetName: - --resource-group --name -a --enable-sgxquotehelper -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1284,23 +1521,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -1309,7 +1546,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1330,11 +1567,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:12 GMT + - Thu, 16 Mar 2023 01:48:46 GMT expires: - '-1' pragma: @@ -1354,16 +1591,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestqgtvtz6ph-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestqmib2d7au-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "true"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -1371,7 +1608,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1389,14 +1626,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2805' + - '2803' Content-Type: - application/json ParameterSetName: - --resource-group --name -a --enable-sgxquotehelper -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1405,23 +1642,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -1430,7 +1667,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1449,15 +1686,15 @@ interactions: {\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/westus2/operations/172d9f6c-753a-424f-9764-f5cda60ffd0a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/074fb70a-e73c-4fc4-b982-1ba773e7984c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4280' + - '4276' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:15 GMT + - Thu, 16 Mar 2023 01:48:49 GMT expires: - '-1' pragma: @@ -1491,14 +1728,14 @@ interactions: ParameterSetName: - --resource-group --name -a --enable-sgxquotehelper -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/172d9f6c-753a-424f-9764-f5cda60ffd0a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/074fb70a-e73c-4fc4-b982-1ba773e7984c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c9f2d17-3a75-4f42-9764-f5cda60ffd0a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:15.7742296Z\"\n }" + string: "{\n \"name\": \"0ab74f07-3ce7-c44f-b982-1ba773e7984c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:48:49.5784452Z\"\n }" headers: cache-control: - no-cache @@ -1507,7 +1744,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:45 GMT + - Thu, 16 Mar 2023 01:49:19 GMT expires: - '-1' pragma: @@ -1539,14 +1776,14 @@ interactions: ParameterSetName: - --resource-group --name -a --enable-sgxquotehelper -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/172d9f6c-753a-424f-9764-f5cda60ffd0a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/074fb70a-e73c-4fc4-b982-1ba773e7984c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c9f2d17-3a75-4f42-9764-f5cda60ffd0a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:15.7742296Z\"\n }" + string: "{\n \"name\": \"0ab74f07-3ce7-c44f-b982-1ba773e7984c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:48:49.5784452Z\"\n }" headers: cache-control: - no-cache @@ -1555,7 +1792,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:15 GMT + - Thu, 16 Mar 2023 01:49:49 GMT expires: - '-1' pragma: @@ -1587,24 +1824,24 @@ interactions: ParameterSetName: - --resource-group --name -a --enable-sgxquotehelper -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/172d9f6c-753a-424f-9764-f5cda60ffd0a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/074fb70a-e73c-4fc4-b982-1ba773e7984c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c9f2d17-3a75-4f42-9764-f5cda60ffd0a\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:55:15.7742296Z\",\n \"endTime\": - \"2022-11-24T09:56:41.7976329Z\"\n }" + string: "{\n \"name\": \"0ab74f07-3ce7-c44f-b982-1ba773e7984c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:48:49.5784452Z\",\n \"endTime\": + \"2023-03-16T01:50:13.002732Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:46 GMT + - Thu, 16 Mar 2023 01:50:19 GMT expires: - '-1' pragma: @@ -1636,8 +1873,8 @@ interactions: ParameterSetName: - --resource-group --name -a --enable-sgxquotehelper -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1646,23 +1883,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqgtvtz6ph-79a739\",\n \"fqdn\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqgtvtz6ph-79a739-72155a58.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqmib2d7au-79a739\",\n \"fqdn\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqmib2d7au-79a739-6fbvxctb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -1671,7 +1908,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5f63b75-8d44-4346-a656-5278c496b372\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f944a08-899b-4139-8bd5-e84dd687a0e6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1692,11 +1929,11 @@ interactions: cache-control: - no-cache content-length: - - '4282' + - '4278' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:46 GMT + - Thu, 16 Mar 2023 01:50:19 GMT expires: - '-1' pragma: @@ -1730,8 +1967,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1739,17 +1976,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e52c3945-daa6-4478-9df4-573ae2af1573?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab79ce74-4130-47b7-9adb-ff94c0e95c0d?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:56:48 GMT + - Thu, 16 Mar 2023 01:50:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e52c3945-daa6-4478-9df4-573ae2af1573?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/ab79ce74-4130-47b7-9adb-ff94c0e95c0d?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_availability_zones.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_availability_zones.yaml old mode 100644 new mode 100755 index f6e8ee0b4f0..9ee2a2c588e --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_availability_zones.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_availability_zones.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-count --ssh-key-value --zones + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:27:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:20:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:55 GMT + - Thu, 16 Mar 2023 01:20:11 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestrwstu2sq4-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestvaqabrykh-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +97,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,9 +129,9 @@ interactions: \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestrwstu2sq4-79a739\",\n \"fqdn\": \"cliakstest-clitestrwstu2sq4-79a739-5dee3da2.hcp.eastus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrwstu2sq4-79a739-5dee3da2.portal.hcp.eastus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvaqabrykh-79a739\",\n \"fqdn\": \"cliakstest-clitestvaqabrykh-79a739-90keqb25.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvaqabrykh-79a739-90keqb25.portal.hcp.eastus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -94,14 +139,14 @@ interactions: \ \"availabilityZones\": [\n \"1\",\n \"2\",\n \"3\"\n ],\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_eastus\",\n \"enableRBAC\": true,\n @@ -123,15 +168,15 @@ interactions: {\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/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 cache-control: - no-cache content-length: - - '3544' + - '3540' content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:02 GMT + - Thu, 16 Mar 2023 01:20:18 GMT expires: - '-1' pragma: @@ -143,7 +188,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -161,14 +206,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -177,7 +222,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:32 GMT + - Thu, 16 Mar 2023 01:20:48 GMT expires: - '-1' pragma: @@ -209,14 +254,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -225,7 +270,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:02 GMT + - Thu, 16 Mar 2023 01:21:19 GMT expires: - '-1' pragma: @@ -257,14 +302,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -273,7 +318,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:32 GMT + - Thu, 16 Mar 2023 01:21:49 GMT expires: - '-1' pragma: @@ -305,14 +350,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -321,7 +366,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:03 GMT + - Thu, 16 Mar 2023 01:22:19 GMT expires: - '-1' pragma: @@ -353,14 +398,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -369,7 +414,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:33 GMT + - Thu, 16 Mar 2023 01:22:49 GMT expires: - '-1' pragma: @@ -401,14 +446,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -417,7 +462,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:03 GMT + - Thu, 16 Mar 2023 01:23:19 GMT expires: - '-1' pragma: @@ -449,14 +494,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -465,7 +510,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:33 GMT + - Thu, 16 Mar 2023 01:23:50 GMT expires: - '-1' pragma: @@ -497,14 +542,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -513,7 +558,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:04 GMT + - Thu, 16 Mar 2023 01:24:20 GMT expires: - '-1' pragma: @@ -545,14 +590,14 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\"\n }" headers: cache-control: - no-cache @@ -561,7 +606,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:34 GMT + - Thu, 16 Mar 2023 01:24:50 GMT expires: - '-1' pragma: @@ -593,15 +638,15 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/775acc1e-f45b-401c-96d5-34d11f4942b7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7ede7597-3c9f-4a9d-8093-2b4fd562b359?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"1ecc5a77-5bf4-1c40-96d5-34d11f4942b7\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:28:02.5914751Z\",\n \"endTime\": - \"2022-11-24T09:32:46.1377783Z\"\n }" + string: "{\n \"name\": \"9775de7e-9f3c-9d4a-8093-2b4fd562b359\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:20:18.7072157Z\",\n \"endTime\": + \"2023-03-16T01:25:15.4414584Z\"\n }" headers: cache-control: - no-cache @@ -610,7 +655,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:04 GMT + - Thu, 16 Mar 2023 01:25:19 GMT expires: - '-1' pragma: @@ -642,8 +687,8 @@ interactions: ParameterSetName: - --resource-group --name --node-count --ssh-key-value --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -652,9 +697,9 @@ interactions: \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestrwstu2sq4-79a739\",\n \"fqdn\": \"cliakstest-clitestrwstu2sq4-79a739-5dee3da2.hcp.eastus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrwstu2sq4-79a739-5dee3da2.portal.hcp.eastus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvaqabrykh-79a739\",\n \"fqdn\": \"cliakstest-clitestvaqabrykh-79a739-90keqb25.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvaqabrykh-79a739-90keqb25.portal.hcp.eastus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -662,21 +707,21 @@ interactions: \ \"availabilityZones\": [\n \"1\",\n \"2\",\n \"3\"\n ],\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_eastus\",\n \"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_clitest000001_cliakstest000002_eastus/providers/Microsoft.Network/publicIPAddresses/a24eb3a0-a000-49e2-8aac-a9b4ff8a0943\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus/providers/Microsoft.Network/publicIPAddresses/61ba43d7-8e68-43e3-9593-32ce70bbdbea\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -697,11 +742,11 @@ interactions: cache-control: - no-cache content-length: - - '4195' + - '4191' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:05 GMT + - Thu, 16 Mar 2023 01:25:20 GMT expires: - '-1' pragma: @@ -733,8 +778,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -747,23 +792,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"availabilityZones\": [\n \ \"1\",\n \"2\",\n \"3\"\n ],\n \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n - \ \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n + \ \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1208' + - '1206' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:05 GMT + - Thu, 16 Mar 2023 01:25:22 GMT expires: - '-1' pragma: @@ -805,8 +850,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-01-02-preview response: @@ -819,24 +864,24 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"availabilityZones\": [\n \"1\",\n \ \"2\",\n \"3\"\n ],\n \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n - \ \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n + \ \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7c8fe954-74e6-4f7b-8612-f4a15756eabb?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 cache-control: - no-cache content-length: - - '1136' + - '1134' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:10 GMT + - Thu, 16 Mar 2023 01:25:26 GMT expires: - '-1' pragma: @@ -848,7 +893,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -866,14 +911,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7c8fe954-74e6-4f7b-8612-f4a15756eabb?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"54e98f7c-e674-7b4f-8612-f4a15756eabb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:10.7165853Z\"\n }" + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" headers: cache-control: - no-cache @@ -882,7 +927,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:40 GMT + - Thu, 16 Mar 2023 01:25:55 GMT expires: - '-1' pragma: @@ -914,14 +959,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7c8fe954-74e6-4f7b-8612-f4a15756eabb?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"54e98f7c-e674-7b4f-8612-f4a15756eabb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:10.7165853Z\"\n }" + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" headers: cache-control: - no-cache @@ -930,7 +975,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:11 GMT + - Thu, 16 Mar 2023 01:26:26 GMT expires: - '-1' pragma: @@ -962,14 +1007,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7c8fe954-74e6-4f7b-8612-f4a15756eabb?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"54e98f7c-e674-7b4f-8612-f4a15756eabb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:10.7165853Z\"\n }" + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" headers: cache-control: - no-cache @@ -978,7 +1023,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:41 GMT + - Thu, 16 Mar 2023 01:26:56 GMT expires: - '-1' pragma: @@ -1010,14 +1055,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7c8fe954-74e6-4f7b-8612-f4a15756eabb?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"54e98f7c-e674-7b4f-8612-f4a15756eabb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:10.7165853Z\"\n }" + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" headers: cache-control: - no-cache @@ -1026,7 +1071,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:11 GMT + - Thu, 16 Mar 2023 01:27:26 GMT expires: - '-1' pragma: @@ -1058,14 +1103,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7c8fe954-74e6-4f7b-8612-f4a15756eabb?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"54e98f7c-e674-7b4f-8612-f4a15756eabb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:10.7165853Z\"\n }" + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" headers: cache-control: - no-cache @@ -1074,7 +1119,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:41 GMT + - Thu, 16 Mar 2023 01:27:56 GMT expires: - '-1' pragma: @@ -1106,14 +1151,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7c8fe954-74e6-4f7b-8612-f4a15756eabb?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"54e98f7c-e674-7b4f-8612-f4a15756eabb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:10.7165853Z\"\n }" + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" headers: cache-control: - no-cache @@ -1122,7 +1167,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:11 GMT + - Thu, 16 Mar 2023 01:28:27 GMT expires: - '-1' pragma: @@ -1154,24 +1199,360 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7c8fe954-74e6-4f7b-8612-f4a15756eabb?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"54e98f7c-e674-7b4f-8612-f4a15756eabb\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:33:10.7165853Z\",\n \"endTime\": - \"2022-11-24T09:36:21.6432147Z\"\n }" + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:28:56 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --zones + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:29:27 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --zones + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:29:57 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --zones + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:30:28 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --zones + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:30:58 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --zones + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:31:27 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --zones + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:31:58 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --zones + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/baf23b48-0a0d-4eec-b530-3e3faf69ea10?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"483bf2ba-0d0a-ec4e-b530-3e3faf69ea10\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:25:26.4885209Z\",\n \"endTime\": + \"2023-03-16T01:32:06.869843Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:41 GMT + - Thu, 16 Mar 2023 01:32:28 GMT expires: - '-1' pragma: @@ -1203,8 +1584,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --zones User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-01-02-preview response: @@ -1217,22 +1598,22 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"availabilityZones\": [\n \"1\",\n \ \"2\",\n \"3\"\n ],\n \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \"powerState\": - {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n - \ \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n + \ \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1137' + - '1135' content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:41 GMT + - Thu, 16 Mar 2023 01:32:28 GMT expires: - '-1' pragma: @@ -1266,8 +1647,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1275,17 +1656,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/cfd59036-9248-47e2-a416-612abc0515ca?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/00fd8daf-7999-4a9c-8709-6d65db4becb3?api-version=2017-08-31 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:36:43 GMT + - Thu, 16 Mar 2023 01:32:30 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/cfd59036-9248-47e2-a416-612abc0515ca?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/00fd8daf-7999-4a9c-8709-6d65db4becb3?api-version=2017-08-31 pragma: - no-cache server: @@ -1295,7 +1676,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_aadv1_and_update_with_managed_aad.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_aadv1_and_update_with_managed_aad.yaml old mode 100644 new mode 100755 index 3fbc03a1ca7..0176beeb145 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_aadv1_and_update_with_managed_aad.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_aadv1_and_update_with_managed_aad.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:32:32 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret + --aad-client-app-id --aad-tenant-id --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:52:13Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:32:32Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:52:13 GMT + - Thu, 16 Mar 2023 01:32:32 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesttwmtuqn5f-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestyif566vdm-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -78,8 +124,8 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -88,23 +134,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesttwmtuqn5f-79a739\",\n \"fqdn\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyif566vdm-79a739\",\n \"fqdn\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -129,15 +175,15 @@ interactions: {\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/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3735' + - '3731' content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:17 GMT + - Thu, 16 Mar 2023 01:32:36 GMT expires: - '-1' pragma: @@ -149,7 +195,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1198' status: code: 201 message: Created @@ -168,14 +214,14 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" headers: cache-control: - no-cache @@ -184,7 +230,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:47 GMT + - Thu, 16 Mar 2023 01:33:06 GMT expires: - '-1' pragma: @@ -217,14 +263,14 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" headers: cache-control: - no-cache @@ -233,7 +279,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:17 GMT + - Thu, 16 Mar 2023 01:33:36 GMT expires: - '-1' pragma: @@ -266,14 +312,14 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" headers: cache-control: - no-cache @@ -282,7 +328,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:47 GMT + - Thu, 16 Mar 2023 01:34:07 GMT expires: - '-1' pragma: @@ -315,14 +361,14 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" headers: cache-control: - no-cache @@ -331,7 +377,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:17 GMT + - Thu, 16 Mar 2023 01:34:37 GMT expires: - '-1' pragma: @@ -364,14 +410,14 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" headers: cache-control: - no-cache @@ -380,7 +426,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:47 GMT + - Thu, 16 Mar 2023 01:35:07 GMT expires: - '-1' pragma: @@ -413,14 +459,14 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" headers: cache-control: - no-cache @@ -429,7 +475,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:18 GMT + - Thu, 16 Mar 2023 01:35:37 GMT expires: - '-1' pragma: @@ -462,14 +508,14 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" headers: cache-control: - no-cache @@ -478,7 +524,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:48 GMT + - Thu, 16 Mar 2023 01:36:07 GMT expires: - '-1' pragma: @@ -511,14 +557,14 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" headers: cache-control: - no-cache @@ -527,7 +573,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:18 GMT + - Thu, 16 Mar 2023 01:36:38 GMT expires: - '-1' pragma: @@ -560,15 +606,260 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/296e4987-53e0-4f61-b6f4-813c3d40f218?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87496e29-e053-614f-b6f4-813c3d40f218\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:52:17.8096737Z\",\n \"endTime\": - \"2022-11-24T09:56:43.1282858Z\"\n }" + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:37:08 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: + - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret + --aad-client-app-id --aad-tenant-id --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:37:37 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: + - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret + --aad-client-app-id --aad-tenant-id --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:38:07 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: + - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret + --aad-client-app-id --aad-tenant-id --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:38:38 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: + - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret + --aad-client-app-id --aad-tenant-id --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:39:08 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: + - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret + --aad-client-app-id --aad-tenant-id --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11447c2a-1593-4f8e-bd94-66e5bc208a82?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2a7c4411-9315-8e4f-bd94-66e5bc208a82\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:32:37.1985994Z\",\n \"endTime\": + \"2023-03-16T01:39:36.2129383Z\"\n }" headers: cache-control: - no-cache @@ -577,7 +868,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:48 GMT + - Thu, 16 Mar 2023 01:39:38 GMT expires: - '-1' pragma: @@ -610,8 +901,8 @@ interactions: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret --aad-client-app-id --aad-tenant-id --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -620,30 +911,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesttwmtuqn5f-79a739\",\n \"fqdn\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyif566vdm-79a739\",\n \"fqdn\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/602b872d-f714-4d1b-8456-6fc7ec69b17a\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/498f17c1-025b-4a2f-8e78-ee273f84171a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -668,11 +959,11 @@ interactions: cache-control: - no-cache content-length: - - '4388' + - '4384' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:49 GMT + - Thu, 16 Mar 2023 01:39:38 GMT expires: - '-1' pragma: @@ -705,8 +996,8 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -715,30 +1006,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesttwmtuqn5f-79a739\",\n \"fqdn\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyif566vdm-79a739\",\n \"fqdn\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/602b872d-f714-4d1b-8456-6fc7ec69b17a\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/498f17c1-025b-4a2f-8e78-ee273f84171a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -763,11 +1054,11 @@ interactions: cache-control: - no-cache content-length: - - '4388' + - '4384' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:49 GMT + - Thu, 16 Mar 2023 01:39:39 GMT expires: - '-1' pragma: @@ -787,23 +1078,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitesttwmtuqn5f-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestyif566vdm-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/602b872d-f714-4d1b-8456-6fc7ec69b17a"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/498f17c1-025b-4a2f-8e78-ee273f84171a"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "aadProfile": {"managed": true, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000003"], "tenantID": "00000000-0000-0000-0000-000000000004"}, @@ -821,15 +1112,15 @@ interactions: Connection: - keep-alive Content-Length: - - '2815' + - '2813' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -838,30 +1129,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesttwmtuqn5f-79a739\",\n \"fqdn\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyif566vdm-79a739\",\n \"fqdn\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/602b872d-f714-4d1b-8456-6fc7ec69b17a\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/498f17c1-025b-4a2f-8e78-ee273f84171a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -883,15 +1174,15 @@ interactions: {\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/westus2/operations/131df023-4bd8-4680-9e11-eb5c8a6b3399?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d015cd59-c7ff-466b-8a8a-d1c0727cb3da?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4336' + - '4332' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:51 GMT + - Thu, 16 Mar 2023 01:39:42 GMT expires: - '-1' pragma: @@ -907,7 +1198,56 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d015cd59-c7ff-466b-8a8a-d1c0727cb3da?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"59cd15d0-ffc7-6b46-8a8a-d1c0727cb3da\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:42.6386058Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:40:12 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 @@ -926,14 +1266,14 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/131df023-4bd8-4680-9e11-eb5c8a6b3399?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d015cd59-c7ff-466b-8a8a-d1c0727cb3da?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23f01d13-d84b-8046-9e11-eb5c8a6b3399\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.5460559Z\"\n }" + string: "{\n \"name\": \"59cd15d0-ffc7-6b46-8a8a-d1c0727cb3da\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:42.6386058Z\"\n }" headers: cache-control: - no-cache @@ -942,7 +1282,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:22 GMT + - Thu, 16 Mar 2023 01:40:41 GMT expires: - '-1' pragma: @@ -975,14 +1315,14 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/131df023-4bd8-4680-9e11-eb5c8a6b3399?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d015cd59-c7ff-466b-8a8a-d1c0727cb3da?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23f01d13-d84b-8046-9e11-eb5c8a6b3399\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.5460559Z\"\n }" + string: "{\n \"name\": \"59cd15d0-ffc7-6b46-8a8a-d1c0727cb3da\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:42.6386058Z\"\n }" headers: cache-control: - no-cache @@ -991,7 +1331,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:52 GMT + - Thu, 16 Mar 2023 01:41:12 GMT expires: - '-1' pragma: @@ -1024,14 +1364,14 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/131df023-4bd8-4680-9e11-eb5c8a6b3399?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d015cd59-c7ff-466b-8a8a-d1c0727cb3da?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23f01d13-d84b-8046-9e11-eb5c8a6b3399\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.5460559Z\"\n }" + string: "{\n \"name\": \"59cd15d0-ffc7-6b46-8a8a-d1c0727cb3da\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:42.6386058Z\"\n }" headers: cache-control: - no-cache @@ -1040,7 +1380,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:22 GMT + - Thu, 16 Mar 2023 01:41:42 GMT expires: - '-1' pragma: @@ -1073,14 +1413,14 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/131df023-4bd8-4680-9e11-eb5c8a6b3399?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d015cd59-c7ff-466b-8a8a-d1c0727cb3da?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23f01d13-d84b-8046-9e11-eb5c8a6b3399\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.5460559Z\"\n }" + string: "{\n \"name\": \"59cd15d0-ffc7-6b46-8a8a-d1c0727cb3da\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:42.6386058Z\"\n }" headers: cache-control: - no-cache @@ -1089,7 +1429,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:52 GMT + - Thu, 16 Mar 2023 01:42:12 GMT expires: - '-1' pragma: @@ -1122,15 +1462,15 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/131df023-4bd8-4680-9e11-eb5c8a6b3399?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d015cd59-c7ff-466b-8a8a-d1c0727cb3da?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23f01d13-d84b-8046-9e11-eb5c8a6b3399\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:56:52.5460559Z\",\n \"endTime\": - \"2022-11-24T09:59:16.5106431Z\"\n }" + string: "{\n \"name\": \"59cd15d0-ffc7-6b46-8a8a-d1c0727cb3da\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:39:42.6386058Z\",\n \"endTime\": + \"2023-03-16T01:42:19.6155564Z\"\n }" headers: cache-control: - no-cache @@ -1139,7 +1479,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:22 GMT + - Thu, 16 Mar 2023 01:42:43 GMT expires: - '-1' pragma: @@ -1172,8 +1512,8 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1182,30 +1522,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesttwmtuqn5f-79a739\",\n \"fqdn\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesttwmtuqn5f-79a739-c9b4df3f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyif566vdm-79a739\",\n \"fqdn\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyif566vdm-79a739-4ecqtqwf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/602b872d-f714-4d1b-8456-6fc7ec69b17a\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/498f17c1-025b-4a2f-8e78-ee273f84171a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1229,11 +1569,11 @@ interactions: cache-control: - no-cache content-length: - - '4338' + - '4334' content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:22 GMT + - Thu, 16 Mar 2023 01:42:43 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml old mode 100644 new mode 100755 index db0a90662d8..111b966fbfc --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_custom_ca_trust_certificates.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:42:44 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-12-08T20:03:56Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:42:44Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 Dec 2022 20:03:57 GMT + - Thu, 16 Mar 2023 01:42:43 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest4m5ik3cmw-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestr7zw7xkwr-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000003"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdacAwdRxlSQR4pjwAq5/pt3BHfUxVEZuE/38jIDyAP8cdzFbeqieXX46XutKBcE5fNd+z8g7PrVYbrRxikj7qRCH2W1KHmMP2zPQ8XfGlCvW6BYE1PbUH6F8ikK/67jZbeOJtRWICmS1umnjlRnhkwDe3zoVsixRdYhLCpskHh6sSFO0W5ZQ6aSQ0y5vUw7iY28RUnrijaElCq69fhSUch9ZdZ44Xq98F6COOicuv46LQ2Kz/AtlUzAPh6XVokPu4f9e6llZEaOOUuVSkzBADhldE/AC9zACcFS/WcZo6IOtzeFn5W8A2WVct9GfOpLeCpiZe6bQHuM0evIZuVhNz + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -80,8 +126,8 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -90,23 +136,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4m5ik3cmw-79a739\",\n \"fqdn\": \"cliakstest-clitest4m5ik3cmw-79a739-8a8cddb5.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4m5ik3cmw-79a739-8a8cddb5.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestr7zw7xkwr-79a739\",\n \"fqdn\": \"cliakstest-clitestr7zw7xkwr-79a739-yxgxibv8.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestr7zw7xkwr-79a739-yxgxibv8.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdacAwdRxlSQR4pjwAq5/pt3BHfUxVEZuE/38jIDyAP8cdzFbeqieXX46XutKBcE5fNd+z8g7PrVYbrRxikj7qRCH2W1KHmMP2zPQ8XfGlCvW6BYE1PbUH6F8ikK/67jZbeOJtRWICmS1umnjlRnhkwDe3zoVsixRdYhLCpskHh6sSFO0W5ZQ6aSQ0y5vUw7iY28RUnrijaElCq69fhSUch9ZdZ44Xq98F6COOicuv46LQ2Kz/AtlUzAPh6XVokPu4f9e6llZEaOOUuVSkzBADhldE/AC9zACcFS/WcZo6IOtzeFn5W8A2WVct9GfOpLeCpiZe6bQHuM0evIZuVhNz + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -130,15 +176,15 @@ interactions: {\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/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '6092' + - '6088' content-type: - application/json date: - - Thu, 08 Dec 2022 20:04:01 GMT + - Thu, 16 Mar 2023 01:42:49 GMT expires: - '-1' pragma: @@ -150,7 +196,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -169,23 +215,464 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:43:19 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:43:49 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:44:19 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:44:49 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:19 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:49 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:19 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:50 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:47:20 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers + --custom-ca-trust-certificates + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7310e784-158f-534b-91d7-c0d98c716826\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-12-08T20:04:01.762831Z\"\n }" + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 08 Dec 2022 20:04:31 GMT + - Thu, 16 Mar 2023 01:47:49 GMT expires: - '-1' pragma: @@ -218,23 +705,23 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7310e784-158f-534b-91d7-c0d98c716826\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-12-08T20:04:01.762831Z\"\n }" + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 08 Dec 2022 20:05:01 GMT + - Thu, 16 Mar 2023 01:48:19 GMT expires: - '-1' pragma: @@ -267,23 +754,23 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7310e784-158f-534b-91d7-c0d98c716826\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-12-08T20:04:01.762831Z\"\n }" + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 08 Dec 2022 20:05:31 GMT + - Thu, 16 Mar 2023 01:48:50 GMT expires: - '-1' pragma: @@ -316,23 +803,23 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7310e784-158f-534b-91d7-c0d98c716826\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-12-08T20:04:01.762831Z\"\n }" + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 08 Dec 2022 20:06:02 GMT + - Thu, 16 Mar 2023 01:49:20 GMT expires: - '-1' pragma: @@ -365,23 +852,23 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7310e784-158f-534b-91d7-c0d98c716826\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-12-08T20:04:01.762831Z\"\n }" + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 08 Dec 2022 20:06:32 GMT + - Thu, 16 Mar 2023 01:49:50 GMT expires: - '-1' pragma: @@ -414,23 +901,23 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7310e784-158f-534b-91d7-c0d98c716826\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-12-08T20:04:01.762831Z\"\n }" + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 08 Dec 2022 20:07:02 GMT + - Thu, 16 Mar 2023 01:50:20 GMT expires: - '-1' pragma: @@ -463,23 +950,23 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7310e784-158f-534b-91d7-c0d98c716826\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-12-08T20:04:01.762831Z\"\n }" + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 08 Dec 2022 20:07:32 GMT + - Thu, 16 Mar 2023 01:50:50 GMT expires: - '-1' pragma: @@ -512,24 +999,24 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84e71073-8f15-4b53-91d7-c0d98c716826?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae2e2227-2876-420c-a0b6-17226f99b32a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7310e784-158f-534b-91d7-c0d98c716826\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-12-08T20:04:01.762831Z\",\n \"endTime\": - \"2022-12-08T20:07:50.2670365Z\"\n }" + string: "{\n \"name\": \"27222eae-7628-0c42-a0b6-17226f99b32a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:42:49.4205405Z\",\n \"endTime\": + \"2023-03-16T01:50:58.7125675Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 08 Dec 2022 20:08:02 GMT + - Thu, 16 Mar 2023 01:51:20 GMT expires: - '-1' pragma: @@ -562,8 +1049,8 @@ interactions: - --resource-group --name --nodepool-name -c --ssh-key-value --aks-custom-headers --custom-ca-trust-certificates User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -572,30 +1059,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4m5ik3cmw-79a739\",\n \"fqdn\": \"cliakstest-clitest4m5ik3cmw-79a739-8a8cddb5.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4m5ik3cmw-79a739-8a8cddb5.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestr7zw7xkwr-79a739\",\n \"fqdn\": \"cliakstest-clitestr7zw7xkwr-79a739-yxgxibv8.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestr7zw7xkwr-79a739-yxgxibv8.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdacAwdRxlSQR4pjwAq5/pt3BHfUxVEZuE/38jIDyAP8cdzFbeqieXX46XutKBcE5fNd+z8g7PrVYbrRxikj7qRCH2W1KHmMP2zPQ8XfGlCvW6BYE1PbUH6F8ikK/67jZbeOJtRWICmS1umnjlRnhkwDe3zoVsixRdYhLCpskHh6sSFO0W5ZQ6aSQ0y5vUw7iY28RUnrijaElCq69fhSUch9ZdZ44Xq98F6COOicuv46LQ2Kz/AtlUzAPh6XVokPu4f9e6llZEaOOUuVSkzBADhldE/AC9zACcFS/WcZo6IOtzeFn5W8A2WVct9GfOpLeCpiZe6bQHuM0evIZuVhNz + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7e06d39f-0cc6-4040-8669-0b1fde8d856c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/419a1e76-d3a7-4cef-8843-59bc69a29c3f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -618,11 +1105,11 @@ interactions: cache-control: - no-cache content-length: - - '6745' + - '6741' content-type: - application/json date: - - Thu, 08 Dec 2022 20:08:02 GMT + - Thu, 16 Mar 2023 01:51:20 GMT expires: - '-1' pragma: @@ -656,8 +1143,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.43.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -665,17 +1152,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9cbe9f1f-afe9-4bdb-b132-11ca0c473e1f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e2c8af2-32db-4ee4-a749-2039049e94f5?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 08 Dec 2022 20:08:04 GMT + - Thu, 16 Mar 2023 01:51:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9cbe9f1f-afe9-4bdb-b132-11ca0c473e1f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/6e2c8af2-32db-4ee4-a749-2039049e94f5?api-version=2016-03-30 pragma: - no-cache server: @@ -685,7 +1172,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_motd.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_motd.yaml old mode 100644 new mode 100755 index 7cf9a3f76bd..d16bbbd0ea8 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_motd.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_add_nodepool_with_motd.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:27:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:20:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:54 GMT + - Thu, 16 Mar 2023 01:20:12 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestj4mtbbgm7-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestl4voyzfb5-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "messageOfTheDay": "VU5BVVRIT1JJWkVEIEFDQ0VTUyBUTyBUSElTIERFVklDRSBJUyBQUk9ISUJJVEVECgpZb3UgbXVzdCBoYXZlIGV4cGxpY2l0LCBhdXRob3JpemVkIHBlcm1pc3Npb24gdG8gYWNjZXNzIG9yIGNvbmZpZ3VyZSB0aGlzIGRldmljZS4gVW5hdXRob3JpemVkIGF0dGVtcHRzIGFuZCBhY3Rpb25zIHRvIGFjY2VzcyBvciB1c2UgdGhpcyBzeXN0ZW0gbWF5IHJlc3VsdCBpbiBjaXZpbCBhbmQvb3IgY3JpbWluYWwgcGVuYWx0aWVzLiBBbGwgYWN0aXZpdGllcyBwZXJmb3JtZWQgb24gdGhpcyBkZXZpY2UgYXJlIGxvZ2dlZCBhbmQgbW9uaXRvcmVkLgo=", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", @@ -52,7 +97,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000003"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,24 +129,24 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj4mtbbgm7-79a739\",\n \"fqdn\": \"cliakstest-clitestj4mtbbgm7-79a739-7363a3b9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj4mtbbgm7-79a739-7363a3b9.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestl4voyzfb5-79a739\",\n \"fqdn\": \"cliakstest-clitestl4voyzfb5-79a739-qt85xiy3.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestl4voyzfb5-79a739-qt85xiy3.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"messageOfTheDay\": \"VU5BVVRIT1JJWkVEIEFDQ0VTUyBUTyBUSElTIERFVklDRSBJUyBQUk9ISUJJVEVECgpZb3UgbXVzdCBoYXZlIGV4cGxpY2l0LCBhdXRob3JpemVkIHBlcm1pc3Npb24gdG8gYWNjZXNzIG9yIGNvbmZpZ3VyZSB0aGlzIGRldmljZS4gVW5hdXRob3JpemVkIGF0dGVtcHRzIGFuZCBhY3Rpb25zIHRvIGFjY2VzcyBvciB1c2UgdGhpcyBzeXN0ZW0gbWF5IHJlc3VsdCBpbiBjaXZpbCBhbmQvb3IgY3JpbWluYWwgcGVuYWx0aWVzLiBBbGwgYWN0aXZpdGllcyBwZXJmb3JtZWQgb24gdGhpcyBkZXZpY2UgYXJlIGxvZ2dlZCBhbmQgbW9uaXRvcmVkLgo=\",\n \ \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -123,15 +168,15 @@ interactions: {\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/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3918' + - '3914' content-type: - application/json date: - - Thu, 24 Nov 2022 09:27:59 GMT + - Thu, 16 Mar 2023 01:20:15 GMT expires: - '-1' pragma: @@ -161,14 +206,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -177,7 +222,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:29 GMT + - Thu, 16 Mar 2023 01:20:45 GMT expires: - '-1' pragma: @@ -209,14 +254,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -225,7 +270,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:59 GMT + - Thu, 16 Mar 2023 01:21:16 GMT expires: - '-1' pragma: @@ -257,14 +302,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -273,7 +318,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:29 GMT + - Thu, 16 Mar 2023 01:21:45 GMT expires: - '-1' pragma: @@ -305,14 +350,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -321,7 +366,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:59 GMT + - Thu, 16 Mar 2023 01:22:15 GMT expires: - '-1' pragma: @@ -353,14 +398,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -369,7 +414,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:29 GMT + - Thu, 16 Mar 2023 01:22:46 GMT expires: - '-1' pragma: @@ -401,14 +446,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -417,7 +462,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:59 GMT + - Thu, 16 Mar 2023 01:23:16 GMT expires: - '-1' pragma: @@ -449,14 +494,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -465,7 +510,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:29 GMT + - Thu, 16 Mar 2023 01:23:46 GMT expires: - '-1' pragma: @@ -497,14 +542,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -513,7 +558,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:59 GMT + - Thu, 16 Mar 2023 01:24:15 GMT expires: - '-1' pragma: @@ -545,14 +590,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\"\n }" headers: cache-control: - no-cache @@ -561,7 +606,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:29 GMT + - Thu, 16 Mar 2023 01:24:46 GMT expires: - '-1' pragma: @@ -593,15 +638,15 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d106745-8144-45d2-863b-3fba7cec1300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45c4186e-2a78-4d2c-bee4-afaf4c011915?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4567104d-4481-d245-863b-3fba7cec1300\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:27:59.5911172Z\",\n \"endTime\": - \"2022-11-24T09:32:52.9063027Z\"\n }" + string: "{\n \"name\": \"6e18c445-782a-2c4d-bee4-afaf4c011915\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:20:15.7434338Z\",\n \"endTime\": + \"2023-03-16T01:25:12.3622704Z\"\n }" headers: cache-control: - no-cache @@ -610,7 +655,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:00 GMT + - Thu, 16 Mar 2023 01:25:16 GMT expires: - '-1' pragma: @@ -642,8 +687,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -652,31 +697,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj4mtbbgm7-79a739\",\n \"fqdn\": \"cliakstest-clitestj4mtbbgm7-79a739-7363a3b9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj4mtbbgm7-79a739-7363a3b9.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestl4voyzfb5-79a739\",\n \"fqdn\": \"cliakstest-clitestl4voyzfb5-79a739-qt85xiy3.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestl4voyzfb5-79a739-qt85xiy3.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"messageOfTheDay\": \"VU5BVVRIT1JJWkVEIEFDQ0VTUyBUTyBUSElTIERFVklDRSBJUyBQUk9ISUJJVEVECgpZb3UgbXVzdCBoYXZlIGV4cGxpY2l0LCBhdXRob3JpemVkIHBlcm1pc3Npb24gdG8gYWNjZXNzIG9yIGNvbmZpZ3VyZSB0aGlzIGRldmljZS4gVW5hdXRob3JpemVkIGF0dGVtcHRzIGFuZCBhY3Rpb25zIHRvIGFjY2VzcyBvciB1c2UgdGhpcyBzeXN0ZW0gbWF5IHJlc3VsdCBpbiBjaXZpbCBhbmQvb3IgY3JpbWluYWwgcGVuYWx0aWVzLiBBbGwgYWN0aXZpdGllcyBwZXJmb3JtZWQgb24gdGhpcyBkZXZpY2UgYXJlIGxvZ2dlZCBhbmQgbW9uaXRvcmVkLgo=\",\n \ \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b5f46b23-4c11-4ab9-afb4-774bda0411f1\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3b103cf0-898c-4b81-92c9-38c99244c755\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -697,11 +742,11 @@ interactions: cache-control: - no-cache content-length: - - '4571' + - '4567' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:00 GMT + - Thu, 16 Mar 2023 01:25:16 GMT expires: - '-1' pragma: @@ -733,8 +778,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -746,11 +791,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"messageOfTheDay\": \"VU5BVVRIT1JJWkVEIEFDQ0VTUyBUTyBUSElTIERFVklDRSBJUyBQUk9ISUJJVEVECgpZb3UgbXVzdCBoYXZlIGV4cGxpY2l0LCBhdXRob3JpemVkIHBlcm1pc3Npb24gdG8gYWNjZXNzIG9yIGNvbmZpZ3VyZSB0aGlzIGRldmljZS4gVW5hdXRob3JpemVkIGF0dGVtcHRzIGFuZCBhY3Rpb25zIHRvIGFjY2VzcyBvciB1c2UgdGhpcyBzeXN0ZW0gbWF5IHJlc3VsdCBpbiBjaXZpbCBhbmQvb3IgY3JpbWluYWwgcGVuYWx0aWVzLiBBbGwgYWN0aXZpdGllcyBwZXJmb3JtZWQgb24gdGhpcyBkZXZpY2UgYXJlIGxvZ2dlZCBhbmQgbW9uaXRvcmVkLgo=\",\n \ \"networkProfile\": {}\n }\n }\n ]\n }" @@ -758,11 +803,11 @@ interactions: cache-control: - no-cache content-length: - - '1576' + - '1574' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:00 GMT + - Thu, 16 Mar 2023 01:25:17 GMT expires: - '-1' pragma: @@ -804,8 +849,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -818,24 +863,24 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"messageOfTheDay\": \"VU5BVVRIT1JJWkVEIEFDQ0VTUyBUTyBUSElTIERFVklDRSBJUyBQUk9ISUJJVEVECgpZb3UgbXVzdCBoYXZlIGV4cGxpY2l0LCBhdXRob3JpemVkIHBlcm1pc3Npb24gdG8gYWNjZXNzIG9yIGNvbmZpZ3VyZSB0aGlzIGRldmljZS4gVW5hdXRob3JpemVkIGF0dGVtcHRzIGFuZCBhY3Rpb25zIHRvIGFjY2VzcyBvciB1c2UgdGhpcyBzeXN0ZW0gbWF5IHJlc3VsdCBpbiBjaXZpbCBhbmQvb3IgY3JpbWluYWwgcGVuYWx0aWVzLiBBbGwgYWN0aXZpdGllcyBwZXJmb3JtZWQgb24gdGhpcyBkZXZpY2UgYXJlIGxvZ2dlZCBhbmQgbW9uaXRvcmVkLgo=\",\n \ \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1512' + - '1510' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:05 GMT + - Thu, 16 Mar 2023 01:25:20 GMT expires: - '-1' pragma: @@ -865,14 +910,206 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:25:50 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --message-of-the-day + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:26:19 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --message-of-the-day + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:26:50 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --message-of-the-day + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:27:20 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --message-of-the-day + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" headers: cache-control: - no-cache @@ -881,7 +1118,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:34 GMT + - Thu, 16 Mar 2023 01:27:50 GMT expires: - '-1' pragma: @@ -913,14 +1150,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" headers: cache-control: - no-cache @@ -929,7 +1166,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:04 GMT + - Thu, 16 Mar 2023 01:28:21 GMT expires: - '-1' pragma: @@ -961,14 +1198,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" headers: cache-control: - no-cache @@ -977,7 +1214,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:34 GMT + - Thu, 16 Mar 2023 01:28:50 GMT expires: - '-1' pragma: @@ -1009,14 +1246,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" headers: cache-control: - no-cache @@ -1025,7 +1262,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:05 GMT + - Thu, 16 Mar 2023 01:29:20 GMT expires: - '-1' pragma: @@ -1057,14 +1294,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" headers: cache-control: - no-cache @@ -1073,7 +1310,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:35 GMT + - Thu, 16 Mar 2023 01:29:50 GMT expires: - '-1' pragma: @@ -1105,14 +1342,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" headers: cache-control: - no-cache @@ -1121,7 +1358,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:05 GMT + - Thu, 16 Mar 2023 01:30:21 GMT expires: - '-1' pragma: @@ -1153,14 +1390,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" headers: cache-control: - no-cache @@ -1169,7 +1406,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:34 GMT + - Thu, 16 Mar 2023 01:30:51 GMT expires: - '-1' pragma: @@ -1201,14 +1438,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\"\n }" headers: cache-control: - no-cache @@ -1217,7 +1454,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:04 GMT + - Thu, 16 Mar 2023 01:31:20 GMT expires: - '-1' pragma: @@ -1249,15 +1486,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2602e4c3-0c47-46d6-a7ea-ad261d7d9f74?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44aab1f-6a8e-45af-9a08-b0e718dce778?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3e40226-470c-d646-a7ea-ad261d7d9f74\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:33:05.0326394Z\",\n \"endTime\": - \"2022-11-24T09:37:15.5509753Z\"\n }" + string: "{\n \"name\": \"1fab4af4-8e6a-af45-9a08-b0e718dce778\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:25:20.6663387Z\",\n \"endTime\": + \"2023-03-16T01:31:22.9914106Z\"\n }" headers: cache-control: - no-cache @@ -1266,7 +1503,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:35 GMT + - Thu, 16 Mar 2023 01:31:51 GMT expires: - '-1' pragma: @@ -1298,8 +1535,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --message-of-the-day User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -1312,10 +1549,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"messageOfTheDay\": \"VU5BVVRIT1JJWkVEIEFDQ0VTUyBUTyBUSElTIERFVklDRSBJUyBQUk9ISUJJVEVECgpZb3UgbXVzdCBoYXZlIGV4cGxpY2l0LCBhdXRob3JpemVkIHBlcm1pc3Npb24gdG8gYWNjZXNzIG9yIGNvbmZpZ3VyZSB0aGlzIGRldmljZS4gVW5hdXRob3JpemVkIGF0dGVtcHRzIGFuZCBhY3Rpb25zIHRvIGFjY2VzcyBvciB1c2UgdGhpcyBzeXN0ZW0gbWF5IHJlc3VsdCBpbiBjaXZpbCBhbmQvb3IgY3JpbWluYWwgcGVuYWx0aWVzLiBBbGwgYWN0aXZpdGllcyBwZXJmb3JtZWQgb24gdGhpcyBkZXZpY2UgYXJlIGxvZ2dlZCBhbmQgbW9uaXRvcmVkLgo=\",\n \ \"networkProfile\": {}\n }\n }" @@ -1323,11 +1560,11 @@ interactions: cache-control: - no-cache content-length: - - '1513' + - '1511' content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:36 GMT + - Thu, 16 Mar 2023 01:31:51 GMT expires: - '-1' pragma: @@ -1361,8 +1598,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1370,17 +1607,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b778ef86-fc0e-49a9-8537-e78a6db42018?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/469793d1-1beb-4b2a-bbda-2bca50832b79?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:37:37 GMT + - Thu, 16 Mar 2023 01:31:52 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b778ef86-fc0e-49a9-8537-e78a6db42018?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/469793d1-1beb-4b2a-bbda-2bca50832b79?api-version=2016-03-30 pragma: - no-cache server: @@ -1390,7 +1627,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14995' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml old mode 100644 new mode 100755 index 6b96d4a51fb..967b1f0b700 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:31:53 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:37:37Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:31:53Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:37:37 GMT + - Thu, 16 Mar 2023 01:31:53 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestgp6sqga5m-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest6kyoh57n3-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "true", "rotationPollInterval": "30m"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": @@ -77,8 +123,8 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestgp6sqga5m-79a739\",\n \"fqdn\": \"cliakstest-clitestgp6sqga5m-79a739-8165e3ec.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestgp6sqga5m-79a739-8165e3ec.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest6kyoh57n3-79a739\",\n \"fqdn\": \"cliakstest-clitest6kyoh57n3-79a739-yj9wn6tp.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest6kyoh57n3-79a739-yj9wn6tp.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -127,15 +173,15 @@ interactions: {\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/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3672' + - '3668' content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:46 GMT + - Thu, 16 Mar 2023 01:31:57 GMT expires: - '-1' pragma: @@ -147,7 +193,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 201 message: Created @@ -166,14 +212,210 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:32:26 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: + - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:32:56 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: + - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:33:26 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: + - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:33:57 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: + - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -182,7 +424,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:16 GMT + - Thu, 16 Mar 2023 01:34:27 GMT expires: - '-1' pragma: @@ -215,14 +457,14 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -231,7 +473,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:46 GMT + - Thu, 16 Mar 2023 01:34:56 GMT expires: - '-1' pragma: @@ -264,14 +506,14 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -280,7 +522,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:16 GMT + - Thu, 16 Mar 2023 01:35:26 GMT expires: - '-1' pragma: @@ -313,14 +555,14 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -329,7 +571,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:46 GMT + - Thu, 16 Mar 2023 01:35:57 GMT expires: - '-1' pragma: @@ -362,14 +604,14 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -378,7 +620,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:16 GMT + - Thu, 16 Mar 2023 01:36:27 GMT expires: - '-1' pragma: @@ -411,14 +653,14 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -427,7 +669,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:47 GMT + - Thu, 16 Mar 2023 01:36:57 GMT expires: - '-1' pragma: @@ -460,14 +702,14 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -476,7 +718,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:17 GMT + - Thu, 16 Mar 2023 01:37:27 GMT expires: - '-1' pragma: @@ -509,14 +751,14 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -525,7 +767,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:47 GMT + - Thu, 16 Mar 2023 01:37:57 GMT expires: - '-1' pragma: @@ -558,14 +800,14 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\"\n }" headers: cache-control: - no-cache @@ -574,7 +816,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:17 GMT + - Thu, 16 Mar 2023 01:38:27 GMT expires: - '-1' pragma: @@ -607,15 +849,15 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5b28488-23f8-4466-afad-952cda5ac134?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/329ebdd7-ce56-4488-bf67-539d4cda740e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8884b2d5-f823-6644-afad-952cda5ac134\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:37:46.8632109Z\",\n \"endTime\": - \"2022-11-24T09:42:20.9601534Z\"\n }" + string: "{\n \"name\": \"d7bd9e32-56ce-8844-bf67-539d4cda740e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:31:57.1369637Z\",\n \"endTime\": + \"2023-03-16T01:38:45.3257933Z\"\n }" headers: cache-control: - no-cache @@ -624,7 +866,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:47 GMT + - Thu, 16 Mar 2023 01:38:57 GMT expires: - '-1' pragma: @@ -657,8 +899,8 @@ interactions: - --resource-group --name -a --enable-secret-rotation --rotation-poll-interval --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -667,23 +909,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestgp6sqga5m-79a739\",\n \"fqdn\": \"cliakstest-clitestgp6sqga5m-79a739-8165e3ec.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestgp6sqga5m-79a739-8165e3ec.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest6kyoh57n3-79a739\",\n \"fqdn\": \"cliakstest-clitest6kyoh57n3-79a739-yj9wn6tp.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest6kyoh57n3-79a739-yj9wn6tp.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -694,7 +936,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ed58dbe4-9eb3-4dc4-95a2-c69f0a3da8b5\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/bf635552-2730-432f-a7e6-a9e62331e6ff\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -715,11 +957,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:47 GMT + - Thu, 16 Mar 2023 01:38:57 GMT expires: - '-1' pragma: @@ -753,8 +995,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -762,17 +1004,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7b4fef4-2224-46d0-8b24-7ffb45a816e4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e03ab4cc-ed36-4423-ab1f-0b35966fe569?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:42:48 GMT + - Thu, 16 Mar 2023 01:38:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d7b4fef4-2224-46d0-8b24-7ffb45a816e4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e03ab4cc-ed36-4423-ab1f-0b35966fe569?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_again_should_fail.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_again_should_fail.yaml new file mode 100755 index 00000000000..89b8d26bbfc --- /dev/null +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_again_should_fail.yaml @@ -0,0 +1,717 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 15 Mar 2023 08:55:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestbxxtrz5bj-79a739", + "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": + 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": + false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": + -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, + "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwiWduJvXwgndOLqybe5WYxprGqRiIQUzODuSJgCmhzLCE9ceN4NuT0TaAPv+8v8ra0F99TseLmtbYAT43bKUVjLM3QPZUghUJoGirgXq5LtlxzQtxqJ1UpungDTO/42RJu0gxstBxI4IkCcv1Stngs842Kjsbpq+/xmOcu5GzFpkrVz1l30wx0Yr4/CBGAgT7o6OqZ3jPlT9GdtVnmCRkP+wJpt3a2hdC+B9K23CQHHJMTLbgMR/FV4ZaPkhr5GurQ+l1YOKlv9zHTs6DrTA66yFeezygnJHO4kdRz+ETNpHQfguzJD8YV8gC3+sRRwDdK0ZGfxMjyoxHmTyk1tyB + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, + "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", + "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false, "storageProfile": {}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + Content-Length: + - '1580' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbxxtrz5bj-79a739\",\n \"fqdn\": \"cliakstest-clitestbxxtrz5bj-79a739-tstr0djb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbxxtrz5bj-79a739-tstr0djb.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwiWduJvXwgndOLqybe5WYxprGqRiIQUzODuSJgCmhzLCE9ceN4NuT0TaAPv+8v8ra0F99TseLmtbYAT43bKUVjLM3QPZUghUJoGirgXq5LtlxzQtxqJ1UpungDTO/42RJu0gxstBxI4IkCcv1Stngs842Kjsbpq+/xmOcu5GzFpkrVz1l30wx0Yr4/CBGAgT7o6OqZ3jPlT9GdtVnmCRkP+wJpt3a2hdC+B9K23CQHHJMTLbgMR/FV4ZaPkhr5GurQ+l1YOKlv9zHTs6DrTA66yFeezygnJHO4kdRz+ETNpHQfguzJD8YV8gC3+sRRwDdK0ZGfxMjyoxHmTyk1tyB + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": + false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": + {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/bd6b82aa-e557-4b44-bc90-925799fbc33f?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '3476' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:55:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd6b82aa-e557-4b44-bc90-925799fbc33f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aa826bbd-57e5-444b-bc90-925799fbc33f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-15T08:55:08.741674Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:55:38 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd6b82aa-e557-4b44-bc90-925799fbc33f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aa826bbd-57e5-444b-bc90-925799fbc33f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-15T08:55:08.741674Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:56:08 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd6b82aa-e557-4b44-bc90-925799fbc33f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aa826bbd-57e5-444b-bc90-925799fbc33f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-15T08:55:08.741674Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:56:38 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd6b82aa-e557-4b44-bc90-925799fbc33f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aa826bbd-57e5-444b-bc90-925799fbc33f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-15T08:55:08.741674Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:57:09 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd6b82aa-e557-4b44-bc90-925799fbc33f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aa826bbd-57e5-444b-bc90-925799fbc33f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-15T08:55:08.741674Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:57:38 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd6b82aa-e557-4b44-bc90-925799fbc33f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aa826bbd-57e5-444b-bc90-925799fbc33f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-15T08:55:08.741674Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:58:09 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd6b82aa-e557-4b44-bc90-925799fbc33f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aa826bbd-57e5-444b-bc90-925799fbc33f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-15T08:55:08.741674Z\",\n \"endTime\": + \"2023-03-15T08:58:24.0072891Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:58:38 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbxxtrz5bj-79a739\",\n \"fqdn\": \"cliakstest-clitestbxxtrz5bj-79a739-tstr0djb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbxxtrz5bj-79a739-tstr0djb.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwiWduJvXwgndOLqybe5WYxprGqRiIQUzODuSJgCmhzLCE9ceN4NuT0TaAPv+8v8ra0F99TseLmtbYAT43bKUVjLM3QPZUghUJoGirgXq5LtlxzQtxqJ1UpungDTO/42RJu0gxstBxI4IkCcv1Stngs842Kjsbpq+/xmOcu5GzFpkrVz1l30wx0Yr4/CBGAgT7o6OqZ3jPlT9GdtVnmCRkP+wJpt3a2hdC+B9K23CQHHJMTLbgMR/FV4ZaPkhr5GurQ+l1YOKlv9zHTs6DrTA66yFeezygnJHO4kdRz+ETNpHQfguzJD8YV8gC3+sRRwDdK0ZGfxMjyoxHmTyk1tyB + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7e209772-8b3d-4c93-ba1e-962906dc8dfb\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: + - '4129' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:58:39 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbxxtrz5bj-79a739\",\n \"fqdn\": \"cliakstest-clitestbxxtrz5bj-79a739-tstr0djb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbxxtrz5bj-79a739-tstr0djb.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwiWduJvXwgndOLqybe5WYxprGqRiIQUzODuSJgCmhzLCE9ceN4NuT0TaAPv+8v8ra0F99TseLmtbYAT43bKUVjLM3QPZUghUJoGirgXq5LtlxzQtxqJ1UpungDTO/42RJu0gxstBxI4IkCcv1Stngs842Kjsbpq+/xmOcu5GzFpkrVz1l30wx0Yr4/CBGAgT7o6OqZ3jPlT9GdtVnmCRkP+wJpt3a2hdC+B9K23CQHHJMTLbgMR/FV4ZaPkhr5GurQ+l1YOKlv9zHTs6DrTA66yFeezygnJHO4kdRz+ETNpHQfguzJD8YV8gC3+sRRwDdK0ZGfxMjyoxHmTyk1tyB + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7e209772-8b3d-4c93-ba1e-962906dc8dfb\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: + - '4129' + content-type: + - application/json + date: + - Wed, 15 Mar 2023 08:58:40 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --yes --no-wait + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b5b15e1-fcbe-41b4-939e-5b75527d4d55?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 15 Mar 2023 08:58:41 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/5b5b15e1-fcbe-41b4-939e-5b75527d4d55?api-version=2016-03-30 + 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 +version: 1 diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_csi_driver_to_v2.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_csi_driver_to_v2.yaml old mode 100644 new mode 100755 index 9caa0a0f529..002a0eff4bd --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_csi_driver_to_v2.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_csi_driver_to_v2.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 04:59:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver + --disable-snapshot-controller + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T15:04:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{"product":"azurecli","cause":"automation","date":"2023-03-20T04:59:04Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 15:04:07 GMT + - Mon, 20 Mar 2023 04:59:06 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest52hd5cp7l-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestohwodirxb-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -77,8 +123,8 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest52hd5cp7l-8ecadf\",\n \"fqdn\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestohwodirxb-8ecadf\",\n \"fqdn\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n @@ -125,15 +171,15 @@ interactions: {\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/centraluseuap/operations/8a5f4902-b1bc-4a2d-8e44-49b1457e590b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/37df5ef4-73e7-48b0-9a85-87d9d50a94ce?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3507' + - '3504' content-type: - application/json date: - - Thu, 24 Nov 2022 15:04:13 GMT + - Mon, 20 Mar 2023 04:59:12 GMT expires: - '-1' pragma: @@ -164,63 +210,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8a5f4902-b1bc-4a2d-8e44-49b1457e590b?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"02495f8a-bcb1-2d4a-8e44-49b1457e590b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:13.3716087Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:04:43 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: - - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver - --disable-snapshot-controller - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8a5f4902-b1bc-4a2d-8e44-49b1457e590b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/37df5ef4-73e7-48b0-9a85-87d9d50a94ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02495f8a-bcb1-2d4a-8e44-49b1457e590b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:13.3716087Z\"\n }" + string: "{\n \"name\": \"f45edf37-e773-b048-9a85-87d9d50a94ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:12.4395647Z\"\n }" headers: cache-control: - no-cache @@ -229,7 +226,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:13 GMT + - Mon, 20 Mar 2023 04:59:42 GMT expires: - '-1' pragma: @@ -262,14 +259,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8a5f4902-b1bc-4a2d-8e44-49b1457e590b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/37df5ef4-73e7-48b0-9a85-87d9d50a94ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02495f8a-bcb1-2d4a-8e44-49b1457e590b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:13.3716087Z\"\n }" + string: "{\n \"name\": \"f45edf37-e773-b048-9a85-87d9d50a94ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:12.4395647Z\"\n }" headers: cache-control: - no-cache @@ -278,7 +275,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:43 GMT + - Mon, 20 Mar 2023 05:00:13 GMT expires: - '-1' pragma: @@ -311,14 +308,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8a5f4902-b1bc-4a2d-8e44-49b1457e590b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/37df5ef4-73e7-48b0-9a85-87d9d50a94ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02495f8a-bcb1-2d4a-8e44-49b1457e590b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:13.3716087Z\"\n }" + string: "{\n \"name\": \"f45edf37-e773-b048-9a85-87d9d50a94ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:12.4395647Z\"\n }" headers: cache-control: - no-cache @@ -327,7 +324,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:13 GMT + - Mon, 20 Mar 2023 05:00:43 GMT expires: - '-1' pragma: @@ -360,14 +357,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8a5f4902-b1bc-4a2d-8e44-49b1457e590b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/37df5ef4-73e7-48b0-9a85-87d9d50a94ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02495f8a-bcb1-2d4a-8e44-49b1457e590b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:13.3716087Z\"\n }" + string: "{\n \"name\": \"f45edf37-e773-b048-9a85-87d9d50a94ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:12.4395647Z\"\n }" headers: cache-control: - no-cache @@ -376,7 +373,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:43 GMT + - Mon, 20 Mar 2023 05:01:13 GMT expires: - '-1' pragma: @@ -409,14 +406,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8a5f4902-b1bc-4a2d-8e44-49b1457e590b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/37df5ef4-73e7-48b0-9a85-87d9d50a94ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02495f8a-bcb1-2d4a-8e44-49b1457e590b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:13.3716087Z\"\n }" + string: "{\n \"name\": \"f45edf37-e773-b048-9a85-87d9d50a94ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:12.4395647Z\"\n }" headers: cache-control: - no-cache @@ -425,7 +422,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:13 GMT + - Mon, 20 Mar 2023 05:01:42 GMT expires: - '-1' pragma: @@ -458,15 +455,15 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8a5f4902-b1bc-4a2d-8e44-49b1457e590b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/37df5ef4-73e7-48b0-9a85-87d9d50a94ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02495f8a-bcb1-2d4a-8e44-49b1457e590b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:04:13.3716087Z\",\n \"endTime\": - \"2022-11-24T15:07:41.9514188Z\"\n }" + string: "{\n \"name\": \"f45edf37-e773-b048-9a85-87d9d50a94ce\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T04:59:12.4395647Z\",\n \"endTime\": + \"2023-03-20T05:02:10.5149765Z\"\n }" headers: cache-control: - no-cache @@ -475,7 +472,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:43 GMT + - Mon, 20 Mar 2023 05:02:13 GMT expires: - '-1' pragma: @@ -508,8 +505,8 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -518,30 +515,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest52hd5cp7l-8ecadf\",\n \"fqdn\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestohwodirxb-8ecadf\",\n \"fqdn\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/51853fe2-3417-4df9-9ba9-7fc1d5f11329\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d7b7dfde-4fa3-49f4-aa86-6b5ba3fffaf5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -562,11 +559,11 @@ interactions: cache-control: - no-cache content-length: - - '4172' + - '4169' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:44 GMT + - Mon, 20 Mar 2023 05:02:14 GMT expires: - '-1' pragma: @@ -598,8 +595,8 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --disk-driver-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -608,30 +605,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest52hd5cp7l-8ecadf\",\n \"fqdn\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestohwodirxb-8ecadf\",\n \"fqdn\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/51853fe2-3417-4df9-9ba9-7fc1d5f11329\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d7b7dfde-4fa3-49f4-aa86-6b5ba3fffaf5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -652,11 +649,11 @@ interactions: cache-control: - no-cache content-length: - - '4172' + - '4169' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:44 GMT + - Mon, 20 Mar 2023 05:02:14 GMT expires: - '-1' pragma: @@ -677,22 +674,22 @@ interactions: - request: body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitest52hd5cp7l-8ecadf", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestohwodirxb-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/51853fe2-3417-4df9-9ba9-7fc1d5f11329"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d7b7dfde-4fa3-49f4-aa86-6b5ba3fffaf5"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -709,14 +706,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2740' + - '2738' Content-Type: - application/json ParameterSetName: - --resource-group --name -o --enable-disk-driver --disk-driver-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -725,30 +722,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest52hd5cp7l-8ecadf\",\n \"fqdn\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestohwodirxb-8ecadf\",\n \"fqdn\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/51853fe2-3417-4df9-9ba9-7fc1d5f11329\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d7b7dfde-4fa3-49f4-aa86-6b5ba3fffaf5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -767,15 +764,15 @@ interactions: {\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/centraluseuap/operations/6dc7d6f1-5bca-446d-bcbc-142179b844e2?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/eadabbe2-692e-415a-95f3-7a4f89692f68?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:49 GMT + - Mon, 20 Mar 2023 05:02:18 GMT expires: - '-1' pragma: @@ -791,7 +788,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -809,14 +806,14 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --disk-driver-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/6dc7d6f1-5bca-446d-bcbc-142179b844e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/eadabbe2-692e-415a-95f3-7a4f89692f68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f1d6c76d-ca5b-6d44-bcbc-142179b844e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:49.0462269Z\"\n }" + string: "{\n \"name\": \"e2bbdaea-2e69-5a41-95f3-7a4f89692f68\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:02:17.6751401Z\"\n }" headers: cache-control: - no-cache @@ -825,7 +822,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:19 GMT + - Mon, 20 Mar 2023 05:02:48 GMT expires: - '-1' pragma: @@ -857,14 +854,14 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --disk-driver-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/6dc7d6f1-5bca-446d-bcbc-142179b844e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/eadabbe2-692e-415a-95f3-7a4f89692f68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f1d6c76d-ca5b-6d44-bcbc-142179b844e2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:49.0462269Z\"\n }" + string: "{\n \"name\": \"e2bbdaea-2e69-5a41-95f3-7a4f89692f68\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:02:17.6751401Z\"\n }" headers: cache-control: - no-cache @@ -873,7 +870,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:49 GMT + - Mon, 20 Mar 2023 05:03:18 GMT expires: - '-1' pragma: @@ -905,15 +902,15 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --disk-driver-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/6dc7d6f1-5bca-446d-bcbc-142179b844e2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/eadabbe2-692e-415a-95f3-7a4f89692f68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f1d6c76d-ca5b-6d44-bcbc-142179b844e2\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:07:49.0462269Z\",\n \"endTime\": - \"2022-11-24T15:09:08.8701681Z\"\n }" + string: "{\n \"name\": \"e2bbdaea-2e69-5a41-95f3-7a4f89692f68\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:02:17.6751401Z\",\n \"endTime\": + \"2023-03-20T05:03:48.3135877Z\"\n }" headers: cache-control: - no-cache @@ -922,7 +919,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:20 GMT + - Mon, 20 Mar 2023 05:03:47 GMT expires: - '-1' pragma: @@ -954,8 +951,8 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --disk-driver-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -964,30 +961,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest52hd5cp7l-8ecadf\",\n \"fqdn\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest52hd5cp7l-8ecadf-f50c71d7.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestohwodirxb-8ecadf\",\n \"fqdn\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestohwodirxb-8ecadf-tl4n064a.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/51853fe2-3417-4df9-9ba9-7fc1d5f11329\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d7b7dfde-4fa3-49f4-aa86-6b5ba3fffaf5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1008,11 +1005,11 @@ interactions: cache-control: - no-cache content-length: - - '4171' + - '4168' content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:20 GMT + - Mon, 20 Mar 2023 05:03:48 GMT expires: - '-1' pragma: @@ -1046,8 +1043,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1055,17 +1052,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be2a5f1b-acae-42bd-a026-361bd7b3adcc?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/ab68f792-07cc-430d-82d5-49d7a479e002?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 15:09:21 GMT + - Mon, 20 Mar 2023 05:03:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/be2a5f1b-acae-42bd-a026-361bd7b3adcc?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/ab68f792-07cc-430d-82d5-49d7a479e002?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ipv6_count.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ipv6_count.yaml index f3ebb5743aa..f0a2f145e9b 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ipv6_count.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ipv6_count.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,756 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '2416' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:20:12 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:20:12 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestop2o2hrkl-79a739", + "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": + 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": + false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": + -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, + "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, + "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", + "podCidr": "172.126.0.0/16", "serviceCidr": "172.56.0.0/16", "dnsServiceIP": + "172.56.0.10", "outboundType": "loadBalancer", "loadBalancerSku": "standard", + "loadBalancerProfile": {"managedOutboundIPs": {"count": 1, "countIPv6": 2}, + "allocatedOutboundPorts": 0, "idleTimeoutInMinutes": 30, "backendPoolType": + "NodeIPConfiguration"}, "podCidrs": ["172.126.0.0/16", "2001:abcd:1234::/64"], + "serviceCidrs": ["172.56.0.0/16", "2001:ffff::/108"], "ipFamilies": ["IPv4", + "IPv6"]}, "disableLocalAccounts": false, "storageProfile": {}}}' + headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/AKS-EnableDualStack + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + Content-Length: + - '1883' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestop2o2hrkl-79a739\",\n \"fqdn\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.portal.hcp.centraluseuap.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1,\n \"countIPv6\": + 2\n },\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": + 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": + \"172.126.0.0/16\",\n \"serviceCidr\": \"172.56.0.0/16\",\n \"dnsServiceIP\": + \"172.56.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": + \"loadBalancer\",\n \"podCidrs\": [\n \"172.126.0.0/16\",\n \"2001:abcd:1234::/64\"\n + \ ],\n \"serviceCidrs\": [\n \"172.56.0.0/16\",\n \"2001:ffff::/108\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\",\n \"IPv6\"\n ]\n },\n + \ \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '3663' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:20:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:20:47 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:18 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:21:48 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:22:18 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:22:48 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:23:19 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:23:48 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:24:18 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:24:49 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:25:19 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '2420' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:37 GMT + - Thu, 16 Mar 2023 01:25:49 GMT expires: - '-1' pragma: @@ -79,104 +790,188 @@ interactions: code: 200 message: OK - request: - body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestyoc562olf-79a739", - "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": - 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": - false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": - -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, - "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, - "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", - "podCidr": "172.126.0.0/16", "serviceCidr": "172.56.0.0/16", "dnsServiceIP": - "172.56.0.10", "outboundType": "loadBalancer", "loadBalancerSku": "standard", - "loadBalancerProfile": {"managedOutboundIPs": {"count": 1, "countIPv6": 2}, - "allocatedOutboundPorts": 0, "idleTimeoutInMinutes": 30, "backendPoolType": - "NodeIPConfiguration"}, "podCidrs": ["172.126.0.0/16", "2001:abcd:1234::/64"], - "serviceCidrs": ["172.56.0.0/16", "2001:ffff::/108"], "ipFamilies": ["IPv4", - "IPv6"]}, "disableLocalAccounts": false, "storageProfile": {}}}' + body: null headers: - AKSHTTPCustomFeatures: - - Microsoft.ContainerService/AKS-EnableDualStack Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Thu, 16 Mar 2023 01:26:19 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 - Content-Length: - - '1883' - Content-Type: + ParameterSetName: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:26:50 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count + --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Thu, 16 Mar 2023 01:27:20 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: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestyoc562olf-79a739\",\n \"fqdn\": \"cliakstest-clitestyoc562olf-79a739-394119fd.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestyoc562olf-79a739-394119fd.portal.hcp.centraluseuap.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1,\n \"countIPv6\": - 2\n },\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": - 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": - \"172.126.0.0/16\",\n \"serviceCidr\": \"172.56.0.0/16\",\n \"dnsServiceIP\": - \"172.56.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": - \"loadBalancer\",\n \"podCidrs\": [\n \"172.126.0.0/16\",\n \"2001:abcd:1234::/64\"\n - \ ],\n \"serviceCidrs\": [\n \"172.56.0.0/16\",\n \"2001:ffff::/108\"\n - \ ],\n \"ipFamilies\": [\n \"IPv4\",\n \"IPv6\"\n ]\n },\n - \ \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": - {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n - \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3662' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:42 GMT + - Thu, 16 Mar 2023 01:27:49 GMT expires: - '-1' pragma: @@ -185,13 +980,15 @@ interactions: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1196' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -208,23 +1005,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:12 GMT + - Thu, 16 Mar 2023 01:28:19 GMT expires: - '-1' pragma: @@ -258,23 +1055,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:42 GMT + - Thu, 16 Mar 2023 01:28:50 GMT expires: - '-1' pragma: @@ -308,23 +1105,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:12 GMT + - Thu, 16 Mar 2023 01:29:20 GMT expires: - '-1' pragma: @@ -358,23 +1155,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:42 GMT + - Thu, 16 Mar 2023 01:29:50 GMT expires: - '-1' pragma: @@ -408,23 +1205,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:12 GMT + - Thu, 16 Mar 2023 01:30:20 GMT expires: - '-1' pragma: @@ -458,23 +1255,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:42 GMT + - Thu, 16 Mar 2023 01:30:50 GMT expires: - '-1' pragma: @@ -508,23 +1305,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:13 GMT + - Thu, 16 Mar 2023 01:31:20 GMT expires: - '-1' pragma: @@ -558,23 +1355,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:43 GMT + - Thu, 16 Mar 2023 01:31:51 GMT expires: - '-1' pragma: @@ -608,23 +1405,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:13 GMT + - Thu, 16 Mar 2023 01:32:21 GMT expires: - '-1' pragma: @@ -658,23 +1455,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\"\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:43 GMT + - Thu, 16 Mar 2023 01:32:51 GMT expires: - '-1' pragma: @@ -708,29 +1505,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: 122f0976-e1a1-48f1-ad1e-920c1b92e5b3, Operation ID: fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2, - Timestamp: 2022-11-24T09:54:54Z.\"\n }\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '577' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:13 GMT + - Thu, 16 Mar 2023 01:33:21 GMT expires: - '-1' pragma: @@ -764,29 +1555,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: 122f0976-e1a1-48f1-ad1e-920c1b92e5b3, Operation ID: fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2, - Timestamp: 2022-11-24T09:54:54Z.\"\n }\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '577' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:43 GMT + - Thu, 16 Mar 2023 01:33:51 GMT expires: - '-1' pragma: @@ -820,29 +1605,23 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: 122f0976-e1a1-48f1-ad1e-920c1b92e5b3, Operation ID: fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2, - Timestamp: 2022-11-24T09:54:54Z.\"\n }\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\"\n }" headers: cache-control: - no-cache content-length: - - '577' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:14 GMT + - Thu, 16 Mar 2023 01:34:21 GMT expires: - '-1' pragma: @@ -876,30 +1655,24 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/be093548-3e95-43d5-b62d-5be12e480b13?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6f8a93fe-2b3e-e84f-aea1-0d1e7bc8d6d2\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:49:42.494418Z\",\n \"endTime\": - \"2022-11-24T09:56:20.496549Z\",\n \"error\": {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n - \ \"message\": \"AKS encountered an internal error while attempting the requested - Creating operation. AKS will continuously retry the requested operation until - successful or a retry timeout is hit. Check back to see if the operation requires - resubmission. Correlation ID: 122f0976-e1a1-48f1-ad1e-920c1b92e5b3, Operation - ID: fe938a6f-3e2b-4fe8-aea1-0d1e7bc8d6d2, Timestamp: 2022-11-24T09:54:54Z.\"\n - \ }\n }" + string: "{\n \"name\": \"483509be-953e-d543-b62d-5be12e480b13\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:20:18.1024479Z\",\n \"endTime\": + \"2023-03-16T01:34:22.3906865Z\"\n }" headers: cache-control: - no-cache content-length: - - '620' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:44 GMT + - Thu, 16 Mar 2023 01:34:51 GMT expires: - '-1' pragma: @@ -933,8 +1706,8 @@ interactions: --pod-cidrs --service-cidrs --ip-families --load-balancer-managed-outbound-ipv6-count --network-plugin --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -943,32 +1716,32 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestyoc562olf-79a739\",\n \"fqdn\": \"cliakstest-clitestyoc562olf-79a739-394119fd.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestyoc562olf-79a739-394119fd.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestop2o2hrkl-79a739\",\n \"fqdn\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1,\n \"countIPv6\": - 2\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/32de927f-6f03-4cd7-aff6-512cb4f6cc06\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e61dd02b-1b7f-4ca5-b8d8-29521c70d97b-ipv6\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d83583e1-2e22-47e8-a60f-98c592b0721f-ipv6\"\n + 2\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/986bd8a0-2448-4c69-a105-4bbd270c87eb\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ebb405d1-f4cd-4702-990c-39f3d4f69cc6-ipv6\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ff831a21-4122-40dd-a617-c7d555c763c1-ipv6\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"172.126.0.0/16\",\n \"serviceCidr\": \"172.56.0.0/16\",\n \"dnsServiceIP\": @@ -983,7 +1756,10 @@ interactions: {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"guardrailsProfile\": + {\n \"level\": \"Off\",\n \"version\": \"v0.0.1\",\n \"systemExcludedNamespaces\": + [\n \"kube-system\",\n \"calico-system\",\n \"tigera-system\",\n + \ \"gatekeeper-system\"\n ]\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" @@ -991,11 +1767,11 @@ interactions: cache-control: - no-cache content-length: - - '4797' + - '5004' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:44 GMT + - Thu, 16 Mar 2023 01:34:52 GMT expires: - '-1' pragma: @@ -1027,8 +1803,8 @@ interactions: ParameterSetName: - -g -n --load-balancer-managed-outbound-ipv6-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1037,32 +1813,32 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestyoc562olf-79a739\",\n \"fqdn\": \"cliakstest-clitestyoc562olf-79a739-394119fd.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestyoc562olf-79a739-394119fd.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestop2o2hrkl-79a739\",\n \"fqdn\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1,\n \"countIPv6\": - 2\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/32de927f-6f03-4cd7-aff6-512cb4f6cc06\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e61dd02b-1b7f-4ca5-b8d8-29521c70d97b-ipv6\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d83583e1-2e22-47e8-a60f-98c592b0721f-ipv6\"\n + 2\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/986bd8a0-2448-4c69-a105-4bbd270c87eb\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ebb405d1-f4cd-4702-990c-39f3d4f69cc6-ipv6\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ff831a21-4122-40dd-a617-c7d555c763c1-ipv6\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"172.126.0.0/16\",\n \"serviceCidr\": \"172.56.0.0/16\",\n \"dnsServiceIP\": @@ -1077,7 +1853,10 @@ interactions: {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"guardrailsProfile\": + {\n \"level\": \"Off\",\n \"version\": \"v0.0.1\",\n \"systemExcludedNamespaces\": + [\n \"kube-system\",\n \"calico-system\",\n \"tigera-system\",\n + \ \"gatekeeper-system\"\n ]\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" @@ -1085,11 +1864,11 @@ interactions: cache-control: - no-cache content-length: - - '4797' + - '5004' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:46 GMT + - Thu, 16 Mar 2023 01:34:53 GMT expires: - '-1' pragma: @@ -1110,31 +1889,32 @@ interactions: - request: body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.25.2", "dnsPrefix": "cliakstest-clitestyoc562olf-79a739", "agentPoolProfiles": + "1.26.0", "dnsPrefix": "cliakstest-clitestop2o2hrkl-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.25.2", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "172.126.0.0/16", "serviceCidr": "172.56.0.0/16", "dnsServiceIP": "172.56.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 4}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/32de927f-6f03-4cd7-aff6-512cb4f6cc06"}, - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e61dd02b-1b7f-4ca5-b8d8-29521c70d97b-ipv6"}, - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d83583e1-2e22-47e8-a60f-98c592b0721f-ipv6"}], + {"count": 1, "countIPv6": 4}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/986bd8a0-2448-4c69-a105-4bbd270c87eb"}, + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ebb405d1-f4cd-4702-990c-39f3d4f69cc6-ipv6"}, + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ff831a21-4122-40dd-a617-c7d555c763c1-ipv6"}], "allocatedOutboundPorts": 0, "idleTimeoutInMinutes": 30, "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["172.126.0.0/16", "2001:abcd:1234::/64"], "serviceCidrs": ["172.56.0.0/16", "2001:ffff::/108"], "ipFamilies": ["IPv4", "IPv6"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, - "workloadAutoScalerProfile": {}}}' + "workloadAutoScalerProfile": {}, "guardrailsProfile": {"version": "v0.0.1", + "level": "Off"}}}' headers: Accept: - application/json @@ -1145,14 +1925,14 @@ interactions: Connection: - keep-alive Content-Length: - - '3230' + - '3290' Content-Type: - application/json ParameterSetName: - -g -n --load-balancer-managed-outbound-ipv6-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1161,32 +1941,32 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestyoc562olf-79a739\",\n \"fqdn\": \"cliakstest-clitestyoc562olf-79a739-394119fd.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestyoc562olf-79a739-394119fd.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestop2o2hrkl-79a739\",\n \"fqdn\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1,\n \"countIPv6\": - 4\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/32de927f-6f03-4cd7-aff6-512cb4f6cc06\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e61dd02b-1b7f-4ca5-b8d8-29521c70d97b-ipv6\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d83583e1-2e22-47e8-a60f-98c592b0721f-ipv6\"\n + 4\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/986bd8a0-2448-4c69-a105-4bbd270c87eb\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ebb405d1-f4cd-4702-990c-39f3d4f69cc6-ipv6\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ff831a21-4122-40dd-a617-c7d555c763c1-ipv6\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"172.126.0.0/16\",\n \"serviceCidr\": \"172.56.0.0/16\",\n \"dnsServiceIP\": @@ -1201,21 +1981,22 @@ interactions: {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"guardrailsProfile\": + {\n \"level\": \"Off\",\n \"version\": \"v0.0.1\"\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/centraluseuap/operations/90f9cf73-f5d3-4965-9f83-62f55d64a766?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8fbed53e-dd36-4ab6-9405-361b37dd1018?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4795' + - '4872' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:49 GMT + - Thu, 16 Mar 2023 01:34:57 GMT expires: - '-1' pragma: @@ -1231,7 +2012,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1198' status: code: 200 message: OK @@ -1249,14 +2030,14 @@ interactions: ParameterSetName: - -g -n --load-balancer-managed-outbound-ipv6-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/90f9cf73-f5d3-4965-9f83-62f55d64a766?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8fbed53e-dd36-4ab6-9405-361b37dd1018?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73cff990-d3f5-6549-9f83-62f55d64a766\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:48.9846296Z\"\n }" + string: "{\n \"name\": \"3ed5be8f-36dd-b64a-9405-361b37dd1018\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:34:56.2100395Z\"\n }" headers: cache-control: - no-cache @@ -1265,7 +2046,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:19 GMT + - Thu, 16 Mar 2023 01:35:27 GMT expires: - '-1' pragma: @@ -1297,14 +2078,14 @@ interactions: ParameterSetName: - -g -n --load-balancer-managed-outbound-ipv6-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/90f9cf73-f5d3-4965-9f83-62f55d64a766?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8fbed53e-dd36-4ab6-9405-361b37dd1018?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73cff990-d3f5-6549-9f83-62f55d64a766\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:48.9846296Z\"\n }" + string: "{\n \"name\": \"3ed5be8f-36dd-b64a-9405-361b37dd1018\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:34:56.2100395Z\"\n }" headers: cache-control: - no-cache @@ -1313,7 +2094,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:49 GMT + - Thu, 16 Mar 2023 01:35:56 GMT expires: - '-1' pragma: @@ -1345,14 +2126,14 @@ interactions: ParameterSetName: - -g -n --load-balancer-managed-outbound-ipv6-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/90f9cf73-f5d3-4965-9f83-62f55d64a766?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8fbed53e-dd36-4ab6-9405-361b37dd1018?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73cff990-d3f5-6549-9f83-62f55d64a766\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:48.9846296Z\"\n }" + string: "{\n \"name\": \"3ed5be8f-36dd-b64a-9405-361b37dd1018\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:34:56.2100395Z\"\n }" headers: cache-control: - no-cache @@ -1361,7 +2142,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:19 GMT + - Thu, 16 Mar 2023 01:36:27 GMT expires: - '-1' pragma: @@ -1393,15 +2174,15 @@ interactions: ParameterSetName: - -g -n --load-balancer-managed-outbound-ipv6-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/90f9cf73-f5d3-4965-9f83-62f55d64a766?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8fbed53e-dd36-4ab6-9405-361b37dd1018?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73cff990-d3f5-6549-9f83-62f55d64a766\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:56:48.9846296Z\",\n \"endTime\": - \"2022-11-24T09:58:23.8517588Z\"\n }" + string: "{\n \"name\": \"3ed5be8f-36dd-b64a-9405-361b37dd1018\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:34:56.2100395Z\",\n \"endTime\": + \"2023-03-16T01:36:33.7559104Z\"\n }" headers: cache-control: - no-cache @@ -1410,7 +2191,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:50 GMT + - Thu, 16 Mar 2023 01:36:57 GMT expires: - '-1' pragma: @@ -1442,8 +2223,8 @@ interactions: ParameterSetName: - -g -n --load-balancer-managed-outbound-ipv6-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1452,34 +2233,34 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestyoc562olf-79a739\",\n \"fqdn\": \"cliakstest-clitestyoc562olf-79a739-394119fd.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestyoc562olf-79a739-394119fd.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestop2o2hrkl-79a739\",\n \"fqdn\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestop2o2hrkl-79a739-i7bjw6o2.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1,\n \"countIPv6\": - 4\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ca4eb5aa-1a6f-4b74-b80d-620e4d939fdc-ipv6\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/10c83aa4-bd99-4154-8078-673ecca0869a-ipv6\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/32de927f-6f03-4cd7-aff6-512cb4f6cc06\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d83583e1-2e22-47e8-a60f-98c592b0721f-ipv6\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e61dd02b-1b7f-4ca5-b8d8-29521c70d97b-ipv6\"\n + 4\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/986bd8a0-2448-4c69-a105-4bbd270c87eb\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ebb405d1-f4cd-4702-990c-39f3d4f69cc6-ipv6\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ff831a21-4122-40dd-a617-c7d555c763c1-ipv6\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/9d99d160-f5b9-40a3-9d48-b5b08bec9463-ipv6\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/c3e6c8e6-a4d2-42ed-9a25-2f24c6994bee-ipv6\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"172.126.0.0/16\",\n \"serviceCidr\": \"172.56.0.0/16\",\n \"dnsServiceIP\": @@ -1494,7 +2275,8 @@ interactions: {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"guardrailsProfile\": + {\n \"level\": \"Off\",\n \"version\": \"v0.0.1\"\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" @@ -1502,11 +2284,11 @@ interactions: cache-control: - no-cache content-length: - - '5267' + - '5344' content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:50 GMT + - Thu, 16 Mar 2023 01:36:57 GMT expires: - '-1' pragma: @@ -1540,8 +2322,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1549,17 +2331,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/87681f8e-6151-4600-937d-de6aec89861d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/659e6e67-26a1-4529-8487-6b4a80342267?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:58:50 GMT + - Thu, 16 Mar 2023 01:36:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/87681f8e-6151-4600-937d-de6aec89861d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/659e6e67-26a1-4529-8487-6b4a80342267?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_outbound_ips.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_outbound_ips.yaml index 98f7b4aefbb..62359e34210 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_outbound_ips.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_outbound_ips.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:27:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:37:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:55 GMT + - Thu, 16 Mar 2023 01:37:01 GMT expires: - '-1' pragma: @@ -42,8 +42,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"idleTimeoutInMinutes": 4, "publicIPAddressVersion": - "IPv4", "publicIPAllocationMethod": "Static"}, "sku": {"name": "Standard"}}' + body: '{"location": "westus2", "properties": {"idleTimeoutInMinutes": 4, "publicIPAllocationMethod": + "Static"}, "sku": {"name": "Standard"}}' headers: Accept: - application/json @@ -54,21 +54,21 @@ interactions: Connection: - keep-alive Content-Length: - - '167' + - '133' Content-Type: - application/json ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2022-05-01 response: body: string: "{\r\n \"name\": \"cliakstest000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003\",\r\n - \ \"etag\": \"W/\\\"732ee738-7068-4bb0-a07c-1c5a2423267b\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"fc4740a8-f65b-41c8-a105-5d983ad241d8\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"7f39e514-e1fc-4a1c-add9-b0256ce3ac8d\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"4f56cea0-3618-4843-b93e-c622d8fe53b9\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ddosSettings\": {\r\n \"protectionMode\": \"VirtualNetworkInherited\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n @@ -78,7 +78,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/833c2732-c2c4-4b87-a96d-543fa865a77b?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/72b6e341-5aa2-4d2b-a931-93b4ea69f91f?api-version=2022-05-01 cache-control: - no-cache content-length: @@ -86,7 +86,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:55 GMT + - Thu, 16 Mar 2023 01:37:02 GMT expires: - '-1' pragma: @@ -99,9 +99,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 59eff05d-e098-48b8-8e98-1290ae59b5ac + - 4e5629d4-4911-491e-9236-0b509db1e140 x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' status: code: 201 message: Created @@ -119,9 +119,9 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/833c2732-c2c4-4b87-a96d-543fa865a77b?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/72b6e341-5aa2-4d2b-a931-93b4ea69f91f?api-version=2022-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -133,7 +133,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:56 GMT + - Thu, 16 Mar 2023 01:37:03 GMT expires: - '-1' pragma: @@ -150,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dc0954d8-58b6-4782-adc8-df3b35104e4d + - bea82eb6-22b4-4e31-997e-9dffc8188092 status: code: 200 message: OK @@ -168,16 +168,16 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2022-05-01 response: body: string: "{\r\n \"name\": \"cliakstest000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003\",\r\n - \ \"etag\": \"W/\\\"f904f6d9-b8e8-4d72-845f-a894797f656a\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"3da4af2e-b7a6-4bae-b267-21ad6143bf12\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"7f39e514-e1fc-4a1c-add9-b0256ce3ac8d\",\r\n \"ipAddress\": - \"20.3.211.99\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"4f56cea0-3618-4843-b93e-c622d8fe53b9\",\r\n \"ipAddress\": + \"20.230.244.85\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \ \"ddosSettings\": {\r\n \"protectionMode\": \"VirtualNetworkInherited\"\r\n \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n @@ -187,13 +187,13 @@ interactions: cache-control: - no-cache content-length: - - '762' + - '764' content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:56 GMT + - Thu, 16 Mar 2023 01:37:03 GMT etag: - - W/"f904f6d9-b8e8-4d72-845f-a894797f656a" + - W/"3da4af2e-b7a6-4bae-b267-21ad6143bf12" expires: - '-1' pragma: @@ -210,7 +210,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2066668a-32f1-4ad9-8bc4-489ae091984c + - a3c1349c-6073-4db3-a817-6e07216821a3 status: code: 200 message: OK @@ -228,16 +228,16 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2022-05-01 response: body: string: "{\r\n \"name\": \"cliakstest000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003\",\r\n - \ \"etag\": \"W/\\\"f904f6d9-b8e8-4d72-845f-a894797f656a\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"3da4af2e-b7a6-4bae-b267-21ad6143bf12\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"7f39e514-e1fc-4a1c-add9-b0256ce3ac8d\",\r\n \"ipAddress\": - \"20.3.211.99\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"4f56cea0-3618-4843-b93e-c622d8fe53b9\",\r\n \"ipAddress\": + \"20.230.244.85\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \ \"ddosSettings\": {\r\n \"protectionMode\": \"VirtualNetworkInherited\"\r\n \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n @@ -247,13 +247,13 @@ interactions: cache-control: - no-cache content-length: - - '762' + - '764' content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:57 GMT + - Thu, 16 Mar 2023 01:37:03 GMT etag: - - W/"f904f6d9-b8e8-4d72-845f-a894797f656a" + - W/"3da4af2e-b7a6-4bae-b267-21ad6143bf12" expires: - '-1' pragma: @@ -270,7 +270,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d8a895a3-9658-4e18-977a-4c13d10df5ba + - b275c6ed-1211-4904-9518-ead4f29ede01 status: code: 200 message: OK @@ -288,12 +288,12 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:27:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:37:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -302,7 +302,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:57 GMT + - Thu, 16 Mar 2023 01:37:03 GMT expires: - '-1' pragma: @@ -317,8 +317,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"idleTimeoutInMinutes": 4, "publicIPAddressVersion": - "IPv4", "publicIPAllocationMethod": "Static"}, "sku": {"name": "Standard"}}' + body: '{"location": "westus2", "properties": {"idleTimeoutInMinutes": 4, "publicIPAllocationMethod": + "Static"}, "sku": {"name": "Standard"}}' headers: Accept: - application/json @@ -329,21 +329,21 @@ interactions: Connection: - keep-alive Content-Length: - - '167' + - '133' Content-Type: - application/json ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2022-05-01 response: body: string: "{\r\n \"name\": \"cliakstest000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004\",\r\n - \ \"etag\": \"W/\\\"60697909-2697-45be-9c14-f93c5d81769a\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"4b1c44a5-d43b-4301-aa01-e4f85f9fa10b\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"e23c9bec-3ef1-43e1-abcf-c33d7cac8a01\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"95d8f083-678d-46bd-b00c-3809df8f0496\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ddosSettings\": {\r\n \"protectionMode\": \"VirtualNetworkInherited\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n @@ -353,7 +353,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/102384ad-5a29-4953-8861-8f20f73d8b63?api-version=2022-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0103658e-0722-424e-8e03-1c2f1d1f8e7a?api-version=2022-05-01 cache-control: - no-cache content-length: @@ -361,7 +361,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:57 GMT + - Thu, 16 Mar 2023 01:37:04 GMT expires: - '-1' pragma: @@ -374,9 +374,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f75dffa1-0945-4f36-befc-dadc12842ab7 + - deeb88a8-8420-4912-972f-95300144c308 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -394,21 +394,21 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/102384ad-5a29-4953-8861-8f20f73d8b63?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0103658e-0722-424e-8e03-1c2f1d1f8e7a?api-version=2022-05-01 response: body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" + string: "{\r\n \"status\": \"Succeeded\"\r\n}" headers: cache-control: - no-cache content-length: - - '30' + - '29' content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:27:58 GMT + - Thu, 16 Mar 2023 01:37:05 GMT expires: - '-1' pragma: @@ -425,7 +425,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a46ddd5e-a588-41cf-ad96-e0dd6d672614 + - ab549f09-bad0-42ef-ac91-fb13f88a36cd status: code: 200 message: OK @@ -443,21 +443,32 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/102384ad-5a29-4953-8861-8f20f73d8b63?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2022-05-01 response: body: - string: "{\r\n \"status\": \"Succeeded\"\r\n}" + string: "{\r\n \"name\": \"cliakstest000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004\",\r\n + \ \"etag\": \"W/\\\"348492fe-ccd9-4510-9847-a5cb9ae805a8\\\"\",\r\n \"location\": + \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"resourceGuid\": \"95d8f083-678d-46bd-b00c-3809df8f0496\",\r\n \"ipAddress\": + \"20.230.244.133\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n + \ \"ddosSettings\": {\r\n \"protectionMode\": \"VirtualNetworkInherited\"\r\n + \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n + \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n + \ }\r\n}" headers: cache-control: - no-cache content-length: - - '29' + - '765' content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:28:00 GMT + - Thu, 16 Mar 2023 01:37:05 GMT + etag: + - W/"348492fe-ccd9-4510-9847-a5cb9ae805a8" expires: - '-1' pragma: @@ -474,7 +485,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c1305190-bde9-49a6-912e-1f6cdb09d78c + - 20a968c7-b30c-4c91-b8aa-45c418ac1638 status: code: 200 message: OK @@ -482,26 +493,26 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - network public-ip create + - network public-ip show Connection: - keep-alive ParameterSetName: - - -g -n --sku + - -g -n User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2022-05-01 response: body: string: "{\r\n \"name\": \"cliakstest000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004\",\r\n - \ \"etag\": \"W/\\\"c0a94a49-6130-491f-8476-c2729615af99\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"348492fe-ccd9-4510-9847-a5cb9ae805a8\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"e23c9bec-3ef1-43e1-abcf-c33d7cac8a01\",\r\n \"ipAddress\": - \"20.57.152.1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"95d8f083-678d-46bd-b00c-3809df8f0496\",\r\n \"ipAddress\": + \"20.230.244.133\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \ \"ddosSettings\": {\r\n \"protectionMode\": \"VirtualNetworkInherited\"\r\n \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n @@ -511,13 +522,13 @@ interactions: cache-control: - no-cache content-length: - - '762' + - '765' content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:28:01 GMT + - Thu, 16 Mar 2023 01:37:05 GMT etag: - - W/"c0a94a49-6130-491f-8476-c2729615af99" + - W/"348492fe-ccd9-4510-9847-a5cb9ae805a8" expires: - '-1' pragma: @@ -534,7 +545,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b9e9ab0a-fc4b-4980-ac4e-d16037400ec0 + - 9d3112b9-826b-4a8c-8871-f50bae791aa3 status: code: 200 message: OK @@ -546,61 +557,46 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - network public-ip show + - aks create Connection: - keep-alive ParameterSetName: - - -g -n + - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2022-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\r\n \"name\": \"cliakstest000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004\",\r\n - \ \"etag\": \"W/\\\"c0a94a49-6130-491f-8476-c2729615af99\\\"\",\r\n \"location\": - \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"e23c9bec-3ef1-43e1-abcf-c33d7cac8a01\",\r\n \"ipAddress\": - \"20.57.152.1\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": - \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n - \ \"ddosSettings\": {\r\n \"protectionMode\": \"VirtualNetworkInherited\"\r\n - \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n - \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n - \ }\r\n}" + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' headers: cache-control: - no-cache content-length: - - '762' + - '244' content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:28:01 GMT - etag: - - W/"c0a94a49-6130-491f-8476-c2729615af99" + - Thu, 16 Mar 2023 01:37:05 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-arm-service-request-id: - - c0e7238a-07a7-4d00-9a53-07b9f0cb62e0 + x-ms-failure-cause: + - gateway status: - code: 200 - message: '' + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestzo4rnhcod-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestzbs22y44m-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -608,7 +604,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -632,8 +628,8 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -642,23 +638,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzo4rnhcod-79a739\",\n \"fqdn\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzbs22y44m-79a739\",\n \"fqdn\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -682,15 +678,15 @@ interactions: {\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/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3730' + - '3726' content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:06 GMT + - Thu, 16 Mar 2023 01:37:08 GMT expires: - '-1' pragma: @@ -702,7 +698,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -720,14 +716,62 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:37:38 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: + - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -736,7 +780,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:28:36 GMT + - Thu, 16 Mar 2023 01:38:08 GMT expires: - '-1' pragma: @@ -768,14 +812,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -784,7 +828,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:06 GMT + - Thu, 16 Mar 2023 01:38:39 GMT expires: - '-1' pragma: @@ -816,14 +860,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -832,7 +876,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:29:36 GMT + - Thu, 16 Mar 2023 01:39:08 GMT expires: - '-1' pragma: @@ -864,14 +908,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -880,7 +924,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:06 GMT + - Thu, 16 Mar 2023 01:39:38 GMT expires: - '-1' pragma: @@ -912,14 +956,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -928,7 +972,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:30:37 GMT + - Thu, 16 Mar 2023 01:40:09 GMT expires: - '-1' pragma: @@ -960,14 +1004,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -976,7 +1020,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:07 GMT + - Thu, 16 Mar 2023 01:40:39 GMT expires: - '-1' pragma: @@ -1008,14 +1052,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -1024,7 +1068,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:31:37 GMT + - Thu, 16 Mar 2023 01:41:09 GMT expires: - '-1' pragma: @@ -1056,14 +1100,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -1072,7 +1116,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:07 GMT + - Thu, 16 Mar 2023 01:41:38 GMT expires: - '-1' pragma: @@ -1104,14 +1148,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" headers: cache-control: - no-cache @@ -1120,7 +1164,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:32:37 GMT + - Thu, 16 Mar 2023 01:42:09 GMT expires: - '-1' pragma: @@ -1152,15 +1196,159 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c324d9b-df0b-489c-81d7-7a5b2c7a04a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9b4d320c-0bdf-9c48-81d7-7a5b2c7a04a5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:28:06.7790865Z\",\n \"endTime\": - \"2022-11-24T09:32:59.5105203Z\"\n }" + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:42:39 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: + - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:43:09 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: + - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:43:39 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: + - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d937427-71c8-4e3b-a48d-1f0f6aff37fe?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2774934d-c871-3b4e-a48d-1f0f6aff37fe\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:37:08.8568381Z\",\n \"endTime\": + \"2023-03-16T01:43:55.1838327Z\"\n }" headers: cache-control: - no-cache @@ -1169,7 +1357,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:07 GMT + - Thu, 16 Mar 2023 01:44:10 GMT expires: - '-1' pragma: @@ -1201,8 +1389,8 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1211,23 +1399,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzo4rnhcod-79a739\",\n \"fqdn\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzbs22y44m-79a739\",\n \"fqdn\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -1258,11 +1446,11 @@ interactions: cache-control: - no-cache content-length: - - '4335' + - '4331' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:08 GMT + - Thu, 16 Mar 2023 01:44:10 GMT expires: - '-1' pragma: @@ -1294,8 +1482,8 @@ interactions: ParameterSetName: - -g -n --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1304,23 +1492,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzo4rnhcod-79a739\",\n \"fqdn\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzbs22y44m-79a739\",\n \"fqdn\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -1351,11 +1539,11 @@ interactions: cache-control: - no-cache content-length: - - '4335' + - '4331' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:08 GMT + - Thu, 16 Mar 2023 01:44:11 GMT expires: - '-1' pragma: @@ -1375,16 +1563,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestzo4rnhcod-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestzbs22y44m-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -1410,14 +1598,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2809' + - '2807' Content-Type: - application/json ParameterSetName: - -g -n --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1426,23 +1614,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzo4rnhcod-79a739\",\n \"fqdn\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzbs22y44m-79a739\",\n \"fqdn\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -1471,15 +1659,15 @@ interactions: {\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/westus2/operations/aa53d054-5429-4540-bc21-f75b3a1de4b0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/69fa8cc4-f7af-4b57-b198-45c65b10973a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4333' + - '4329' content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:11 GMT + - Thu, 16 Mar 2023 01:44:13 GMT expires: - '-1' pragma: @@ -1495,7 +1683,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -1513,14 +1701,14 @@ interactions: ParameterSetName: - -g -n --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa53d054-5429-4540-bc21-f75b3a1de4b0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/69fa8cc4-f7af-4b57-b198-45c65b10973a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"54d053aa-2954-4045-bc21-f75b3a1de4b0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:11.6423874Z\"\n }" + string: "{\n \"name\": \"c48cfa69-aff7-574b-b198-45c65b10973a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:14.0928616Z\"\n }" headers: cache-control: - no-cache @@ -1529,7 +1717,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:33:41 GMT + - Thu, 16 Mar 2023 01:44:43 GMT expires: - '-1' pragma: @@ -1561,14 +1749,14 @@ interactions: ParameterSetName: - -g -n --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa53d054-5429-4540-bc21-f75b3a1de4b0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/69fa8cc4-f7af-4b57-b198-45c65b10973a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"54d053aa-2954-4045-bc21-f75b3a1de4b0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:33:11.6423874Z\"\n }" + string: "{\n \"name\": \"c48cfa69-aff7-574b-b198-45c65b10973a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:14.0928616Z\"\n }" headers: cache-control: - no-cache @@ -1577,7 +1765,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:11 GMT + - Thu, 16 Mar 2023 01:45:13 GMT expires: - '-1' pragma: @@ -1609,15 +1797,15 @@ interactions: ParameterSetName: - -g -n --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa53d054-5429-4540-bc21-f75b3a1de4b0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/69fa8cc4-f7af-4b57-b198-45c65b10973a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"54d053aa-2954-4045-bc21-f75b3a1de4b0\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:33:11.6423874Z\",\n \"endTime\": - \"2022-11-24T09:34:41.7575204Z\"\n }" + string: "{\n \"name\": \"c48cfa69-aff7-574b-b198-45c65b10973a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:44:14.0928616Z\",\n \"endTime\": + \"2023-03-16T01:45:33.6374835Z\"\n }" headers: cache-control: - no-cache @@ -1626,7 +1814,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:41 GMT + - Thu, 16 Mar 2023 01:45:44 GMT expires: - '-1' pragma: @@ -1658,8 +1846,8 @@ interactions: ParameterSetName: - -g -n --load-balancer-outbound-ips User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1668,23 +1856,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzo4rnhcod-79a739\",\n \"fqdn\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzo4rnhcod-79a739-ae6903f3.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzbs22y44m-79a739\",\n \"fqdn\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzbs22y44m-79a739-04wjoojz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -1715,11 +1903,11 @@ interactions: cache-control: - no-cache content-length: - - '4335' + - '4331' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:41 GMT + - Thu, 16 Mar 2023 01:45:44 GMT expires: - '-1' pragma: @@ -1753,8 +1941,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1762,17 +1950,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/41c0d5ea-818d-40f9-a039-4b27ef81606b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d96d56c3-1165-4b3f-b1b7-0af7a9df28ad?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:34:43 GMT + - Thu, 16 Mar 2023 01:45:44 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/41c0d5ea-818d-40f9-a039-4b27ef81606b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d96d56c3-1165-4b3f-b1b7-0af7a9df28ad?api-version=2016-03-30 pragma: - no-cache server: @@ -1782,7 +1970,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ssh_public_key.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ssh_public_key.yaml old mode 100644 new mode 100755 index 464e2d755d0..1506f407250 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ssh_public_key.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_ssh_public_key.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:45:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -c --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:34:44Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:45:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:34:44 GMT + - Thu, 16 Mar 2023 01:45:45 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestxivs3ndxu-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestpghuf3vvv-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestxivs3ndxu-79a739\",\n \"fqdn\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestpghuf3vvv-79a739\",\n \"fqdn\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 09:34:48 GMT + - Thu, 16 Mar 2023 01:45:50 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -159,14 +204,254 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:20 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: + - --resource-group --name -c --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:50 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: + - --resource-group --name -c --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:47:20 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: + - --resource-group --name -c --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:47:50 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: + - --resource-group --name -c --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:48:20 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: + - --resource-group --name -c --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:19 GMT + - Thu, 16 Mar 2023 01:48:50 GMT expires: - '-1' pragma: @@ -207,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:35:48 GMT + - Thu, 16 Mar 2023 01:49:20 GMT expires: - '-1' pragma: @@ -255,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:18 GMT + - Thu, 16 Mar 2023 01:49:50 GMT expires: - '-1' pragma: @@ -303,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:36:48 GMT + - Thu, 16 Mar 2023 01:50:21 GMT expires: - '-1' pragma: @@ -351,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:18 GMT + - Thu, 16 Mar 2023 01:50:51 GMT expires: - '-1' pragma: @@ -399,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:49 GMT + - Thu, 16 Mar 2023 01:51:20 GMT expires: - '-1' pragma: @@ -447,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:19 GMT + - Thu, 16 Mar 2023 01:51:51 GMT expires: - '-1' pragma: @@ -495,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:49 GMT + - Thu, 16 Mar 2023 01:52:36 GMT expires: - '-1' pragma: @@ -543,15 +828,15 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/874adedf-828e-473c-a4e2-e9fd974e0845?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f56448c-7094-4e1d-ada0-53d8880eae40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfde4a87-8e82-3c47-a4e2-e9fd974e0845\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:34:48.7893443Z\",\n \"endTime\": - \"2022-11-24T09:39:01.9750589Z\"\n }" + string: "{\n \"name\": \"8c44565f-9470-1d4e-ada0-53d8880eae40\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:45:50.5620738Z\",\n \"endTime\": + \"2023-03-16T01:52:49.5065764Z\"\n }" headers: cache-control: - no-cache @@ -560,7 +845,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:19 GMT + - Thu, 16 Mar 2023 01:53:06 GMT expires: - '-1' pragma: @@ -592,8 +877,8 @@ interactions: ParameterSetName: - --resource-group --name -c --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -602,30 +887,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestxivs3ndxu-79a739\",\n \"fqdn\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestpghuf3vvv-79a739\",\n \"fqdn\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b7bd3cf9-9fb0-447e-adc8-b611c5853928\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9a2c12fb-35fe-4899-80b9-9741c56e0abd\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -646,11 +931,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:19 GMT + - Thu, 16 Mar 2023 01:53:06 GMT expires: - '-1' pragma: @@ -682,8 +967,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -692,30 +977,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestxivs3ndxu-79a739\",\n \"fqdn\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestpghuf3vvv-79a739\",\n \"fqdn\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b7bd3cf9-9fb0-447e-adc8-b611c5853928\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9a2c12fb-35fe-4899-80b9-9741c56e0abd\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -736,11 +1021,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:20 GMT + - Thu, 16 Mar 2023 01:53:12 GMT expires: - '-1' pragma: @@ -760,12 +1045,12 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestxivs3ndxu-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestpghuf3vvv-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": @@ -776,7 +1061,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b7bd3cf9-9fb0-447e-adc8-b611c5853928"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9a2c12fb-35fe-4899-80b9-9741c56e0abd"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -793,14 +1078,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2631' + - '2629' Content-Type: - application/json ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -809,20 +1094,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestxivs3ndxu-79a739\",\n \"fqdn\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestpghuf3vvv-79a739\",\n \"fqdn\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYpZoWGqsIbCKOvcrtPi5PpgoaP24pKJ8yk80qBYbqIjyVngCfM8rbgQCZKx4D8emmN7UxjiSt+c4WtV1aUfbT7VA5r4neuhPVgkqgp7CmkKdf0beV/0i5K28J7RojDTktllY9EYRYK6A4olLplaHJiuqbsMYa8amv43ol6IxgM3eE2BiEYm0/uvNKDmZ8AN4w07fFKjz1+wfdkluxC73qhijMY6FCgw+xEvvS1kd2Se6L/M/qV+VVnxW+S/bBT4Yew2dR6KWnauJvxXzdM8WQHyJy52jQ1n5PHxVRMgjRLhWvbcNNgPseFpULxe3a4ATS8kKO2Z9pzpSOgEpW7LVz\"\n @@ -831,7 +1116,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b7bd3cf9-9fb0-447e-adc8-b611c5853928\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9a2c12fb-35fe-4899-80b9-9741c56e0abd\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -850,15 +1135,15 @@ interactions: {\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/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4097' + - '4093' content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:22 GMT + - Thu, 16 Mar 2023 01:53:20 GMT expires: - '-1' pragma: @@ -874,7 +1159,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1195' status: code: 200 message: OK @@ -892,14 +1177,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -908,7 +1193,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:52 GMT + - Thu, 16 Mar 2023 01:53:50 GMT expires: - '-1' pragma: @@ -940,14 +1225,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -956,7 +1241,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:23 GMT + - Thu, 16 Mar 2023 01:54:20 GMT expires: - '-1' pragma: @@ -988,14 +1273,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1004,7 +1289,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:53 GMT + - Thu, 16 Mar 2023 01:54:50 GMT expires: - '-1' pragma: @@ -1036,14 +1321,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1052,7 +1337,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:23 GMT + - Thu, 16 Mar 2023 01:55:21 GMT expires: - '-1' pragma: @@ -1084,14 +1369,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1100,7 +1385,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:53 GMT + - Thu, 16 Mar 2023 01:55:50 GMT expires: - '-1' pragma: @@ -1132,14 +1417,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1148,7 +1433,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:23 GMT + - Thu, 16 Mar 2023 01:56:20 GMT expires: - '-1' pragma: @@ -1180,14 +1465,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1196,7 +1481,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:53 GMT + - Thu, 16 Mar 2023 01:56:50 GMT expires: - '-1' pragma: @@ -1228,14 +1513,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1244,7 +1529,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:23 GMT + - Thu, 16 Mar 2023 01:57:21 GMT expires: - '-1' pragma: @@ -1276,14 +1561,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1292,7 +1577,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:54 GMT + - Thu, 16 Mar 2023 01:57:51 GMT expires: - '-1' pragma: @@ -1324,14 +1609,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1340,7 +1625,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:23 GMT + - Thu, 16 Mar 2023 01:58:21 GMT expires: - '-1' pragma: @@ -1372,14 +1657,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1388,7 +1673,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:53 GMT + - Thu, 16 Mar 2023 01:58:51 GMT expires: - '-1' pragma: @@ -1420,14 +1705,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1436,7 +1721,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:23 GMT + - Thu, 16 Mar 2023 01:59:21 GMT expires: - '-1' pragma: @@ -1468,14 +1753,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1484,7 +1769,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:54 GMT + - Thu, 16 Mar 2023 01:59:51 GMT expires: - '-1' pragma: @@ -1516,14 +1801,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1532,7 +1817,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:27 GMT + - Thu, 16 Mar 2023 02:00:21 GMT expires: - '-1' pragma: @@ -1564,14 +1849,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1580,7 +1865,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:57 GMT + - Thu, 16 Mar 2023 02:00:51 GMT expires: - '-1' pragma: @@ -1612,14 +1897,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1628,7 +1913,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:27 GMT + - Thu, 16 Mar 2023 02:01:22 GMT expires: - '-1' pragma: @@ -1660,14 +1945,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1676,7 +1961,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:57 GMT + - Thu, 16 Mar 2023 02:01:52 GMT expires: - '-1' pragma: @@ -1708,14 +1993,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1724,7 +2009,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:27 GMT + - Thu, 16 Mar 2023 02:02:22 GMT expires: - '-1' pragma: @@ -1756,14 +2041,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1772,7 +2057,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:57 GMT + - Thu, 16 Mar 2023 02:02:51 GMT expires: - '-1' pragma: @@ -1804,14 +2089,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1820,7 +2105,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:28 GMT + - Thu, 16 Mar 2023 02:03:22 GMT expires: - '-1' pragma: @@ -1852,14 +2137,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1868,7 +2153,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:58 GMT + - Thu, 16 Mar 2023 02:03:52 GMT expires: - '-1' pragma: @@ -1900,14 +2185,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1916,7 +2201,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:27 GMT + - Thu, 16 Mar 2023 02:04:22 GMT expires: - '-1' pragma: @@ -1948,14 +2233,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -1964,7 +2249,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:57 GMT + - Thu, 16 Mar 2023 02:04:52 GMT expires: - '-1' pragma: @@ -1996,14 +2281,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache @@ -2012,7 +2297,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:27 GMT + - Thu, 16 Mar 2023 02:05:22 GMT expires: - '-1' pragma: @@ -2044,24 +2329,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab286eed-26d8-4a5e-8385-d40c12c18614?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ed6e28ab-d826-5e4a-8385-d40c12c18614\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:39:23.3690545Z\",\n \"endTime\": - \"2022-11-24T09:51:54.5393856Z\"\n }" + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:57 GMT + - Thu, 16 Mar 2023 02:05:52 GMT expires: - '-1' pragma: @@ -2093,38 +2377,665 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 response: body: - string: '{"error":{"code":"GatewayTimeout","message":"The gateway did not receive - a response from ''Microsoft.ContainerService'' within the specified time period."}}' + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" headers: cache-control: - no-cache - connection: - - close content-length: - - '154' + - '126' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 24 Nov 2022 09:52:58 GMT + - Thu, 16 Mar 2023 02:06:22 GMT expires: - '-1' pragma: - no-cache + server: + - nginx strict-transport-security: - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-failure-cause: - - service + 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:06:52 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:07:22 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:07:53 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:08:23 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:08:52 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:09:23 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:09:53 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:23 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:53 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:11:24 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: 504 - message: Gateway Timeout + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:11:53 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:12:23 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bbb0694e-995c-4dd2-aeeb-576f1e2bca2e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4e69b0bb-5c99-d24d-aeeb-576f1e2bca2e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:53:20.6731793Z\",\n \"endTime\": + \"2023-03-16T02:12:40.1434686Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:12:54 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: @@ -2139,8 +3050,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2149,20 +3060,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestxivs3ndxu-79a739\",\n \"fqdn\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestxivs3ndxu-79a739-4a962745.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestpghuf3vvv-79a739\",\n \"fqdn\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpghuf3vvv-79a739-i8d8cq3o.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYpZoWGqsIbCKOvcrtPi5PpgoaP24pKJ8yk80qBYbqIjyVngCfM8rbgQCZKx4D8emmN7UxjiSt+c4WtV1aUfbT7VA5r4neuhPVgkqgp7CmkKdf0beV/0i5K28J7RojDTktllY9EYRYK6A4olLplaHJiuqbsMYa8amv43ol6IxgM3eE2BiEYm0/uvNKDmZ8AN4w07fFKjz1+wfdkluxC73qhijMY6FCgw+xEvvS1kd2Se6L/M/qV+VVnxW+S/bBT4Yew2dR6KWnauJvxXzdM8WQHyJy52jQ1n5PHxVRMgjRLhWvbcNNgPseFpULxe3a4ATS8kKO2Z9pzpSOgEpW7LVz\"\n @@ -2171,7 +3082,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b7bd3cf9-9fb0-447e-adc8-b611c5853928\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9a2c12fb-35fe-4899-80b9-9741c56e0abd\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2192,11 +3103,11 @@ interactions: cache-control: - no-cache content-length: - - '4099' + - '4095' content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:58 GMT + - Thu, 16 Mar 2023 02:12:54 GMT expires: - '-1' pragma: @@ -2230,8 +3141,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2239,17 +3150,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2419db09-97bd-4d14-8149-b98a091498fb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b36cec69-0db4-413e-8d42-d427b35823c7?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:53:00 GMT + - Thu, 16 Mar 2023 02:12:55 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/2419db09-97bd-4d14-8149-b98a091498fb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b36cec69-0db4-413e-8d42-d427b35823c7?api-version=2016-03-30 pragma: - no-cache server: @@ -2259,7 +3170,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14997' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_blob_csi_driver.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_blob_csi_driver.yaml old mode 100644 new mode 100755 index 3d33b8aaf8f..1d2587965f9 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_blob_csi_driver.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_blob_csi_driver.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:39:48 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:53:00Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:39:47Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:53:00 GMT + - Thu, 16 Mar 2023 01:39:48 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesthuripyiw4-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestd63bdjx4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -59,81 +104,991 @@ interactions: "standard"}, "disableLocalAccounts": false, "storageProfile": {"blobCSIDriver": {"enabled": true}}}}' headers: - AKSHTTPCustomFeatures: - - Microsoft.ContainerService/EnableBlobCSIDriver + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/EnableBlobCSIDriver + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + Content-Length: + - '1620' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n },\n \"blobCSIDriver\": {\n \"enabled\": + true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n + \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '3552' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:39:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:40:23 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:40:53 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:41:23 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:41:53 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:42:24 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:42:54 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:43:24 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:43:54 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:44:24 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:44:54 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:24 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:54 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:25 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:55 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:47:25 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:47:55 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:48:25 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: + - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:48:55 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: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - aks create Connection: - keep-alive - Content-Length: - - '1620' - Content-Type: - - application/json ParameterSetName: - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": - \"nodeIPConfiguration\"\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 \"podCidrs\": - [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n - \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": - 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": - {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n - \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": - {\n \"enabled\": true\n },\n \"blobCSIDriver\": {\n \"enabled\": - true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n - \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": - \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n - \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3555' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:11 GMT + - Thu, 16 Mar 2023 01:49:26 GMT expires: - '-1' pragma: @@ -142,13 +1097,15 @@ interactions: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1197' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -163,14 +1120,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" headers: cache-control: - no-cache @@ -179,7 +1136,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:41 GMT + - Thu, 16 Mar 2023 01:49:56 GMT expires: - '-1' pragma: @@ -211,14 +1168,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" headers: cache-control: - no-cache @@ -227,7 +1184,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:11 GMT + - Thu, 16 Mar 2023 01:50:26 GMT expires: - '-1' pragma: @@ -259,14 +1216,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" headers: cache-control: - no-cache @@ -275,7 +1232,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:41 GMT + - Thu, 16 Mar 2023 01:50:56 GMT expires: - '-1' pragma: @@ -307,14 +1264,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\"\n }" headers: cache-control: - no-cache @@ -323,7 +1280,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:11 GMT + - Thu, 16 Mar 2023 01:51:26 GMT expires: - '-1' pragma: @@ -355,23 +1312,24 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08cfc827-13e2-457b-b83e-37f1d037a09f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"name\": \"27c8cf08-e213-7b45-b83e-37f1d037a09f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:39:53.5584262Z\",\n \"endTime\": + \"2023-03-16T01:51:47.6601327Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:42 GMT + - Thu, 16 Mar 2023 01:51:56 GMT expires: - '-1' pragma: @@ -403,23 +1361,66 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n + \ \"blobCSIDriver\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": + {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n + \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '126' + - '4217' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:12 GMT + - Thu, 16 Mar 2023 01:51:56 GMT expires: - '-1' pragma: @@ -441,33 +1442,76 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks update Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n + \ \"blobCSIDriver\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": + {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n + \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '126' + - '4217' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:42 GMT + - Thu, 16 Mar 2023 01:51:58 GMT expires: - '-1' pragma: @@ -486,36 +1530,110 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, + "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "1.24.9", "dnsPrefix": "cliakstest-clitestd63bdjx4n-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": + "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": + 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", + "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": + false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, + "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", + "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": + "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": + "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", + "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780"}], + "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": + ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": + {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", + "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, + "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, + "workloadAutoScalerProfile": {}}}' headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/EnableBlobCSIDriver Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks update Connection: - keep-alive + Content-Length: + - '2687' + Content-Type: + - application/json ParameterSetName: - - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n + \ \"blobCSIDriver\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": + {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n + \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/centraluseuap/operations/599abc63-8f3f-4a2b-b3b8-5a7fb6a3cab0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '126' + - '4215' content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:12 GMT + - Thu, 16 Mar 2023 01:52:01 GMT expires: - '-1' pragma: @@ -530,6 +1648,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' status: code: 200 message: OK @@ -541,20 +1661,20 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks update Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/599abc63-8f3f-4a2b-b3b8-5a7fb6a3cab0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"name\": \"63bc9a59-3f8f-2b4a-b3b8-5a7fb6a3cab0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:52:01.3560666Z\"\n }" headers: cache-control: - no-cache @@ -563,7 +1683,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:42 GMT + - Thu, 16 Mar 2023 01:52:31 GMT expires: - '-1' pragma: @@ -589,20 +1709,20 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks update Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/599abc63-8f3f-4a2b-b3b8-5a7fb6a3cab0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\"\n }" + string: "{\n \"name\": \"63bc9a59-3f8f-2b4a-b3b8-5a7fb6a3cab0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:52:01.3560666Z\"\n }" headers: cache-control: - no-cache @@ -611,7 +1731,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:12 GMT + - Thu, 16 Mar 2023 01:53:01 GMT expires: - '-1' pragma: @@ -637,30 +1757,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks update Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/26448cbd-c423-40b9-9f78-630f32e105b2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/599abc63-8f3f-4a2b-b3b8-5a7fb6a3cab0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd8c4426-23c4-b940-9f78-630f32e105b2\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:53:10.7161375Z\",\n \"endTime\": - \"2022-11-24T09:58:26.557084Z\"\n }" + string: "{\n \"name\": \"63bc9a59-3f8f-2b4a-b3b8-5a7fb6a3cab0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:52:01.3560666Z\",\n \"endTime\": + \"2023-03-16T01:53:20.9449665Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:42 GMT + - Thu, 16 Mar 2023 01:53:32 GMT expires: - '-1' pragma: @@ -686,14 +1806,14 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks update Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value -o --enable-blob-driver --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -702,30 +1822,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -747,11 +1867,11 @@ interactions: cache-control: - no-cache content-length: - - '4220' + - '4217' content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:42 GMT + - Thu, 16 Mar 2023 01:53:32 GMT expires: - '-1' pragma: @@ -781,10 +1901,10 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -793,30 +1913,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -838,11 +1958,11 @@ interactions: cache-control: - no-cache content-length: - - '4220' + - '4217' content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:44 GMT + - Thu, 16 Mar 2023 01:53:33 GMT expires: - '-1' pragma: @@ -863,28 +1983,28 @@ interactions: - request: body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitesthuripyiw4-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestd63bdjx4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, - "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, - "workloadAutoScalerProfile": {}}}' + "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {"blobCSIDriver": + {"enabled": false}}, "workloadAutoScalerProfile": {}}}' headers: AKSHTTPCustomFeatures: - Microsoft.ContainerService/EnableBlobCSIDriver @@ -897,14 +2017,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2689' + - '2722' Content-Type: - application/json ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -913,30 +2033,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -949,22 +2069,22 @@ interactions: {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n - \ \"blobCSIDriver\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": + \ \"blobCSIDriver\": {\n \"enabled\": false\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/centraluseuap/operations/813ffe8b-545c-4af3-8539-07937f7a0ca6?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/40c1adcd-d874-49fe-a463-47bc78088f9b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4218' + - '4216' content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:47 GMT + - Thu, 16 Mar 2023 01:53:37 GMT expires: - '-1' pragma: @@ -980,7 +2100,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1199' status: code: 200 message: OK @@ -996,16 +2116,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/813ffe8b-545c-4af3-8539-07937f7a0ca6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/40c1adcd-d874-49fe-a463-47bc78088f9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8bfe3f81-5c54-f34a-8539-07937f7a0ca6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:58:46.9860971Z\"\n }" + string: "{\n \"name\": \"cdadc140-74d8-fe49-a463-47bc78088f9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:36.5919556Z\"\n }" headers: cache-control: - no-cache @@ -1014,7 +2134,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:17 GMT + - Thu, 16 Mar 2023 01:54:06 GMT expires: - '-1' pragma: @@ -1044,16 +2164,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/813ffe8b-545c-4af3-8539-07937f7a0ca6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/40c1adcd-d874-49fe-a463-47bc78088f9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8bfe3f81-5c54-f34a-8539-07937f7a0ca6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:58:46.9860971Z\"\n }" + string: "{\n \"name\": \"cdadc140-74d8-fe49-a463-47bc78088f9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:36.5919556Z\"\n }" headers: cache-control: - no-cache @@ -1062,7 +2182,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:47 GMT + - Thu, 16 Mar 2023 01:54:37 GMT expires: - '-1' pragma: @@ -1092,17 +2212,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/813ffe8b-545c-4af3-8539-07937f7a0ca6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/40c1adcd-d874-49fe-a463-47bc78088f9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8bfe3f81-5c54-f34a-8539-07937f7a0ca6\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:58:46.9860971Z\",\n \"endTime\": - \"2022-11-24T10:00:04.0328596Z\"\n }" + string: "{\n \"name\": \"cdadc140-74d8-fe49-a463-47bc78088f9b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:53:36.5919556Z\",\n \"endTime\": + \"2023-03-16T01:55:00.3267886Z\"\n }" headers: cache-control: - no-cache @@ -1111,7 +2231,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:17 GMT + - Thu, 16 Mar 2023 01:55:07 GMT expires: - '-1' pragma: @@ -1141,10 +2261,10 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1153,30 +2273,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1189,7 +2309,7 @@ interactions: {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n - \ \"blobCSIDriver\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": + \ \"blobCSIDriver\": {\n \"enabled\": false\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -1198,11 +2318,11 @@ interactions: cache-control: - no-cache content-length: - - '4220' + - '4218' content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:17 GMT + - Thu, 16 Mar 2023 01:55:07 GMT expires: - '-1' pragma: @@ -1232,10 +2352,10 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1244,30 +2364,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1280,7 +2400,7 @@ interactions: {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n - \ \"blobCSIDriver\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": + \ \"blobCSIDriver\": {\n \"enabled\": false\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -1289,11 +2409,11 @@ interactions: cache-control: - no-cache content-length: - - '4220' + - '4218' content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:19 GMT + - Thu, 16 Mar 2023 01:55:08 GMT expires: - '-1' pragma: @@ -1314,28 +2434,28 @@ interactions: - request: body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitesthuripyiw4-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestd63bdjx4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, - "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {"blobCSIDriver": - {"enabled": false}}, "workloadAutoScalerProfile": {}}}' + "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, + "workloadAutoScalerProfile": {}}}' headers: AKSHTTPCustomFeatures: - Microsoft.ContainerService/EnableBlobCSIDriver @@ -1348,14 +2468,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2724' + - '2687' Content-Type: - application/json ParameterSetName: - - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1364,30 +2484,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1407,15 +2527,15 @@ interactions: {\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/centraluseuap/operations/c2688dcf-5895-402c-b170-2016db85856f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639890c3-bbbf-482c-985d-6608838dd0fe?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4219' + - '4216' content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:22 GMT + - Thu, 16 Mar 2023 01:55:13 GMT expires: - '-1' pragma: @@ -1431,7 +2551,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' status: code: 200 message: OK @@ -1447,25 +2567,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c2688dcf-5895-402c-b170-2016db85856f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639890c3-bbbf-482c-985d-6608838dd0fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cf8d68c2-9558-2c40-b170-2016db85856f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:00:22.190436Z\"\n }" + string: "{\n \"name\": \"c3909863-bfbb-2c48-985d-6608838dd0fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:12.0779235Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:52 GMT + - Thu, 16 Mar 2023 01:55:42 GMT expires: - '-1' pragma: @@ -1495,25 +2615,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c2688dcf-5895-402c-b170-2016db85856f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639890c3-bbbf-482c-985d-6608838dd0fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cf8d68c2-9558-2c40-b170-2016db85856f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:00:22.190436Z\"\n }" + string: "{\n \"name\": \"c3909863-bfbb-2c48-985d-6608838dd0fe\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:12.0779235Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:23 GMT + - Thu, 16 Mar 2023 01:56:12 GMT expires: - '-1' pragma: @@ -1543,26 +2663,26 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c2688dcf-5895-402c-b170-2016db85856f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639890c3-bbbf-482c-985d-6608838dd0fe?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cf8d68c2-9558-2c40-b170-2016db85856f\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:00:22.190436Z\",\n \"endTime\": - \"2022-11-24T10:01:41.1399543Z\"\n }" + string: "{\n \"name\": \"c3909863-bfbb-2c48-985d-6608838dd0fe\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:55:12.0779235Z\",\n \"endTime\": + \"2023-03-16T01:56:30.6154022Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:53 GMT + - Thu, 16 Mar 2023 01:56:43 GMT expires: - '-1' pragma: @@ -1592,10 +2712,10 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -o --disable-blob-driver -y --aks-custom-headers + - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1604,30 +2724,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1649,11 +2769,11 @@ interactions: cache-control: - no-cache content-length: - - '4221' + - '4218' content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:53 GMT + - Thu, 16 Mar 2023 01:56:43 GMT expires: - '-1' pragma: @@ -1683,10 +2803,10 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1695,30 +2815,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1740,11 +2860,11 @@ interactions: cache-control: - no-cache content-length: - - '4221' + - '4218' content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:54 GMT + - Thu, 16 Mar 2023 01:56:44 GMT expires: - '-1' pragma: @@ -1765,28 +2885,28 @@ interactions: - request: body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitesthuripyiw4-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestd63bdjx4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, - "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, - "workloadAutoScalerProfile": {}}}' + "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {"blobCSIDriver": + {"enabled": true}}, "workloadAutoScalerProfile": {}}}' headers: AKSHTTPCustomFeatures: - Microsoft.ContainerService/EnableBlobCSIDriver @@ -1799,14 +2919,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2689' + - '2721' Content-Type: - application/json ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1815,30 +2935,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1851,22 +2971,22 @@ interactions: {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n - \ \"blobCSIDriver\": {\n \"enabled\": false\n }\n },\n \"oidcIssuerProfile\": + \ \"blobCSIDriver\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/centraluseuap/operations/991f62f9-8bd0-43fb-a1aa-06b74b7de00b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4219' + - '4215' content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:57 GMT + - Thu, 16 Mar 2023 01:56:47 GMT expires: - '-1' pragma: @@ -1882,7 +3002,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 200 message: OK @@ -1898,16 +3018,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/991f62f9-8bd0-43fb-a1aa-06b74b7de00b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9621f99-d08b-fb43-a1aa-06b74b7de00b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:01:57.1760749Z\"\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\"\n }" headers: cache-control: - no-cache @@ -1916,7 +3036,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:27 GMT + - Thu, 16 Mar 2023 01:57:17 GMT expires: - '-1' pragma: @@ -1946,16 +3066,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/991f62f9-8bd0-43fb-a1aa-06b74b7de00b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9621f99-d08b-fb43-a1aa-06b74b7de00b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:01:57.1760749Z\"\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\"\n }" headers: cache-control: - no-cache @@ -1964,7 +3084,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:57 GMT + - Thu, 16 Mar 2023 01:57:48 GMT expires: - '-1' pragma: @@ -1994,26 +3114,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/991f62f9-8bd0-43fb-a1aa-06b74b7de00b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9621f99-d08b-fb43-a1aa-06b74b7de00b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:01:57.1760749Z\",\n \"endTime\": - \"2022-11-24T10:03:25.5365014Z\"\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:28 GMT + - Thu, 16 Mar 2023 01:58:18 GMT expires: - '-1' pragma: @@ -2043,68 +3162,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name -y -o --aks-custom-headers + - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n - \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n - \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n - \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n - \ \"blobCSIDriver\": {\n \"enabled\": false\n }\n },\n \"oidcIssuerProfile\": - {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n - \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n - \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\"\n }" headers: cache-control: - no-cache content-length: - - '4221' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:29 GMT + - Thu, 16 Mar 2023 01:58:48 GMT expires: - '-1' pragma: @@ -2126,7 +3202,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2136,66 +3212,23 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n - \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n - \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n - \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n - \ \"blobCSIDriver\": {\n \"enabled\": false\n }\n },\n \"oidcIssuerProfile\": - {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n - \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n - \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\"\n }" headers: cache-control: - no-cache content-length: - - '4221' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:29 GMT + - Thu, 16 Mar 2023 01:59:18 GMT expires: - '-1' pragma: @@ -2214,110 +3247,36 @@ interactions: code: 200 message: OK - request: - body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, - "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitesthuripyiw4-79a739", "agentPoolProfiles": - [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": - "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": - 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", - "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": - false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": - false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, - "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", - "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": - "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": - "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", - "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46"}], - "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": - ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": - {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", - "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, - "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {"blobCSIDriver": - {"enabled": true}}, "workloadAutoScalerProfile": {}}}' + body: null headers: - AKSHTTPCustomFeatures: - - Microsoft.ContainerService/EnableBlobCSIDriver Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - aks update Connection: - keep-alive - Content-Length: - - '2723' - Content-Type: - - application/json ParameterSetName: - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n - \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n - \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n - \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n },\n - \ \"blobCSIDriver\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": - {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {}\n },\n - \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n - \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/11e9ad5c-7011-42c1-8fb7-e3d49fd50dbe?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4218' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:33 GMT + - Thu, 16 Mar 2023 01:59:48 GMT expires: - '-1' pragma: @@ -2332,8 +3291,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1196' status: code: 200 message: OK @@ -2351,14 +3308,14 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/11e9ad5c-7011-42c1-8fb7-e3d49fd50dbe?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5cade911-1170-c142-8fb7-e3d49fd50dbe\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:03:33.2558064Z\"\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\"\n }" headers: cache-control: - no-cache @@ -2367,7 +3324,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:03 GMT + - Thu, 16 Mar 2023 02:00:18 GMT expires: - '-1' pragma: @@ -2399,14 +3356,14 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/11e9ad5c-7011-42c1-8fb7-e3d49fd50dbe?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5cade911-1170-c142-8fb7-e3d49fd50dbe\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:03:33.2558064Z\"\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\"\n }" headers: cache-control: - no-cache @@ -2415,7 +3372,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:34 GMT + - Thu, 16 Mar 2023 02:00:48 GMT expires: - '-1' pragma: @@ -2447,24 +3404,24 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/11e9ad5c-7011-42c1-8fb7-e3d49fd50dbe?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d62e134e-7038-4b3d-b2e3-8370527c0937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5cade911-1170-c142-8fb7-e3d49fd50dbe\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:03:33.2558064Z\",\n \"endTime\": - \"2022-11-24T10:04:54.427696Z\"\n }" + string: "{\n \"name\": \"4e132ed6-3870-3d4b-b2e3-8370527c0937\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:56:47.3450774Z\",\n \"endTime\": + \"2023-03-16T02:00:57.0632122Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:03 GMT + - Thu, 16 Mar 2023 02:01:19 GMT expires: - '-1' pragma: @@ -2496,8 +3453,8 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-blob-driver -y --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2506,30 +3463,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2551,11 +3508,11 @@ interactions: cache-control: - no-cache content-length: - - '4220' + - '4217' content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:04 GMT + - Thu, 16 Mar 2023 02:01:19 GMT expires: - '-1' pragma: @@ -2587,8 +3544,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2597,30 +3554,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2642,11 +3599,11 @@ interactions: cache-control: - no-cache content-length: - - '4220' + - '4217' content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:05 GMT + - Thu, 16 Mar 2023 02:01:19 GMT expires: - '-1' pragma: @@ -2667,22 +3624,22 @@ interactions: - request: body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitesthuripyiw4-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestd63bdjx4n-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -2701,14 +3658,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2689' + - '2687' Content-Type: - application/json ParameterSetName: - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2717,30 +3674,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2760,15 +3717,15 @@ interactions: {\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/centraluseuap/operations/12e039b3-7ee3-41ca-8dd2-d076f7003559?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8e79d408-0027-40bc-a760-53d88eda52ff?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4218' + - '4215' content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:09 GMT + - Thu, 16 Mar 2023 02:01:23 GMT expires: - '-1' pragma: @@ -2784,7 +3741,55 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y -o --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8e79d408-0027-40bc-a760-53d88eda52ff?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"08d4798e-2700-bc40-a760-53d88eda52ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:23.7086595Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:01:54 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 @@ -2802,14 +3807,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/12e039b3-7ee3-41ca-8dd2-d076f7003559?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8e79d408-0027-40bc-a760-53d88eda52ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b339e012-e37e-ca41-8dd2-d076f7003559\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:05:08.2886618Z\"\n }" + string: "{\n \"name\": \"08d4798e-2700-bc40-a760-53d88eda52ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:23.7086595Z\"\n }" headers: cache-control: - no-cache @@ -2818,7 +3823,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:39 GMT + - Thu, 16 Mar 2023 02:02:24 GMT expires: - '-1' pragma: @@ -2850,14 +3855,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/12e039b3-7ee3-41ca-8dd2-d076f7003559?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8e79d408-0027-40bc-a760-53d88eda52ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b339e012-e37e-ca41-8dd2-d076f7003559\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:05:08.2886618Z\"\n }" + string: "{\n \"name\": \"08d4798e-2700-bc40-a760-53d88eda52ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:23.7086595Z\"\n }" headers: cache-control: - no-cache @@ -2866,7 +3871,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:09 GMT + - Thu, 16 Mar 2023 02:02:54 GMT expires: - '-1' pragma: @@ -2898,14 +3903,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/12e039b3-7ee3-41ca-8dd2-d076f7003559?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8e79d408-0027-40bc-a760-53d88eda52ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b339e012-e37e-ca41-8dd2-d076f7003559\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:05:08.2886618Z\"\n }" + string: "{\n \"name\": \"08d4798e-2700-bc40-a760-53d88eda52ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:23.7086595Z\"\n }" headers: cache-control: - no-cache @@ -2914,7 +3919,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:39 GMT + - Thu, 16 Mar 2023 02:03:24 GMT expires: - '-1' pragma: @@ -2946,24 +3951,24 @@ interactions: ParameterSetName: - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/12e039b3-7ee3-41ca-8dd2-d076f7003559?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8e79d408-0027-40bc-a760-53d88eda52ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b339e012-e37e-ca41-8dd2-d076f7003559\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:05:08.2886618Z\",\n \"endTime\": - \"2022-11-24T10:06:41.268452Z\"\n }" + string: "{\n \"name\": \"08d4798e-2700-bc40-a760-53d88eda52ff\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:01:23.7086595Z\",\n \"endTime\": + \"2023-03-16T02:03:38.9569908Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:09 GMT + - Thu, 16 Mar 2023 02:03:54 GMT expires: - '-1' pragma: @@ -2995,8 +4000,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -3005,30 +4010,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthuripyiw4-79a739\",\n \"fqdn\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesthuripyiw4-79a739-238f840c.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd63bdjx4n-79a739\",\n \"fqdn\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd63bdjx4n-79a739-gbrilxus.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d1c1c4c2-0f29-4118-8a08-9cc01721ff46\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/f2e794b2-8a7e-47c9-9e44-4a7aa19ad780\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -3050,11 +4055,11 @@ interactions: cache-control: - no-cache content-length: - - '4220' + - '4217' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:09 GMT + - Thu, 16 Mar 2023 02:03:55 GMT expires: - '-1' pragma: @@ -3088,8 +4093,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -3097,17 +4102,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e22105a4-f69c-4bf7-8f4a-f8291db166f9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5af4e759-0d5c-4a3d-bcca-0ba18bcc7138?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:07:11 GMT + - Thu, 16 Mar 2023 02:03:56 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/e22105a4-f69c-4bf7-8f4a-f8291db166f9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/5af4e759-0d5c-4a3d-bcca-0ba18bcc7138?api-version=2016-03-30 pragma: - no-cache server: @@ -3117,7 +4122,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14991' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_csi_drivers_extensibility.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_csi_drivers_extensibility.yaml old mode 100644 new mode 100755 index 735099bf0e3..80fe35135d3 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_csi_drivers_extensibility.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_csi_drivers_extensibility.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 04:59:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver + --disable-snapshot-controller + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:07:13Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-20T04:59:04Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:07:13 GMT + - Mon, 20 Mar 2023 04:59:05 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestqld24hvqo-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestdvyxwu7ej-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -77,8 +123,8 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"enableRBAC\": true,\n @@ -125,15 +171,15 @@ interactions: {\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/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3507' + - '3504' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:19 GMT + - Mon, 20 Mar 2023 04:59:13 GMT expires: - '-1' pragma: @@ -145,7 +191,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -164,14 +210,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -180,7 +226,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:50 GMT + - Mon, 20 Mar 2023 04:59:42 GMT expires: - '-1' pragma: @@ -213,14 +259,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -229,7 +275,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:20 GMT + - Mon, 20 Mar 2023 05:00:13 GMT expires: - '-1' pragma: @@ -262,14 +308,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -278,7 +324,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:50 GMT + - Mon, 20 Mar 2023 05:00:43 GMT expires: - '-1' pragma: @@ -311,14 +357,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -327,7 +373,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:19 GMT + - Mon, 20 Mar 2023 05:01:13 GMT expires: - '-1' pragma: @@ -360,14 +406,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -376,7 +422,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:49 GMT + - Mon, 20 Mar 2023 05:01:44 GMT expires: - '-1' pragma: @@ -409,14 +455,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -425,7 +471,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:20 GMT + - Mon, 20 Mar 2023 05:02:13 GMT expires: - '-1' pragma: @@ -458,14 +504,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -474,7 +520,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:50 GMT + - Mon, 20 Mar 2023 05:02:43 GMT expires: - '-1' pragma: @@ -507,14 +553,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -523,7 +569,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:20 GMT + - Mon, 20 Mar 2023 05:03:13 GMT expires: - '-1' pragma: @@ -556,14 +602,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -572,7 +618,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:50 GMT + - Mon, 20 Mar 2023 05:03:44 GMT expires: - '-1' pragma: @@ -605,14 +651,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -621,7 +667,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:20 GMT + - Mon, 20 Mar 2023 05:04:14 GMT expires: - '-1' pragma: @@ -654,14 +700,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\"\n }" headers: cache-control: - no-cache @@ -670,7 +716,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:50 GMT + - Mon, 20 Mar 2023 05:04:43 GMT expires: - '-1' pragma: @@ -703,15 +749,15 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c58a960-4ae1-4bb6-98bd-239cfb6190bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/bd025586-b69d-4552-9052-5ff9a4a09c61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60a9588c-e14a-b64b-98bd-239cfb6190bd\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:07:19.6794919Z\",\n \"endTime\": - \"2022-11-24T10:12:57.7516621Z\"\n }" + string: "{\n \"name\": \"865502bd-9db6-5245-9052-5ff9a4a09c61\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T04:59:13.1982256Z\",\n \"endTime\": + \"2023-03-20T05:05:00.2346218Z\"\n }" headers: cache-control: - no-cache @@ -720,7 +766,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:20 GMT + - Mon, 20 Mar 2023 05:05:13 GMT expires: - '-1' pragma: @@ -753,8 +799,8 @@ interactions: - --resource-group --name --ssh-key-value -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -763,30 +809,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -807,11 +853,11 @@ interactions: cache-control: - no-cache content-length: - - '4172' + - '4169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:21 GMT + - Mon, 20 Mar 2023 05:05:14 GMT expires: - '-1' pragma: @@ -843,8 +889,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -853,30 +899,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -897,11 +943,11 @@ interactions: cache-control: - no-cache content-length: - - '4172' + - '4169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:22 GMT + - Mon, 20 Mar 2023 05:05:15 GMT expires: - '-1' pragma: @@ -922,22 +968,22 @@ interactions: - request: body: '{"location": "westcentralus", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitestqld24hvqo-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestdvyxwu7ej-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westcentralus", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -954,14 +1000,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2689' + - '2687' Content-Type: - application/json ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -970,30 +1016,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1012,15 +1058,15 @@ interactions: {\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/westcentralus/operations/643f3310-b10d-4eaf-9b93-815a5d355e53?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/30f9fb2e-2616-4f7c-a843-70c9c22b18e8?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4170' + - '4167' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:25 GMT + - Mon, 20 Mar 2023 05:05:20 GMT expires: - '-1' pragma: @@ -1036,55 +1082,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name -y -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/643f3310-b10d-4eaf-9b93-815a5d355e53?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"10333f64-0db1-af4e-9b93-815a5d355e53\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:13:25.2932887Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:13:55 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 + - '1198' status: code: 200 message: OK @@ -1102,14 +1100,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/643f3310-b10d-4eaf-9b93-815a5d355e53?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/30f9fb2e-2616-4f7c-a843-70c9c22b18e8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"10333f64-0db1-af4e-9b93-815a5d355e53\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:13:25.2932887Z\"\n }" + string: "{\n \"name\": \"2efbf930-1626-7c4f-a843-70c9c22b18e8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:05:20.8585245Z\"\n }" headers: cache-control: - no-cache @@ -1118,7 +1116,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:25 GMT + - Mon, 20 Mar 2023 05:05:51 GMT expires: - '-1' pragma: @@ -1150,14 +1148,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/643f3310-b10d-4eaf-9b93-815a5d355e53?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/30f9fb2e-2616-4f7c-a843-70c9c22b18e8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"10333f64-0db1-af4e-9b93-815a5d355e53\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:13:25.2932887Z\"\n }" + string: "{\n \"name\": \"2efbf930-1626-7c4f-a843-70c9c22b18e8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:05:20.8585245Z\"\n }" headers: cache-control: - no-cache @@ -1166,7 +1164,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:56 GMT + - Mon, 20 Mar 2023 05:06:21 GMT expires: - '-1' pragma: @@ -1198,15 +1196,15 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/643f3310-b10d-4eaf-9b93-815a5d355e53?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/30f9fb2e-2616-4f7c-a843-70c9c22b18e8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"10333f64-0db1-af4e-9b93-815a5d355e53\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:13:25.2932887Z\",\n \"endTime\": - \"2022-11-24T10:14:56.8963461Z\"\n }" + string: "{\n \"name\": \"2efbf930-1626-7c4f-a843-70c9c22b18e8\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:05:20.8585245Z\",\n \"endTime\": + \"2023-03-20T05:06:51.7233124Z\"\n }" headers: cache-control: - no-cache @@ -1215,7 +1213,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:26 GMT + - Mon, 20 Mar 2023 05:06:51 GMT expires: - '-1' pragma: @@ -1247,8 +1245,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1257,30 +1255,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1301,11 +1299,11 @@ interactions: cache-control: - no-cache content-length: - - '4172' + - '4169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:26 GMT + - Mon, 20 Mar 2023 05:06:51 GMT expires: - '-1' pragma: @@ -1337,8 +1335,8 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --enable-file-driver --enable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1347,30 +1345,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1391,11 +1389,11 @@ interactions: cache-control: - no-cache content-length: - - '4172' + - '4169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:27 GMT + - Mon, 20 Mar 2023 05:06:52 GMT expires: - '-1' pragma: @@ -1416,22 +1414,22 @@ interactions: - request: body: '{"location": "westcentralus", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitestqld24hvqo-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestdvyxwu7ej-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westcentralus", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1449,14 +1447,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2800' + - '2798' Content-Type: - application/json ParameterSetName: - --resource-group --name -o --enable-disk-driver --enable-file-driver --enable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1465,30 +1463,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1507,15 +1505,15 @@ interactions: {\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/westcentralus/operations/c588e550-adc9-46cc-9e7b-989854db0aca?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/a3c7a26d-5b7e-4cf4-82ad-4a9baf8b9083?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4167' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:30 GMT + - Mon, 20 Mar 2023 05:06:58 GMT expires: - '-1' pragma: @@ -1531,55 +1529,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name -o --enable-disk-driver --enable-file-driver --enable-snapshot-controller - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/c588e550-adc9-46cc-9e7b-989854db0aca?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"50e588c5-c9ad-cc46-9e7b-989854db0aca\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:31.1068428Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:16:01 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 + - '1198' status: code: 200 message: OK @@ -1597,14 +1547,14 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --enable-file-driver --enable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/c588e550-adc9-46cc-9e7b-989854db0aca?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/a3c7a26d-5b7e-4cf4-82ad-4a9baf8b9083?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"50e588c5-c9ad-cc46-9e7b-989854db0aca\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:31.1068428Z\"\n }" + string: "{\n \"name\": \"6da2c7a3-7e5b-f44c-82ad-4a9baf8b9083\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:06:58.0627271Z\"\n }" headers: cache-control: - no-cache @@ -1613,7 +1563,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:31 GMT + - Mon, 20 Mar 2023 05:07:27 GMT expires: - '-1' pragma: @@ -1645,14 +1595,14 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --enable-file-driver --enable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/c588e550-adc9-46cc-9e7b-989854db0aca?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/a3c7a26d-5b7e-4cf4-82ad-4a9baf8b9083?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"50e588c5-c9ad-cc46-9e7b-989854db0aca\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:31.1068428Z\"\n }" + string: "{\n \"name\": \"6da2c7a3-7e5b-f44c-82ad-4a9baf8b9083\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:06:58.0627271Z\"\n }" headers: cache-control: - no-cache @@ -1661,7 +1611,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:01 GMT + - Mon, 20 Mar 2023 05:07:58 GMT expires: - '-1' pragma: @@ -1693,15 +1643,15 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --enable-file-driver --enable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/c588e550-adc9-46cc-9e7b-989854db0aca?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/a3c7a26d-5b7e-4cf4-82ad-4a9baf8b9083?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"50e588c5-c9ad-cc46-9e7b-989854db0aca\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:15:31.1068428Z\",\n \"endTime\": - \"2022-11-24T10:17:10.5671126Z\"\n }" + string: "{\n \"name\": \"6da2c7a3-7e5b-f44c-82ad-4a9baf8b9083\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:06:58.0627271Z\",\n \"endTime\": + \"2023-03-20T05:08:28.4050636Z\"\n }" headers: cache-control: - no-cache @@ -1710,7 +1660,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:31 GMT + - Mon, 20 Mar 2023 05:08:28 GMT expires: - '-1' pragma: @@ -1742,8 +1692,8 @@ interactions: ParameterSetName: - --resource-group --name -o --enable-disk-driver --enable-file-driver --enable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1752,30 +1702,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1796,11 +1746,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:32 GMT + - Mon, 20 Mar 2023 05:08:29 GMT expires: - '-1' pragma: @@ -1832,8 +1782,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1842,30 +1792,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1886,11 +1836,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:33 GMT + - Mon, 20 Mar 2023 05:08:36 GMT expires: - '-1' pragma: @@ -1911,22 +1861,22 @@ interactions: - request: body: '{"location": "westcentralus", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitestqld24hvqo-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestdvyxwu7ej-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westcentralus", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1943,14 +1893,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2689' + - '2687' Content-Type: - application/json ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1959,30 +1909,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2001,15 +1951,15 @@ interactions: {\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/westcentralus/operations/38217d72-eee8-477b-8798-091b613d600d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/b48bc25f-541c-45d5-9611-43e3977c6e21?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4167' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:37 GMT + - Mon, 20 Mar 2023 05:08:41 GMT expires: - '-1' pragma: @@ -2043,14 +1993,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/38217d72-eee8-477b-8798-091b613d600d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/b48bc25f-541c-45d5-9611-43e3977c6e21?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"727d2138-e8ee-7b47-8798-091b613d600d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:17:37.2328511Z\"\n }" + string: "{\n \"name\": \"5fc28bb4-1c54-d545-9611-43e3977c6e21\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:08:40.8445235Z\"\n }" headers: cache-control: - no-cache @@ -2059,7 +2009,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:18:07 GMT + - Mon, 20 Mar 2023 05:09:10 GMT expires: - '-1' pragma: @@ -2091,14 +2041,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/38217d72-eee8-477b-8798-091b613d600d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/b48bc25f-541c-45d5-9611-43e3977c6e21?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"727d2138-e8ee-7b47-8798-091b613d600d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:17:37.2328511Z\"\n }" + string: "{\n \"name\": \"5fc28bb4-1c54-d545-9611-43e3977c6e21\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:08:40.8445235Z\"\n }" headers: cache-control: - no-cache @@ -2107,7 +2057,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:18:37 GMT + - Mon, 20 Mar 2023 05:09:41 GMT expires: - '-1' pragma: @@ -2139,14 +2089,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/38217d72-eee8-477b-8798-091b613d600d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/b48bc25f-541c-45d5-9611-43e3977c6e21?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"727d2138-e8ee-7b47-8798-091b613d600d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:17:37.2328511Z\"\n }" + string: "{\n \"name\": \"5fc28bb4-1c54-d545-9611-43e3977c6e21\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:08:40.8445235Z\"\n }" headers: cache-control: - no-cache @@ -2155,7 +2105,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:07 GMT + - Mon, 20 Mar 2023 05:10:11 GMT expires: - '-1' pragma: @@ -2187,24 +2137,24 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/38217d72-eee8-477b-8798-091b613d600d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/b48bc25f-541c-45d5-9611-43e3977c6e21?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"727d2138-e8ee-7b47-8798-091b613d600d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:17:37.2328511Z\",\n \"endTime\": - \"2022-11-24T10:19:36.223349Z\"\n }" + string: "{\n \"name\": \"5fc28bb4-1c54-d545-9611-43e3977c6e21\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:08:40.8445235Z\",\n \"endTime\": + \"2023-03-20T05:10:12.8955211Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:38 GMT + - Mon, 20 Mar 2023 05:10:41 GMT expires: - '-1' pragma: @@ -2236,8 +2186,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2246,30 +2196,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2290,11 +2240,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:38 GMT + - Mon, 20 Mar 2023 05:10:42 GMT expires: - '-1' pragma: @@ -2327,8 +2277,8 @@ interactions: - --resource-group --name -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller -y User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2337,30 +2287,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2381,11 +2331,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:39 GMT + - Mon, 20 Mar 2023 05:10:42 GMT expires: - '-1' pragma: @@ -2406,22 +2356,22 @@ interactions: - request: body: '{"location": "westcentralus", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitestqld24hvqo-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestdvyxwu7ej-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westcentralus", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -2439,15 +2389,15 @@ interactions: Connection: - keep-alive Content-Length: - - '2803' + - '2801' Content-Type: - application/json ParameterSetName: - --resource-group --name -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller -y User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2456,30 +2406,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2498,15 +2448,15 @@ interactions: {\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/westcentralus/operations/6389dfec-b6f8-492a-bf9a-8ebbc348f58b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/e1e594e1-fb9f-428a-9157-672c4ea0a68e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4170' + - '4167' content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:42 GMT + - Mon, 20 Mar 2023 05:10:47 GMT expires: - '-1' pragma: @@ -2522,56 +2472,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller - -y - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6389dfec-b6f8-492a-bf9a-8ebbc348f58b?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"ecdf8963-f8b6-2a49-bf9a-8ebbc348f58b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:19:42.3901132Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:20:12 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 + - '1198' status: code: 200 message: OK @@ -2590,14 +2491,14 @@ interactions: - --resource-group --name -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller -y User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6389dfec-b6f8-492a-bf9a-8ebbc348f58b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/e1e594e1-fb9f-428a-9157-672c4ea0a68e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ecdf8963-f8b6-2a49-bf9a-8ebbc348f58b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:19:42.3901132Z\"\n }" + string: "{\n \"name\": \"e194e5e1-9ffb-8a42-9157-672c4ea0a68e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:10:48.0328491Z\"\n }" headers: cache-control: - no-cache @@ -2606,7 +2507,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:20:42 GMT + - Mon, 20 Mar 2023 05:11:17 GMT expires: - '-1' pragma: @@ -2639,14 +2540,14 @@ interactions: - --resource-group --name -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller -y User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6389dfec-b6f8-492a-bf9a-8ebbc348f58b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/e1e594e1-fb9f-428a-9157-672c4ea0a68e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ecdf8963-f8b6-2a49-bf9a-8ebbc348f58b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:19:42.3901132Z\"\n }" + string: "{\n \"name\": \"e194e5e1-9ffb-8a42-9157-672c4ea0a68e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:10:48.0328491Z\"\n }" headers: cache-control: - no-cache @@ -2655,7 +2556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:13 GMT + - Mon, 20 Mar 2023 05:11:47 GMT expires: - '-1' pragma: @@ -2688,15 +2589,15 @@ interactions: - --resource-group --name -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller -y User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6389dfec-b6f8-492a-bf9a-8ebbc348f58b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/e1e594e1-fb9f-428a-9157-672c4ea0a68e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ecdf8963-f8b6-2a49-bf9a-8ebbc348f58b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:19:42.3901132Z\",\n \"endTime\": - \"2022-11-24T10:21:33.8056298Z\"\n }" + string: "{\n \"name\": \"e194e5e1-9ffb-8a42-9157-672c4ea0a68e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:10:48.0328491Z\",\n \"endTime\": + \"2023-03-20T05:12:17.3789316Z\"\n }" headers: cache-control: - no-cache @@ -2705,7 +2606,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:43 GMT + - Mon, 20 Mar 2023 05:12:17 GMT expires: - '-1' pragma: @@ -2738,8 +2639,8 @@ interactions: - --resource-group --name -o --disable-disk-driver --disable-file-driver --disable-snapshot-controller -y User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2748,30 +2649,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestqld24hvqo-79a739\",\n \"fqdn\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestqld24hvqo-79a739-adde6d11.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdvyxwu7ej-8ecadf\",\n \"fqdn\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdvyxwu7ej-8ecadf-6j1zbio0.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/8002bf2b-32d5-457f-88b8-94ea8c2af948\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/e992ed4f-257d-4c78-90ab-4cc7fba5a39e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2792,11 +2693,11 @@ interactions: cache-control: - no-cache content-length: - - '4172' + - '4169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:43 GMT + - Mon, 20 Mar 2023 05:12:18 GMT expires: - '-1' pragma: @@ -2830,8 +2731,56 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"GatewayTimeout","message":"The gateway did not receive + a response from ''Microsoft.ContainerService'' within the specified time period."}}' + headers: + cache-control: + - no-cache + connection: + - close + content-length: + - '154' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 05:13:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - service + status: + code: 504 + message: Gateway Timeout +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name --yes --no-wait + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2839,17 +2788,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/fc652f56-a196-40e8-bca5-8b3eae992fbe?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/3de85be7-fda6-4fa1-8b87-d1183d70c1de?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:21:44 GMT + - Mon, 20 Mar 2023 05:13:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/fc652f56-a196-40e8-bca5-8b3eae992fbe?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/3de85be7-fda6-4fa1-8b87-d1183d70c1de?api-version=2016-03-30 pragma: - no-cache server: @@ -2859,7 +2808,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14995' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_http_proxy_config.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_http_proxy_config.yaml index 965e69885b2..684453df236 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_http_proxy_config.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_http_proxy_config.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name --address-prefixes --subnet-name --subnet-prefix User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-02-17T07:30:52Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:14:57Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:30:53 GMT + - Thu, 16 Mar 2023 02:14:57 GMT expires: - '-1' pragma: @@ -61,19 +61,19 @@ interactions: ParameterSetName: - --resource-group --name --address-prefixes --subnet-name --subnet-prefix User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cliakstest000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002\",\r\n - \ \"etag\": \"W/\\\"d2e51aa7-11a6-4118-8179-8bdb636e1697\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"04b43d15-8501-43bb-b6be-87caf98d8726\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"fdfc2f15-9f85-434a-b2ad-9208f72aa6dc\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": + \"6686c49f-ed5f-46af-8f62-c80806b25372\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.42.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n \ {\r\n \"name\": \"aks-subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet\",\r\n - \ \"etag\": \"W/\\\"d2e51aa7-11a6-4118-8179-8bdb636e1697\\\"\",\r\n + \ \"etag\": \"W/\\\"04b43d15-8501-43bb-b6be-87caf98d8726\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.42.1.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -84,7 +84,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d9cfc4c-e187-47d0-92a8-a73f71124ad2?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0a6a26a2-ca6f-490b-a805-de29655a8fbc?api-version=2022-01-01 cache-control: - no-cache content-length: @@ -92,7 +92,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:30:54 GMT + - Thu, 16 Mar 2023 02:14:58 GMT expires: - '-1' pragma: @@ -105,7 +105,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 665ff671-3e85-4759-98ba-8985b42a3c35 + - 90161783-b1e7-483c-9a39-1e9e5ca4043e x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -125,9 +125,9 @@ interactions: ParameterSetName: - --resource-group --name --address-prefixes --subnet-name --subnet-prefix User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5d9cfc4c-e187-47d0-92a8-a73f71124ad2?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/0a6a26a2-ca6f-490b-a805-de29655a8fbc?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -139,7 +139,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:30:57 GMT + - Thu, 16 Mar 2023 02:15:01 GMT expires: - '-1' pragma: @@ -156,7 +156,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fc910534-f139-42f9-9c64-11003d915632 + - a16b74ad-3d24-4dcb-9637-6f6dc5c21a80 status: code: 200 message: OK @@ -174,19 +174,19 @@ interactions: ParameterSetName: - --resource-group --name --address-prefixes --subnet-name --subnet-prefix User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cliakstest000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002\",\r\n - \ \"etag\": \"W/\\\"045899dd-5d1a-46f0-a7a0-1d0eb5275479\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"f82b3c2a-597a-4149-8040-b4da52572d55\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"fdfc2f15-9f85-434a-b2ad-9208f72aa6dc\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": + \"6686c49f-ed5f-46af-8f62-c80806b25372\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.42.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n \ {\r\n \"name\": \"aks-subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet\",\r\n - \ \"etag\": \"W/\\\"045899dd-5d1a-46f0-a7a0-1d0eb5275479\\\"\",\r\n + \ \"etag\": \"W/\\\"f82b3c2a-597a-4149-8040-b4da52572d55\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.42.1.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -201,9 +201,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:30:58 GMT + - Thu, 16 Mar 2023 02:15:01 GMT etag: - - W/"045899dd-5d1a-46f0-a7a0-1d0eb5275479" + - W/"f82b3c2a-597a-4149-8040-b4da52572d55" expires: - '-1' pragma: @@ -220,7 +220,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e8de6035-4d7d-412a-a5b7-c5964537cfb4 + - 8181f0a5-8bca-4cc8-8940-047679a61d0b status: code: 200 message: OK @@ -242,13 +242,13 @@ interactions: ParameterSetName: - --resource-group --vnet-name --name --address-prefix User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/proxy-subnet?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"proxy-subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/proxy-subnet\",\r\n - \ \"etag\": \"W/\\\"ec5cec95-7f42-443d-b758-74b5a643fc8d\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"05450559-29f0-496f-9ccb-b496d75c60cf\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.42.3.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": @@ -257,7 +257,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/241143b9-941b-40fe-9f88-7c656a1ef732?api-version=2022-01-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8bd1e04c-7324-4698-85ad-f620b4dbe4d8?api-version=2022-01-01 cache-control: - no-cache content-length: @@ -265,7 +265,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:30:58 GMT + - Thu, 16 Mar 2023 02:15:02 GMT expires: - '-1' pragma: @@ -278,12 +278,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 83b2911c-2f65-4bc1-ab23-73700d2204e1 + - 615b79dd-7533-4308-9e05-6ee754532823 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1193' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -298,9 +298,9 @@ interactions: ParameterSetName: - --resource-group --vnet-name --name --address-prefix User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/241143b9-941b-40fe-9f88-7c656a1ef732?api-version=2022-01-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8bd1e04c-7324-4698-85ad-f620b4dbe4d8?api-version=2022-01-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -312,7 +312,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:01 GMT + - Thu, 16 Mar 2023 02:15:05 GMT expires: - '-1' pragma: @@ -329,7 +329,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 816668be-55a4-4967-acc6-54ba25088ef0 + - 079ee3f1-110a-4781-aaf7-e9c41024424a status: code: 200 message: OK @@ -347,13 +347,13 @@ interactions: ParameterSetName: - --resource-group --vnet-name --name --address-prefix User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/proxy-subnet?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"proxy-subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/proxy-subnet\",\r\n - \ \"etag\": \"W/\\\"9389ffd5-ca47-413f-b488-83582a9e4960\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"87b1794b-c108-438d-9ab2-8545ea802e5b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.42.3.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": @@ -366,9 +366,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:01 GMT + - Thu, 16 Mar 2023 02:15:05 GMT etag: - - W/"9389ffd5-ca47-413f-b488-83582a9e4960" + - W/"87b1794b-c108-438d-9ab2-8545ea802e5b" expires: - '-1' pragma: @@ -385,7 +385,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 98c9a416-704e-4c3f-867f-07f5cc5b5467 + - 3faa8591-3588-472f-9ef2-489873dd1e0c status: code: 200 message: OK @@ -403,13 +403,13 @@ interactions: ParameterSetName: - --resource-group --vnet-name --name User-Agent: - - AZURECLI/2.45.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"aks-subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet\",\r\n - \ \"etag\": \"W/\\\"9389ffd5-ca47-413f-b488-83582a9e4960\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"87b1794b-c108-438d-9ab2-8545ea802e5b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.42.1.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": @@ -422,9 +422,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:02 GMT + - Thu, 16 Mar 2023 02:15:04 GMT etag: - - W/"9389ffd5-ca47-413f-b488-83582a9e4960" + - W/"87b1794b-c108-438d-9ab2-8545ea802e5b" expires: - '-1' pragma: @@ -441,10 +441,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b45f9e69-740d-412c-869c-7a3794d70cf3 + - d24a98c9-bed6-4173-b19e-4c88c80ab979 status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -460,12 +460,12 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-02-17T07:30:52Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:14:57Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -474,7 +474,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:02 GMT + - Thu, 16 Mar 2023 02:15:05 GMT expires: - '-1' pragma: @@ -503,13 +503,13 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202302090\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202302090\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202303020\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202303020\"\r\n \ }\r\n]" headers: cache-control: @@ -519,7 +519,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:03 GMT + - Thu, 16 Mar 2023 02:15:05 GMT expires: - '-1' pragma: @@ -555,9 +555,9 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions/20.04.202302090?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions/20.04.202303020?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -571,8 +571,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202302090\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202302090\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202303020\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202303020\"\r\n}" headers: cache-control: - no-cache @@ -581,7 +581,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:02 GMT + - Thu, 16 Mar 2023 02:15:05 GMT expires: - '-1' pragma: @@ -617,7 +617,7 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network?api-version=2021-04-01 response: @@ -630,7 +630,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"virtualNetworks/taggedTrafficConsumers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -639,7 +639,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"natGateways","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"natGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -647,7 +647,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia East","zones":["3","2","1"]},{"location":"Brazil South","zones":["3","2","1"]},{"location":"Canada Central","zones":["3","2","1"]},{"location":"Central India","zones":["3","2","1"]},{"location":"Central US","zones":["3","2","1"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -671,7 +671,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"zoneMappings":[{"location":"Australia + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"zoneMappings":[{"location":"Australia East","zones":["3","2","1"]},{"location":"Brazil South","zones":["3","2","1"]},{"location":"Canada Central","zones":["3","2","1"]},{"location":"Central India","zones":["3","2","1"]},{"location":"Central US","zones":["3","2","1"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -695,7 +695,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"customIpPrefixes","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"customIpPrefixes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -703,7 +703,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01"],"defaultApiVersion":"2020-06-01","zoneMappings":[{"location":"Australia + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01"],"defaultApiVersion":"2020-06-01","zoneMappings":[{"location":"Australia East","zones":["3","2","1"]},{"location":"Brazil South","zones":["3","2","1"]},{"location":"Canada Central","zones":["3","2","1"]},{"location":"Central India","zones":["3","2","1"]},{"location":"Central US","zones":["3","2","1"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -727,7 +727,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dscpConfigurations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -736,7 +736,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01"],"defaultApiVersion":"2020-06-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01"],"defaultApiVersion":"2020-06-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateEndpoints","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -745,7 +745,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateEndpoints/privateLinkServiceProxies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -754,7 +754,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"defaultApiVersion":"2020-03-01","capabilities":"None"},{"resourceType":"privateEndpointRedirectMaps","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"defaultApiVersion":"2020-03-01","capabilities":"None"},{"resourceType":"privateEndpointRedirectMaps","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -762,7 +762,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -771,7 +771,7 @@ interactions: South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -780,7 +780,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"applicationSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -789,7 +789,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"serviceEndpointPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -798,7 +798,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkIntentPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -807,7 +807,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -816,7 +816,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"publicIPPrefixes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -825,7 +825,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia East","zones":["3","2","1"]},{"location":"Brazil South","zones":["3","2","1"]},{"location":"Canada Central","zones":["3","2","1"]},{"location":"Central India","zones":["3","2","1"]},{"location":"Central US","zones":["3","2","1"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -849,7 +849,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkWatchers/connectionMonitors","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -858,7 +858,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkWatchers/flowLogs","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -867,7 +867,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkWatchers/pingMeshes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -876,7 +876,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -885,7 +885,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -894,7 +894,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -903,7 +903,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -912,7 +912,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia East","zones":["3","2","1"]},{"location":"Brazil South","zones":["3","2","1"]},{"location":"Canada Central","zones":["3","2","1"]},{"location":"Central India","zones":["3","2","1"]},{"location":"Central US","zones":["3","2","1"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -935,8 +935,8 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, - SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/operations","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/operations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -944,7 +944,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/operationResults","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/operationResults","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -952,7 +952,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -960,7 +960,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"locations/setLoadBalancerFrontendPublicIpAddresses","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"locations/setLoadBalancerFrontendPublicIpAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -968,7 +968,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01"],"capabilities":"None"},{"resourceType":"cloudServiceSlots","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01"],"capabilities":"None"},{"resourceType":"cloudServiceSlots","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -976,7 +976,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01"],"capabilities":"SupportsExtension"},{"resourceType":"locations/usages","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01"],"capabilities":"SupportsExtension"},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -984,7 +984,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/virtualNetworkAvailableEndpointServices","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"locations/virtualNetworkAvailableEndpointServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -992,7 +992,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01"],"capabilities":"None"},{"resourceType":"locations/availableDelegations","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01"],"capabilities":"None"},{"resourceType":"locations/availableDelegations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1000,7 +1000,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/ApplicationGatewayWafDynamicManifests","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/ApplicationGatewayWafDynamicManifests","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1008,7 +1008,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01"],"capabilities":"None"},{"resourceType":"locations/serviceTags","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01"],"capabilities":"None"},{"resourceType":"locations/serviceTags","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1016,7 +1016,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"locations/availablePrivateEndpointTypes","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"locations/availablePrivateEndpointTypes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1024,7 +1024,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"locations/availableServiceAliases","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"locations/availableServiceAliases","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1032,7 +1032,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01"],"capabilities":"None"},{"resourceType":"locations/checkPrivateLinkServiceVisibility","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01"],"capabilities":"None"},{"resourceType":"locations/checkPrivateLinkServiceVisibility","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1040,7 +1040,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"],"capabilities":"None"},{"resourceType":"locations/autoApprovedPrivateLinkServices","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"],"capabilities":"None"},{"resourceType":"locations/autoApprovedPrivateLinkServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1048,7 +1048,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"],"capabilities":"None"},{"resourceType":"locations/batchValidatePrivateEndpointsForResourceMove","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"],"capabilities":"None"},{"resourceType":"locations/batchValidatePrivateEndpointsForResourceMove","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1056,7 +1056,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"locations/batchNotifyPrivateEndpointsForResourceMove","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"locations/batchNotifyPrivateEndpointsForResourceMove","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1064,7 +1064,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"locations/supportedVirtualMachineSizes","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"locations/supportedVirtualMachineSizes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1072,7 +1072,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/setAzureNetworkManagerConfiguration","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/setAzureNetworkManagerConfiguration","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1080,7 +1080,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"capabilities":"None"},{"resourceType":"locations/publishResources","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"capabilities":"None"},{"resourceType":"locations/publishResources","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1088,7 +1088,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"locations/getAzureNetworkManagerConfiguration","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"locations/getAzureNetworkManagerConfiguration","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1096,7 +1096,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"capabilities":"None"},{"resourceType":"locations/checkAcceleratedNetworkingSupport","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"capabilities":"None"},{"resourceType":"locations/checkAcceleratedNetworkingSupport","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1104,7 +1104,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/validateResourceOwnership","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/validateResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1112,7 +1112,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/setResourceOwnership","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/setResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1120,7 +1120,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/effectiveResourceOwnership","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"locations/effectiveResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1128,7 +1128,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1136,7 +1136,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-04-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2016-04-01"}],"capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-04-01"},{"profileVersion":"2019-03-01-hybrid","apiVersion":"2016-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"getDnsResourceReference","locations":["global"],"apiVersions":["2018-05-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"internalNotify","locations":["global"],"apiVersions":["2018-05-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/CAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/recordsets","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"dnszones/all","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"defaultApiVersion":"2018-05-01","capabilities":"None"},{"resourceType":"privateDnsZones","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateDnsZones/virtualNetworkLinks","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateDnsOperationResults","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsOperationStatuses","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZonesInternal","locations":["global"],"apiVersions":["2020-06-01","2020-01-01"],"defaultApiVersion":"2020-01-01","capabilities":"None"},{"resourceType":"privateDnsZones/A","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/AAAA","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/CNAME","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/PTR","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/MX","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/TXT","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/SRV","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/SOA","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"privateDnsZones/all","locations":["global"],"apiVersions":["2020-06-01","2020-01-01","2018-09-01"],"defaultApiVersion":"2018-09-01","capabilities":"None"},{"resourceType":"virtualNetworks/privateDnsZoneLinks","locations":["global"],"apiVersions":["2020-06-01"],"defaultApiVersion":"2020-06-01","capabilities":"None"},{"resourceType":"dnsResolvers","locations":["West @@ -1145,57 +1145,61 @@ interactions: 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway - East","UAE North","Australia Southeast","Canada East","Japan West","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, + East","UAE North","Australia Southeast","Canada East","Japan West","Qatar + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsResolvers/inboundEndpoints","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway - East","UAE North","Australia Southeast","Canada East","Japan West","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, + East","UAE North","Australia Southeast","Canada East","Japan West","Qatar + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsResolvers/outboundEndpoints","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway - East","UAE North","Australia Southeast","Canada East","Japan West","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, + East","UAE North","Australia Southeast","Canada East","Japan West","Qatar + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsForwardingRulesets","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway - East","UAE North","Australia Southeast","Canada East","Japan West","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, + East","UAE North","Australia Southeast","Canada East","Japan West","Qatar + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dnsForwardingRulesets/forwardingRules","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway - East","UAE North","Australia Southeast","Canada East","Japan West","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"dnsForwardingRulesets/virtualNetworkLinks","locations":["West + East","UAE North","Australia Southeast","Canada East","Japan West","Qatar + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"dnsForwardingRulesets/virtualNetworkLinks","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway - East","UAE North","Australia Southeast","Canada East","Japan West","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listDnsResolvers","locations":["West + East","UAE North","Australia Southeast","Canada East","Japan West","Qatar + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listDnsResolvers","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US 3","Southeast Asia","Central India","Canada Central","Central US","France Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden Central","East Asia","Switzerland North","Brazil South","West US","Norway - East","UAE North","Australia Southeast","Canada East","Japan West","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listDnsForwardingRulesets","locations":["West + East","UAE North","Australia Southeast","Canada East","Japan West","Qatar + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"virtualNetworks/listDnsForwardingRulesets","locations":["West Central US","East US 2","West Europe","North Europe","Australia East","UK South","South Central US","East US","North Central US","West US 2","West US - 3","Central India","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"locations/dnsResolverOperationResults","locations":[],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"locations/dnsResolverOperationStatuses","locations":[],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"CrossResourceGroupResourceMove, + 3","Southeast Asia","Central India","Canada Central","Central US","France + Central","Japan East","Germany West Central","South Africa North","Korea Central","Sweden + Central","East Asia","Switzerland North","Brazil South","West US","Norway + East","UAE North","Australia Southeast","Canada East","Japan West","Qatar + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"locations/dnsResolverOperationResults","locations":[],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"locations/dnsResolverOperationStatuses","locations":[],"apiVersions":["2022-07-01","2020-04-01-preview"],"defaultApiVersion":"2020-04-01-preview","capabilities":"None"},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"trafficmanagerprofiles/heatMaps","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-09-01-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/azureendpoints","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/externalendpoints","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficmanagerprofiles/nestedendpoints","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficManagerUserMetricsKeys","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2017-09-01-preview"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2022-04-01-preview","2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01"],"defaultApiVersion":"2018-08-01","capabilities":"None"},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1204,7 +1208,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"expressRouteServiceProviders","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1213,7 +1217,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1221,7 +1225,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableSslOptions","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableSslOptions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1229,7 +1233,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableServerVariables","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableServerVariables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1237,7 +1241,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableRequestHeaders","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableRequestHeaders","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1245,7 +1249,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableResponseHeaders","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"applicationGatewayAvailableResponseHeaders","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1253,7 +1257,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"routeFilters","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"],"capabilities":"None"},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1261,7 +1265,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"bgpServiceCommunities","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1270,7 +1274,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"virtualWans","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"virtualWans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1278,7 +1282,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"vpnSites","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -1287,7 +1291,7 @@ interactions: South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"vpnServerConfigurations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1296,7 +1300,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar Central","Central US EUAP","East - US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"virtualHubs","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -1305,7 +1309,7 @@ interactions: South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"vpnGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -1314,7 +1318,7 @@ interactions: South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"p2sVpnGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -1323,7 +1327,7 @@ interactions: South","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"expressRouteGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1332,7 +1336,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"locations/hybridEdgeZone","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1341,7 +1345,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"expressRoutePortsLocations","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01"],"capabilities":"None"},{"resourceType":"expressRoutePortsLocations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1349,7 +1353,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"expressRoutePorts","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"expressRoutePorts","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1357,7 +1361,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"firewallPolicies","locations":["Qatar Central","UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea South","Switzerland North","Switzerland West","Japan West","France @@ -1367,7 +1371,7 @@ interactions: West","Sweden Central","Japan East","UK West","West US","East US","North Europe","West Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France - Central","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, + Central","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"ipGroups","locations":["Qatar Central","UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea South","Switzerland North","Switzerland West","Japan West","France South","South @@ -1377,8 +1381,8 @@ interactions: Central","Japan East","UK West","West US","East US","North Europe","West Europe","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France - Central","West Central US","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, - SupportsLocation"},{"resourceType":"azureWebCategories","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/nfvOperations","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"locations/nfvOperationResults","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"securityPartnerProviders","locations":["West + Central","West Central US","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, + SupportsLocation"},{"resourceType":"azureWebCategories","locations":[],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"locations/nfvOperations","locations":[],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"locations/nfvOperationResults","locations":[],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"securityPartnerProviders","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1386,7 +1390,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"azureFirewalls","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Brazil South","Australia @@ -1395,7 +1399,7 @@ interactions: Central","Australia Central","Japan West","Japan East","Korea Central","Korea South","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"defaultApiVersion":"2020-03-01","zoneMappings":[{"location":"Australia East","zones":["3","2","1"]},{"location":"Brazil South","zones":["3","2","1"]},{"location":"Canada Central","zones":["3","2","1"]},{"location":"Central India","zones":["3","2","1"]},{"location":"Central US","zones":["3","2","1"]},{"location":"Central US EUAP","zones":["2","1"]},{"location":"East @@ -1418,7 +1422,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"virtualNetworkTaps","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"virtualNetworkTaps","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1426,7 +1430,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"privateLinkServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1435,7 +1439,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"locations/privateLinkServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1444,7 +1448,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"ddosProtectionPlans","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"capabilities":"None"},{"resourceType":"ddosProtectionPlans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1452,7 +1456,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"}],"capabilities":"SupportsTags, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01"],"defaultApiVersion":"2020-03-01","apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"}],"capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"networkProfiles","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil @@ -1461,7 +1465,7 @@ interactions: South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar Central","Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, + US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"checkFrontdoorNameAvailability","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil @@ -1476,7 +1480,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"capabilities":"None"},{"resourceType":"bastionHosts","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"capabilities":"None"},{"resourceType":"bastionHosts","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1484,17 +1488,17 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01"],"defaultApiVersion":"2020-03-01","capabilities":"SupportsTags, - SupportsLocation"},{"resourceType":"virtualRouters","locations":["Qatar Central","UAE - North","Australia Central 2","UAE Central","Germany North","Central India","Korea - South","Switzerland North","Switzerland West","Japan West","France South","South - Africa West","West India","Canada East","South India","Germany West Central","Norway - East","Norway West","South Africa North","East Asia","Southeast Asia","Korea - Central","Brazil South","Brazil Southeast","West US 3","Jio India West","Sweden - Central","Japan East","UK West","West US","East US","North Europe","West Europe","West - Central US","South Central US","Australia East","Australia Central","Australia + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + SupportsTags, SupportsLocation"},{"resourceType":"virtualRouters","locations":["Qatar + Central","UAE North","Australia Central 2","UAE Central","Germany North","Central + India","Korea South","Switzerland North","Switzerland West","Japan West","France + South","South Africa West","West India","Canada East","South India","Germany + West Central","Norway East","Norway West","South Africa North","East Asia","Southeast + Asia","Korea Central","Brazil South","Brazil Southeast","West US 3","Jio India + West","Sweden Central","Japan East","UK West","West US","East US","North Europe","West + Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France - Central","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, + Central","Central US","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"],"defaultApiVersion":"2020-04-01","capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"networkVirtualAppliances","locations":["Qatar Central","Brazil Southeast","West US 3","Jio India West","Sweden Central","UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea @@ -1505,7 +1509,7 @@ interactions: Europe","West Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France Central","Central US","Central US EUAP","East - US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01"],"defaultApiVersion":"2020-04-01","capabilities":"SystemAssignedResourceIdentity, + US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01"],"defaultApiVersion":"2020-04-01","capabilities":"SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"ipAllocations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan @@ -1514,7 +1518,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkManagers","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central @@ -1525,8 +1529,8 @@ interactions: 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2019-12-01","2019-11-01"],"defaultApiVersion":"2022-01-01","capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkManagerConnections","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview"],"defaultApiVersion":"2022-01-01","capabilities":"SupportsExtension"},{"resourceType":"locations/queryNetworkSecurityPerimeter","locations":["West + US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"defaultApiVersion":"2022-05-01","capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"networkManagerConnections","locations":[],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"defaultApiVersion":"2022-05-01","capabilities":"SupportsExtension"},{"resourceType":"locations/queryNetworkSecurityPerimeter","locations":["West Central US","Jio India West","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central @@ -1546,7 +1550,7 @@ interactions: 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2019-12-01","2019-11-01"],"defaultApiVersion":"2022-01-01","capabilities":"None"},{"resourceType":"virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules","locations":["West + US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"defaultApiVersion":"2022-05-01","capabilities":"None"},{"resourceType":"virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE @@ -1556,7 +1560,7 @@ interactions: 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2019-12-01","2019-11-01"],"defaultApiVersion":"2022-01-01","capabilities":"None"},{"resourceType":"locations/commitInternalAzureNetworkManagerConfiguration","locations":["West + US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"defaultApiVersion":"2022-05-01","capabilities":"None"},{"resourceType":"networkGroupMemberships","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE @@ -1566,7 +1570,7 @@ interactions: 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2019-12-01","2019-11-01"],"capabilities":"None"},{"resourceType":"locations/internalAzureVirtualNetworkManagerOperation","locations":["West + US EUAP"],"apiVersions":["2022-06-01-preview"],"defaultApiVersion":"2022-06-01-preview","capabilities":"SupportsExtension"},{"resourceType":"locations/commitInternalAzureNetworkManagerConfiguration","locations":["West Central US","North Central US","West US","West Europe","UAE Central","Germany North","East US","West India","East US 2","Australia Central","Australia Central 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE @@ -1576,7 +1580,17 @@ interactions: 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast Asia","South Central US","Norway West","Australia East","Japan East","Canada East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-02-01-preview","2022-01-01","2021-05-01-preview","2021-02-01-preview","2020-08-01"],"capabilities":"None"},{"resourceType":"networkVirtualApplianceSkus","locations":[],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"defaultApiVersion":"2020-04-01","capabilities":"None"},{"resourceType":"locations/serviceTagDetails","locations":["West + US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"capabilities":"None"},{"resourceType":"locations/internalAzureVirtualNetworkManagerOperation","locations":["West + Central US","North Central US","West US","West Europe","UAE Central","Germany + North","East US","West India","East US 2","Australia Central","Australia Central + 2","South Africa West","Brazil South","UK West","North Europe","Central US","UAE + North","Germany West Central","Switzerland West","East Asia","Jio India West","South + Africa North","UK South","South India","Australia Southeast","France South","West + US 2","Sweden Central","Japan West","Norway East","France Central","West US + 3","Central India","Korea South","Brazil Southeast","Korea Central","Southeast + Asia","South Central US","Norway West","Australia East","Japan East","Canada + East","Canada Central","Switzerland North","Qatar Central","East US 2 EUAP","Central + US EUAP"],"apiVersions":["2023-03-01-preview","2022-11-01","2022-09-01","2022-07-01","2022-06-01-preview","2022-05-01","2022-04-01-preview","2022-01-01"],"capabilities":"None"},{"resourceType":"networkVirtualApplianceSkus","locations":[],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"],"defaultApiVersion":"2020-04-01","capabilities":"None"},{"resourceType":"locations/serviceTagDetails","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1584,7 +1598,7 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01"],"capabilities":"None"},{"resourceType":"locations/dataTasks","locations":["West + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01"],"capabilities":"None"},{"resourceType":"locations/dataTasks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South @@ -1592,8 +1606,8 @@ interactions: US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East","West US 3","Jio India West","Sweden Central","Qatar - Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01"],"capabilities":"None"},{"resourceType":"networkWatchers/lenses","locations":["Central - US EUAP","East US 2 EUAP"],"apiVersions":["2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, + Central","Central US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01"],"capabilities":"None"},{"resourceType":"networkWatchers/lenses","locations":["Central + US EUAP","East US 2 EUAP"],"apiVersions":["2022-11-01","2022-09-01","2022-07-01","2022-05-01","2022-01-01","2021-12-01","2021-08-01","2021-06-01","2021-05-01","2021-04-01","2021-03-01","2021-02-01","2021-01-01","2020-11-01","2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"defaultApiVersion":"2020-03-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"frontdoorOperationResults","locations":["global"],"apiVersions":["2022-05-01","2021-06-01","2020-11-01","2020-07-01","2020-05-01","2020-04-01","2020-01-01","2019-11-01","2019-10-01","2019-08-01","2019-05-01","2019-04-01","2019-03-01","2018-08-01"],"defaultApiVersion":"2020-07-01","capabilities":"None"},{"resourceType":"frontdoors","locations":["Central US EUAP","East US 2 EUAP","global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East @@ -1622,11 +1636,11 @@ interactions: cache-control: - no-cache content-length: - - '149219' + - '151193' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:03 GMT + - Thu, 16 Mar 2023 02:15:07 GMT expires: - '-1' pragma: @@ -1655,13 +1669,13 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/proxy-subnet?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/proxy-subnet?api-version=2022-11-01 response: body: string: "{\r\n \"name\": \"proxy-subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/proxy-subnet\",\r\n - \ \"etag\": \"W/\\\"9389ffd5-ca47-413f-b488-83582a9e4960\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"87b1794b-c108-438d-9ab2-8545ea802e5b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.42.3.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": @@ -1674,9 +1688,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:04 GMT + - Thu, 16 Mar 2023 02:15:07 GMT etag: - - W/"9389ffd5-ca47-413f-b488-83582a9e4960" + - W/"87b1794b-c108-438d-9ab2-8545ea802e5b" expires: - '-1' pragma: @@ -1693,10 +1707,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5068d723-182a-43c1-a820-3a1a758da700 + - f569d6d4-dd69-4cb9-98cd-19cb84eb758b status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -1712,13 +1726,13 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202302090\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202302090\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202303020\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202303020\"\r\n \ }\r\n]" headers: cache-control: @@ -1728,7 +1742,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:04 GMT + - Thu, 16 Mar 2023 02:15:07 GMT expires: - '-1' pragma: @@ -1764,9 +1778,9 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions/20.04.202302090?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions/20.04.202303020?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -1780,8 +1794,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202302090\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202302090\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202303020\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202303020\"\r\n}" headers: cache-control: - no-cache @@ -1790,7 +1804,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:04 GMT + - Thu, 16 Mar 2023 02:15:07 GMT expires: - '-1' pragma: @@ -1826,13 +1840,13 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions?$top=1&$orderby=name%20desc&api-version=2022-11-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202302090\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202302090\"\r\n + string: "[\r\n {\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202303020\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202303020\"\r\n \ }\r\n]" headers: cache-control: @@ -1842,7 +1856,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:04 GMT + - Thu, 16 Mar 2023 02:15:08 GMT expires: - '-1' pragma: @@ -1878,9 +1892,9 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions/20.04.202302090?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/publishers/Canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts/versions/20.04.202303020?api-version=2022-11-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": @@ -1894,8 +1908,8 @@ interactions: \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 31,\r\n \"sizeInBytes\": 32213303808\r\n },\r\n \"dataDiskImages\": - []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202302090\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202302090\"\r\n}" + []\r\n },\r\n \"location\": \"westus2\",\r\n \"name\": \"20.04.202303020\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus2/Publishers/Canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts/Versions/20.04.202303020\"\r\n}" headers: cache-control: - no-cache @@ -1904,7 +1918,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:04 GMT + - Thu, 16 Mar 2023 02:15:08 GMT expires: - '-1' pragma: @@ -1949,7 +1963,7 @@ interactions: "sku": "20_04-lts", "version": "latest"}}, "osProfile": {"computerName": "cli-proxy-vm", "adminUsername": "azureuser", "customData": "IyEvdXNyL2Jpbi9lbnYgYmFzaApzZXQgLXgKCmVjaG8gInNldHRpbmcgdXAiCldPUktESVI9IiR7MTotJChta3RlbXAgLWQpfSIKZWNobyAic2V0dGluZyB1cCAke1dPUktESVJ9IgoKcHVzaGQgIiRXT1JLRElSIgoKYXB0IHVwZGF0ZSAteSAmJiBhcHQgaW5zdGFsbCAteSBhcHQtdHJhbnNwb3J0LWh0dHBzIGN1cmwgZ251cGcgbWFrZSBnY2MgPCAvZGV2L251bGwKCiMgYWRkIGRpbGFkZWxlIGFwdCBrZXkKd2dldCAtcU8gLSBodHRwczovL3BhY2thZ2VzLmRpbGFkZWxlLmNvbS9kaWxhZGVsZV9wdWIuYXNjIHwgYXB0LWtleSBhZGQgLQoKIyBhZGQgbmV3IHJlcG8KdGVlIC9ldGMvYXB0L3NvdXJjZXMubGlzdC5kL3NxdWlkNDEzLXVidW50dTIwLmRpbGFkZWxlLmNvbS5saXN0IDw8RU9GCmRlYiBodHRwczovL3NxdWlkNDEzLXVidW50dTIwLmRpbGFkZWxlLmNvbS91YnVudHUvIGZvY2FsIG1haW4KRU9GCgojIGFuZCBpbnN0YWxsCmFwdC1nZXQgdXBkYXRlICYmIGFwdC1nZXQgaW5zdGFsbCAteSBzcXVpZC1jb21tb24gc3F1aWQtb3BlbnNzbCBzcXVpZGNsaWVudCBsaWJlY2FwMyBsaWJlY2FwMy1kZXYgPCAvZGV2L251bGwKCm1rZGlyIC1wIC92YXIvbGliL3NxdWlkCgovdXNyL2xpYi9zcXVpZC9zZWN1cml0eV9maWxlX2NlcnRnZW4gLWMgLXMgL3Zhci9saWIvc3F1aWQvc3NsX2RiIC1NIDRNQiB8fCB0cnVlCgpjaG93biAtUiBwcm94eTpwcm94eSAvdmFyL2xpYi9zcXVpZAoKIyBOYW1lIG9mIHRoZSBWTSBvbiB3aGljaCBTcXVpZCBpcyBob3N0ZWQKSE9TVD0iY2xpLXByb3h5LXZtIgoKdGVlIHNxdWlkYy5wZW0gPiAvZGV2L251bGwgPDxFT0YKLS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0KRU9GCgp0ZWUgc3F1aWRrLnBlbSA+IC9kZXYvbnVsbCA8PEVPRgotLS0tLUJFR0lOIFBSSVZBVEUgS0VZLS0tLS0KTUlJSlJBSUJBREFOQmdrcWhraUc5dzBCQVFFRkFBU0NDUzR3Z2drcUFnRUFBb0lDQVFEOHcrMVhrRk0rM3B5cQpMaEYweVdhdmZJaXhyYTZQTnlIRy9pR093TFVPMmRHQ2l6bExqVThmU3VMN2UxTkpWZmZiS3ZDeGo2c1BWaEc2Cm1icVdZVHNhRlRralFhTDJqT1JJWFJrb3BvbUxhaktsVDhVSDVBK3JPZ0pHd3dUQVlKdVlvVldYeFc2SEtkMWMKcmh2aVJ1V3YxdVg5NjdCM3N6eEp1L05aU09kNE90Q3lJaXl2TTlQZ29Ca3VweTNNTjdpV1U5UHRncHJmZUdJUQo4NSs5YUpuNTJxUnBBRDAvcmpGZExLZDhkZnk1VUFuZTRGVWw0YkVQU21RMG51TTZ2SnBTNGNlNXhUeEwyWWlPCmNxTUFIbG8rTXNmbkVDenFXWnZmWGJiTDdXMmNRQ1pjem5RUDVTZ1NOOUxvYzV2bXQyS3BjYTl6VXB1Z3FQT1EKOEpISEhacnZaeTk2QlNQcWFBQWt2T0JPRVRXV1Z5WlRpTE9ER2dneVJXa1pOVTRzdWZWVVVxNDJFeGtLOFc4cQpDY3FnQy9jYlFWU2Q5WVJwRkdOSTJZTXRob3dOUGtmMW0zYWtNaFNOUVpLMEtYdUJITXdTZGpBazdmS0lPbURqCmVqbDFIS3hUSXYwbDhUODJIdE9Eclh5Znh3bjlidjVCaHRpV082dHFueXZ0QVZLdWlYZFVLRVVINDZpdm1lTDYKK2lGSURBbC9SU1V5a2JmRmFiTFZRamhNVXA4VVpGRlBPcy83dHMzQmZtRWk4akxsVzJESm82b25CUEdHTDhsMwpHMDZ2YTBEbXNKYnY0SzJCSy9PU28wUmZLdnUrUmlDbnBqa3RtRExpMVNNclFyUTVTQlYyTUU2RU9rVFBMOFVYCnpEVVVSV0FuU3BqK3Rad3VRRWNOUHhHOG1TR0tqd0lEQVFBQkFvSUNBRFp3Y0ZiU284cy9vTmhhVWJJb2luQXoKVHpHTmFiSTR1cEtrTzFBR216aFdtM1FWVGtMQ2JZOGN6dVJBL0lBbi90ajZWNXEyaWE0azZHNmJHMysxODBlNwoySEdLZW5IRmlJazVXK2pRYllGVVh4SVJxeXIyNkpVRlNtWTVMSFhPbU5SM3N2cWNNQ0QyV0ZIVXdmYXJORjc1CjF0RW9pUHBPNVNZd1Q4b2tGSTVsaEh0Sk52eUpHaElnQ1N4dUgwUURvRUxvVFJXemNtMjgvTW9QM3BDcHpiZnQKYWttZkhwSHZqM3cwMk9IS2U2TGg1UzVXZktCTENwcHplRCtKRlFHYWkxWmNnR3EzV3pRdTV1VmZOVklhTjI5NworbWYrcU4zVWJPamZ3ellLcmZmZ0xTTUI2Q2RnUUpBajY4M2EwSElSZnpObFk5ZGZyRnNlNkU2SU1hMkQ1OUZJCmdkRjUxZDVPT3FXMDJOR29POWZocDZNNmRHUE54SVVjV3BrOGhqYWdRUXIvQzh5Z01sak1TMC91WGJVOTA0TTIKenlWTk5wU25kVDRzWS9NeGlobG5sOStVbjI2NzJkaENTOFRpUjBKblFicXh2aVpwcnFQOUlVbk9kRVNUNE90VwoyeEZUWUYrYmczUEVLY3VTY2dQcml4OUdoUTc3dVp3K013UGV5enJlWGRVQkwrOWpSQWp1UHFJRTFDcGorNlI2CnpXa21lMDBBZVdudWFCQlMzQUQweE1xc3Q3dE1xcWdYY1RtY2NFYXFOTTNEay8rSVVuREozQXdOeHBYQnE3VUwKVVlyakZpSzVtWHVsNi92RGVYMmQyNzZDcDVNMkxSOFNoODNQZkRHWmRLYW01dkFTaU1HQUdYZEp5Sk1GWnQ3UwpadnhYd0JyUWx5c1RUNnF4MGFWUkFvSUJBUUQvSUl1V1gzWlNYdjRsSzB4NE4xS3FxS0l3VEpqaEE4ZlZERTdZCitQMC9qaDVyb1JZTVhxY0VaeEVSc2RkMEJUNnBZdENhWHVmMWRSN3ludDBQdzVWdHhnaU9pUVd6ME1nZTdPc2gKK0FKVUxtWXNRQk9NMXdCTU1rMG4rVTZaSGw5clNOR2d5WFk3TFdVTFQ4Tmp6TDc0dkpUazBSV3BRRDQ0MFZiZAppK0ZRTUh2QVNCZVErSkk2RzRYR0Vaczh2QjlBcjd2bC8zYXRMcHE3eG1vaWkrajZENWpIZ2psTXRWUkQ2UTloCkJXbjd4TlNmcFEvdGVJbnRqZDYwb3BodlFxblZZd2Eybk43SGxqMGFrNk1JSXFERzVLaUVxREdWQTAwR2FyT2MKVTZFSkRaVng2TmVEWWFPbHQ4SzJ0cHp6cVgrV1huNG1hblJGMDluOHFGZU01dG4zQW9JQkFRRDlvVkF5S3BRdgpTemhXNmNIQlgra1NYNjIzWDNTL2pMY3RmMko0b3RONjZzQnlpMnJKTlhLN1k2OFh1OXVwNTVQU3VCdHlRVHpqCnhTbklGK3U5NlBoV1FzbnlhWHlONDFwcWp5cGVTNXFHQS9KcVBmc0FhMjNqNUxlcFNaUzZhTHRERSt5KzJIZlYKaFBGSHpzNy9sZHA3Ykx2M0I3WHp5TFNFKzJ2NXJleVc1MnZXNEl0YUp4SHN2dWtmLzZnRTNBTVlTTWFIWGFJZApjeWVUVnhVVXMxdElNMUo5V0JqWXpZYSt0MlFMdjIwbFFUelpMMnRaWWNsWDdXUXJwTW9HaWxBWlQzbVRZblBiCnBXZXVkUzM0MjJGeTh3SDRxcDB5dDFvdUkrS1VMNlJpMUFGQXZEU2F1V0hsem5IOVNMRzRTLzBveS90Rys5bWgKNkNKQnNOOFpZKzRwQW9JQkFRQ1JPanQ3VzlnRXg2SXdFbGV6VHZxMXZzeWtaZFhZc01nK0ZJV0ZxU2F2MlB5awpFOHh6T2lZa3NXN2IvYnBCaHdMR2RVTjl2R3lhSXhOODFNWE54VzM0VVBScC9zSEtQQnpPemRxRE9hUkp1eWZhCkpKZDhZcDcrd050KzE4SFFFNlFKZENnd09MNGVyWmFKTzl4am9SZE1qRHpOaTkraXVya3dxcW1oNzVCUWoyakMKYWNkUWRNNzRXTlpyaTNZc3VvR24xdUZFNllqcXlFNjRlUmZObG9zR1hYNkFnemFPM2VHYnpyMDhZMUtUU05ZbwpFbFBndis3ejFRQmpIdk5hMGozUEJGRzcvY3dySFBDbmdrY1p5R3h4QzVTSi94eEtVTmkxd0dPQnAzRlJyL1BVCkpkRVlMcXB6R1FtejdIdW5rR0xhZSt1ZmZwVzFjZ1R5ZC9sdWNiSzlBb0lCQVFEQlAvdEo3aFZ3bjZDeTRITm8KTXZyMHJBQkIyektxakw0NXBYalRNRVZ3djVPWTgwK1BOZkZRaEppeHZjcVdmOE9yWitwSnVSbDY5d3hwMElnbgo4RzNmMUEzcGJhU2d1OTExbWRZUGVRMnBGVExNN3FMa1kvYWNFUFk3djd2WitOak9PRTFIOE1vRjM4QzBGUWkxCngybHNaNklrakRTQUpxb2ROVERGVWxjVmVBazc5V1ZZY0xLQXI4b1RQb200QWljOWhwMzJJRXJZbzVoQTlMWTAKU3FDL3Q1TWZ2Rk5hUmVkb1EzV3dXZEFBOWQ4MklLSnJ2VTFiZUo2OWZsY01lckNqU0dIN0FhWURjdGs0SFVMRQovZXNYV2I5anlDUDBzNjI3d0UzdzJRZ280UjUvUTZmVlNIRW1WNUdWQ3FHWEtoY2YwYVNKSm5aaG5lMFVIbjh1CjZteFpBb0lCQVFDQjRQd3ZxdGdSQWozYnhJeW9QNjVBTjZqMm4yd2syVHBMWVVZQzhYYmdjSlhtWHV2SkJENmYKeXdnRWM5a2hNRXYvWjNyMHZDb1ArZFcwU3lLLys5YmpMSm96cTNCQ05yZGdScVlyZzdjbkVhUGJlc2dPUFdZOQpSNUtnQ044Z2N0aXZaOEczemRlbWJSNHFGeWV5ZWN3Wis5NkpmeUVzazBWMUlwUnJaWmc3c29aNHFzRFJLWmMxCmRrRUI3cHhBZk9sMTdjT3RjWlNRSHVqOFZEdERtVXl5U3p5U0JHUnJGM3FvR2hXYlE1OVdwNDhHdzkvSlovdGgKd21yN0xFblFaTnpvM0liTG5nelVsQ2lSdFJnTmw5aEN3NXZad2ZTOHlFc1MwYTcybG1LWTNxR3lYcjN4QUFoZgowN29pN0VEZG80MkNiYmpBRlZrMkg0MGlNdlZSNWQ0VQotLS0tLUVORCBQUklWQVRFIEtFWS0tLS0tCkVPRgoKY2hvd24gcHJveHk6cHJveHkgc3F1aWRjLnBlbQpjaG93biBwcm94eTpwcm94eSBzcXVpZGsucGVtCmNobW9kIDQwMCBzcXVpZGMucGVtIApjaG1vZCA0MDAgc3F1aWRrLnBlbQpjcCBzcXVpZGMucGVtIC9ldGMvc3F1aWQvc3F1aWRjLnBlbQpjcCBzcXVpZGsucGVtIC9ldGMvc3F1aWQvc3F1aWRrLnBlbQpjcCBzcXVpZGMucGVtIC91c3IvbG9jYWwvc2hhcmUvY2EtY2VydGlmaWNhdGVzL3NxdWlkYy5jcnQKdXBkYXRlLWNhLWNlcnRpZmljYXRlcyAKCnNlZCAtaSAnc35odHRwX2FjY2VzcyBkZW55IGFsbH5odHRwX2FjY2VzcyBhbGxvdyBhbGx+JyAvZXRjL3NxdWlkL3NxdWlkLmNvbmYKc2VkIC1pICJzfmh0dHBfcG9ydCAzMTI4fmh0dHBfcG9ydCAkSE9TVDozMTI4XG5odHRwc19wb3J0ICRIT1NUOjMxMjkgdGxzLWNlcnQ9L2V0Yy9zcXVpZC9zcXVpZGMucGVtIHRscy1rZXk9L2V0Yy9zcXVpZC9zcXVpZGsucGVtfiIgL2V0Yy9zcXVpZC9zcXVpZC5jb25mCgpzeXN0ZW1jdGwgcmVzdGFydCBzcXVpZApzeXN0ZW1jdGwgc3RhdHVzIHNxdWlkCgojIHZhbGlkYXRpb24sIGZhaWxzIFZNIGNyZWF0aW9uIGlmIGNvbW1hbmRzIGZhaWwKY3VybCAtZnNTbCAtbyAvZGV2L251bGwgLXcgJyV7aHR0cF9jb2RlfVxuJyAteCBodHRwOi8vJHtIT1NUfTozMTI4LyAtSSBodHRwOi8vd3d3Lmdvb2dsZS5jb20KY3VybCAtZnNTbCAtbyAvZGV2L251bGwgLXcgJyV7aHR0cF9jb2RlfVxuJyAteCBodHRwOi8vJHtIT1NUfTozMTI4LyAtSSBodHRwczovL3d3dy5nb29nbGUuY29tCmN1cmwgLWZzU2wgLW8gL2Rldi9udWxsIC13ICcle2h0dHBfY29kZX1cbicgLXggaHR0cHM6Ly8ke0hPU1R9OjMxMjkvIC1JIGh0dHA6Ly93d3cuZ29vZ2xlLmNvbQpjdXJsIC1mc1NsIC1vIC9kZXYvbnVsbCAtdyAnJXtodHRwX2NvZGV9XG4nIC14IGh0dHBzOi8vJHtIT1NUfTozMTI5LyAtSSBodHRwczovL3d3dy5nb29nbGUuY29tCg==", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com", "path": "/home/azureuser/.ssh/authorized_keys"}]}}}}}], "outputs": {}}, "parameters": {}, "mode": "incremental"}}' headers: @@ -1969,23 +1983,23 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_vxkmnPHIM5qjmzG6lLFpaVKps7OLlQXD","name":"vm_deploy_vxkmnPHIM5qjmzG6lLFpaVKps7OLlQXD","type":"Microsoft.Resources/deployments","properties":{"templateHash":"2365637844410586233","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-02-17T07:31:06.3965308Z","duration":"PT0.000779S","correlationId":"b5303293-7760-4150-9d1d-e08b276ab219","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus2"]},{"resourceType":"networkInterfaces","locations":["westus2"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus2"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli-proxy-vmNSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli-proxy-vmNSG"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli-proxy-vmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli-proxy-vmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli-proxy-vm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli-proxy-vm"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_sF0rUYWCcAV6VRcXAl54UIJZVFICHYwC","name":"vm_deploy_sF0rUYWCcAV6VRcXAl54UIJZVFICHYwC","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5665446837104152083","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-03-16T02:15:09.0581401Z","duration":"PT0.0007543S","correlationId":"38e68942-2764-4858-a005-d38b4e073f20","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus2"]},{"resourceType":"networkInterfaces","locations":["westus2"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus2"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli-proxy-vmNSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli-proxy-vmNSG"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli-proxy-vmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli-proxy-vmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli-proxy-vm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli-proxy-vm"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_vxkmnPHIM5qjmzG6lLFpaVKps7OLlQXD/operationStatuses/08585249878200005286?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_sF0rUYWCcAV6VRcXAl54UIJZVFICHYwC/operationStatuses/08585226739768158766?api-version=2021-04-01 cache-control: - no-cache content-length: - - '1816' + - '1817' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:05 GMT + - Thu, 16 Mar 2023 02:15:08 GMT expires: - '-1' pragma: @@ -2014,9 +2028,9 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585249878200005286?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585226739768158766?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -2028,7 +2042,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:31:35 GMT + - Thu, 16 Mar 2023 02:15:38 GMT expires: - '-1' pragma: @@ -2057,9 +2071,9 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585249878200005286?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585226739768158766?api-version=2021-04-01 response: body: string: '{"status":"Succeeded"}' @@ -2071,7 +2085,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:06 GMT + - Thu, 16 Mar 2023 02:16:08 GMT expires: - '-1' pragma: @@ -2100,12 +2114,12 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_vxkmnPHIM5qjmzG6lLFpaVKps7OLlQXD","name":"vm_deploy_vxkmnPHIM5qjmzG6lLFpaVKps7OLlQXD","type":"Microsoft.Resources/deployments","properties":{"templateHash":"2365637844410586233","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-02-17T07:31:36.6987249Z","duration":"PT30.3029731S","correlationId":"b5303293-7760-4150-9d1d-e08b276ab219","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus2"]},{"resourceType":"networkInterfaces","locations":["westus2"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus2"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli-proxy-vmNSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli-proxy-vmNSG"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli-proxy-vmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli-proxy-vmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli-proxy-vm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli-proxy-vm"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli-proxy-vm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli-proxy-vmNSG"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Resources/deployments/vm_deploy_sF0rUYWCcAV6VRcXAl54UIJZVFICHYwC","name":"vm_deploy_sF0rUYWCcAV6VRcXAl54UIJZVFICHYwC","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5665446837104152083","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-03-16T02:15:50.5075753Z","duration":"PT41.4501895S","correlationId":"38e68942-2764-4858-a005-d38b4e073f20","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus2"]},{"resourceType":"networkInterfaces","locations":["westus2"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus2"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli-proxy-vmNSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli-proxy-vmNSG"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli-proxy-vmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli-proxy-vmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli-proxy-vm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli-proxy-vm"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli-proxy-vm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli-proxy-vmNSG"}]}}' headers: cache-control: - no-cache @@ -2114,7 +2128,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:06 GMT + - Thu, 16 Mar 2023 02:16:08 GMT expires: - '-1' pragma: @@ -2143,7 +2157,7 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli-proxy-vm?$expand=instanceView&api-version=2022-11-01 response: @@ -2151,23 +2165,23 @@ interactions: string: "{\r\n \"name\": \"cli-proxy-vm\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/virtualMachines/cli-proxy-vm\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": - \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"c9d65496-5710-4c3c-9a5c-4345fa701dbd\",\r\n + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"898d3bd6-a4d7-498f-bc63-746ac8d49c46\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": - \"20.04.202302090\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"cli-proxy-vm_OsDisk_1_dcc407343f474525b4bdcdb13f779ce8\",\r\n + \"20.04.202303020\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli-proxy-vm_OsDisk_1_6657e715577f44f8aae4f88bc2e64634\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli-proxy-vm_OsDisk_1_dcc407343f474525b4bdcdb13f779ce8\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Compute/disks/cli-proxy-vm_OsDisk_1_6657e715577f44f8aae4f88bc2e64634\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli-proxy-vm\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\"\r\n }\r\n ]\r\n },\r\n \ \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n @@ -2180,18 +2194,18 @@ interactions: \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \ \"message\": \"Guest Agent is running\",\r\n \"time\": - \"2023-02-17T07:31:49+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": - []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli-proxy-vm_OsDisk_1_dcc407343f474525b4bdcdb13f779ce8\",\r\n + \"2023-03-16T02:16:04+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli-proxy-vm_OsDisk_1_6657e715577f44f8aae4f88bc2e64634\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-02-17T07:31:14.7341614+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-03-16T02:15:16.3962934+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2023-02-17T07:31:36.0312452+00:00\"\r\n + succeeded\",\r\n \"time\": \"2023-03-16T02:15:50.0838744+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-02-17T07:31:11.3591415+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2023-03-16T02:15:13.0684853+00:00\"\r\n \ }\r\n}" headers: cache-control: @@ -2201,7 +2215,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:06 GMT + - Thu, 16 Mar 2023 02:16:09 GMT expires: - '-1' pragma: @@ -2218,7 +2232,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997 + - Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31942 status: code: 200 message: OK @@ -2237,18 +2251,18 @@ interactions: - --resource-group --name --image --ssh-key-values --public-ip-address --custom-data --vnet-name --subnet User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic?api-version=2022-01-01 response: body: string: "{\r\n \"name\": \"cli-proxy-vmVMNic\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic\",\r\n - \ \"etag\": \"W/\\\"959333c7-e092-4b72-a1b9-241559ab03e7\\\"\",\r\n \"tags\": + \ \"etag\": \"W/\\\"30ed5539-8900-4c1c-a7ed-0a43c1039875\\\"\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"905558de-1693-4d52-9d6f-ee0bdbb80b6c\",\r\n \"ipConfigurations\": + \ \"resourceGuid\": \"bb9c7348-4f3c-4cd7-a802-8fff528a68f2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfigcli-proxy-vm\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkInterfaces/cli-proxy-vmVMNic/ipConfigurations/ipconfigcli-proxy-vm\",\r\n - \ \"etag\": \"W/\\\"959333c7-e092-4b72-a1b9-241559ab03e7\\\"\",\r\n + \ \"etag\": \"W/\\\"30ed5539-8900-4c1c-a7ed-0a43c1039875\\\"\",\r\n \ \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.42.3.4\",\r\n \"privateIPAllocationMethod\": @@ -2256,8 +2270,8 @@ interactions: \ },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": - \"cux5z5mft3fehmvnsiepokvg1e.xx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": - \"00-22-48-76-D3-F3\",\r\n \"enableAcceleratedNetworking\": false,\r\n + \"t5cimzs53wxund1czaeanmstoc.xx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": + \"00-22-48-7C-2F-E4\",\r\n \"enableAcceleratedNetworking\": false,\r\n \ \"vnetEncryptionSupported\": false,\r\n \"enableIPForwarding\": false,\r\n \ \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/networkSecurityGroups/cli-proxy-vmNSG\"\r\n \ },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": @@ -2274,9 +2288,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:06 GMT + - Thu, 16 Mar 2023 02:16:09 GMT etag: - - W/"959333c7-e092-4b72-a1b9-241559ab03e7" + - W/"30ed5539-8900-4c1c-a7ed-0a43c1039875" expires: - '-1' pragma: @@ -2293,10 +2307,56 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 19eda4b4-7b92-43b2-af79-a336babee09c + - f5b7f2f3-83b2-46d9-ab5a-342086c2c0b8 status: code: 200 - message: OK + message: '' +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity + --yes --vnet-subnet-id -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:16:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: null headers: @@ -2312,12 +2372,12 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-02-17T07:30:52Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:14:57Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -2326,7 +2386,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:06 GMT + - Thu, 16 Mar 2023 02:16:09 GMT expires: - '-1' pragma: @@ -2355,22 +2415,22 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments?$filter=atScope()&api-version=2022-04-01 response: body: - string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-04-26T05:33:00.7067936Z","updatedOn":"2021-04-26T05:33:00.7067936Z","createdBy":"7e9cc714-bfe4-4eea-acb2-d53ced88ab8b","updatedBy":"7e9cc714-bfe4-4eea-acb2-d53ced88ab8b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2adf4737-6342-4f63-aeb2-5fcd3426a387","type":"Microsoft.Authorization/roleAssignments","name":"2adf4737-6342-4f63-aeb2-5fcd3426a387"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-04-26T06:09:24.5972802Z","updatedOn":"2021-04-26T06:09:24.5972802Z","createdBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","updatedBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c4572c05-f69f-4e5c-aac6-79afefcf0e2e","type":"Microsoft.Authorization/roleAssignments","name":"c4572c05-f69f-4e5c-aac6-79afefcf0e2e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-18T05:18:40.4643436Z","updatedOn":"2021-06-18T05:18:40.4643436Z","createdBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","updatedBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3f926301-cc14-4a88-a3b7-c159d73d01f6","type":"Microsoft.Authorization/roleAssignments","name":"3f926301-cc14-4a88-a3b7-c159d73d01f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:40.4541416Z","updatedOn":"2022-01-25T05:49:40.4541416Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/95e51146-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"95e51146-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:41.6466655Z","updatedOn":"2022-01-25T05:49:41.6466655Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/96d4d041-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"96d4d041-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:42.8008295Z","updatedOn":"2022-01-25T05:49:42.8008295Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/978dbc52-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"978dbc52-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:43.7159467Z","updatedOn":"2022-01-25T05:49:43.7159467Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9808753a-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"9808753a-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:44.8535285Z","updatedOn":"2022-01-25T05:49:44.8535285Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9895826c-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"9895826c-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:21.9669611Z","updatedOn":"2022-01-25T06:00:21.9669611Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/143cab45-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"143cab45-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:21.7844500Z","updatedOn":"2022-01-25T06:00:21.7844500Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/143a47b2-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"143a47b2-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:22.8152511Z","updatedOn":"2022-01-25T06:00:22.8152511Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1503a122-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"1503a122-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:22.7549989Z","updatedOn":"2022-01-25T06:00:22.7549989Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/14fdfc11-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"14fdfc11-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:47.5002672Z","updatedOn":"2022-01-25T06:00:47.5002672Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/23901ba1-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"23901ba1-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:47.9954045Z","updatedOn":"2022-01-25T06:00:47.9954045Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/23d4b2c8-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"23d4b2c8-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:48.0124462Z","updatedOn":"2022-01-25T06:00:48.0124462Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/23eb1c2a-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"23eb1c2a-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:49.0142818Z","updatedOn":"2022-01-25T06:00:49.0142818Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/248c7804-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"248c7804-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:49.8561822Z","updatedOn":"2022-01-25T06:00:49.8561822Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/25212cc5-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"25212cc5-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:03:00.8232622Z","updatedOn":"2022-01-25T06:03:00.8232622Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/730ae441-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"730ae441-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:03:01.6908492Z","updatedOn":"2022-01-25T06:03:01.6908492Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/73b81c51-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"73b81c51-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:27.0646115Z","updatedOn":"2022-01-25T06:05:27.0646115Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ca436279-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"ca436279-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:27.8245772Z","updatedOn":"2022-01-25T06:05:27.8245772Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cad7146c-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cad7146c-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:28.8193427Z","updatedOn":"2022-01-25T06:05:28.8193427Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cb6be874-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cb6be874-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:30.0125029Z","updatedOn":"2022-01-25T06:05:30.0125029Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cc20f7f4-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cc20f7f4-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:31.2002633Z","updatedOn":"2022-01-25T06:05:31.2002633Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ccd748dd-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"ccd748dd-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:32.4937030Z","updatedOn":"2022-01-25T06:05:32.4937030Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cd4bbd1a-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cd4bbd1a-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:33.6999970Z","updatedOn":"2022-01-25T06:05:33.6999970Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ce56964e-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"ce56964e-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:35.3719606Z","updatedOn":"2022-01-25T06:05:35.3719606Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cf53c36b-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cf53c36b-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:37.0989473Z","updatedOn":"2022-01-25T06:05:37.0989473Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d0537e9f-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d0537e9f-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:37.9186616Z","updatedOn":"2022-01-25T06:05:37.9186616Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d0d7c10e-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d0d7c10e-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:39.2245796Z","updatedOn":"2022-01-25T06:05:39.2245796Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d187dc7e-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d187dc7e-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:41.3147495Z","updatedOn":"2022-01-25T06:05:41.3147495Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2d190da-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d2d190da-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:42.0909979Z","updatedOn":"2022-01-25T06:05:42.0909979Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3553305-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d3553305-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-10T04:11:40.8923959Z","updatedOn":"2023-02-10T04:11:40.8923959Z","createdBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","updatedBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7b9cb4b1-7e07-4127-b87e-47e7ab8ae685","type":"Microsoft.Authorization/roleAssignments","name":"7b9cb4b1-7e07-4127-b87e-47e7ab8ae685"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-18T03:09:33.8702688Z","updatedOn":"2021-09-18T03:09:33.8702688Z","createdBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","updatedBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/99d6fd13-909e-4c52-807e-77f7a5af83c8","type":"Microsoft.Authorization/roleAssignments","name":"99d6fd13-909e-4c52-807e-77f7a5af83c8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/465fbb01-3623-f393-e42f-e19c0d2982de","condition":null,"conditionVersion":null,"createdOn":"2021-10-08T17:23:35.8382756Z","updatedOn":"2021-10-08T17:23:35.8382756Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/465fbb01-3623-f393-e42f-e19c0d2982de/providers/Microsoft.Authorization/roleAssignments/ade4333c-4321-4b68-b498-d081d55e2b0c","type":"Microsoft.Authorization/roleAssignments","name":"ade4333c-4321-4b68-b498-d081d55e2b0c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2019-03-26T22:01:02.9136073Z","updatedOn":"2019-03-26T22:01:02.9136073Z","createdBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","updatedBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/6f4de15e-9316-4714-a7c4-40c46cf8e067","type":"Microsoft.Authorization/roleAssignments","name":"6f4de15e-9316-4714-a7c4-40c46cf8e067"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:13.2137492Z","updatedOn":"2020-02-25T18:36:13.2137492Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/18fdd87e-1c01-424e-b380-32310f4940c2","type":"Microsoft.Authorization/roleAssignments","name":"18fdd87e-1c01-424e-b380-32310f4940c2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:00.4746112Z","updatedOn":"2020-02-25T18:36:00.4746112Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/d9bcf58a-6f24-446d-bf60-20ffe5142396","type":"Microsoft.Authorization/roleAssignments","name":"d9bcf58a-6f24-446d-bf60-20ffe5142396"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:35:55.7490022Z","updatedOn":"2020-02-25T18:35:55.7490022Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/6e2b954b-42b2-48e0-997a-622601f0a4b4","type":"Microsoft.Authorization/roleAssignments","name":"6e2b954b-42b2-48e0-997a-622601f0a4b4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:35:57.9173081Z","updatedOn":"2020-02-25T18:35:57.9173081Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/8d76aaa3-fcfd-4ea5-8c7c-363d250e7ae9","type":"Microsoft.Authorization/roleAssignments","name":"8d76aaa3-fcfd-4ea5-8c7c-363d250e7ae9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:23.0673659Z","updatedOn":"2020-02-25T18:36:23.0673659Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/d0817c57-3e5b-4363-88b7-52baadd5c362","type":"Microsoft.Authorization/roleAssignments","name":"d0817c57-3e5b-4363-88b7-52baadd5c362"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:31.2596366Z","updatedOn":"2020-02-25T18:36:31.2596366Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/0dabf212-a1c7-4af6-ba8b-be045493b368","type":"Microsoft.Authorization/roleAssignments","name":"0dabf212-a1c7-4af6-ba8b-be045493b368"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:35:52.9188704Z","updatedOn":"2020-02-25T18:35:52.9188704Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/d674b853-332e-4437-9ddb-bba8fde7ccce","type":"Microsoft.Authorization/roleAssignments","name":"d674b853-332e-4437-9ddb-bba8fde7ccce"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:38.8393742Z","updatedOn":"2020-02-25T18:36:38.8393742Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/00625383-053d-4227-a4db-b098e9bd2289","type":"Microsoft.Authorization/roleAssignments","name":"00625383-053d-4227-a4db-b098e9bd2289"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:05.0954462Z","updatedOn":"2020-02-25T18:36:05.0954462Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/3151fe9c-fcd2-45d3-a256-72fb13b86df5","type":"Microsoft.Authorization/roleAssignments","name":"3151fe9c-fcd2-45d3-a256-72fb13b86df5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-07-06T18:51:23.0753297Z","updatedOn":"2020-07-06T18:51:23.0753297Z","createdBy":"d59f4a71-eff1-4bfa-a572-fe518f49f6c7","updatedBy":"d59f4a71-eff1-4bfa-a572-fe518f49f6c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/b3a9e1db-fde1-4ddd-ac1c-91913be67359","type":"Microsoft.Authorization/roleAssignments","name":"b3a9e1db-fde1-4ddd-ac1c-91913be67359"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-12-12T21:14:55.1655079Z","updatedOn":"2022-12-15T19:53:08.3552283Z","createdBy":"393a8425-6c8d-4d4a-a700-811f0423e5aa","updatedBy":"393a8425-6c8d-4d4a-a700-811f0423e5aa","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/6565c104-61e2-5756-96d7-663b216c8b11","type":"Microsoft.Authorization/roleAssignments","name":"6565c104-61e2-5756-96d7-663b216c8b11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-02-17T00:30:39.4967398Z","updatedOn":"2022-02-17T00:30:39.4967398Z","createdBy":"a4319ad3-20be-4542-8952-685b66e56377","updatedBy":"a4319ad3-20be-4542-8952-685b66e56377","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/d8aedac6-3663-42b3-add4-c013b7935fb4","type":"Microsoft.Authorization/roleAssignments","name":"d8aedac6-3663-42b3-add4-c013b7935fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-03-02T23:53:39.1630622Z","updatedOn":"2022-03-02T23:53:39.1630622Z","createdBy":"a4319ad3-20be-4542-8952-685b66e56377","updatedBy":"a4319ad3-20be-4542-8952-685b66e56377","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/b5f0a13f-ac13-4e45-8588-15f5d9a02b20","type":"Microsoft.Authorization/roleAssignments","name":"b5f0a13f-ac13-4e45-8588-15f5d9a02b20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd6e57ea-fe3c-4f21-bd1e-de170a9a4971","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-03-08T00:58:05.8353141Z","updatedOn":"2022-03-08T00:58:05.8353141Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/403b97d1-ee0a-4b10-afe1-f36f368d2ced","type":"Microsoft.Authorization/roleAssignments","name":"403b97d1-ee0a-4b10-afe1-f36f368d2ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4","principalId":"00000000-0000-0000-0000-000000000001","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-05-16T23:08:20.8536608Z","updatedOn":"2022-05-16T23:08:20.8536608Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/8b338a13-cfa6-42e6-b424-fb375ce9d07c","type":"Microsoft.Authorization/roleAssignments","name":"8b338a13-cfa6-42e6-b424-fb375ce9d07c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-05-17T18:23:54.2264851Z","updatedOn":"2022-05-31T17:20:00.8273681Z","createdBy":"393a8425-6c8d-4d4a-a700-811f0423e5aa","updatedBy":"393a8425-6c8d-4d4a-a700-811f0423e5aa","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/f0576973-5014-5fe2-b3f2-cf3aace860d6","type":"Microsoft.Authorization/roleAssignments","name":"f0576973-5014-5fe2-b3f2-cf3aace860d6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-07-19T00:07:21.3325762Z","updatedOn":"2022-07-19T00:07:21.3325762Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/2697280b-812c-472d-841b-a10a9fe540a5","type":"Microsoft.Authorization/roleAssignments","name":"2697280b-812c-472d-841b-a10a9fe540a5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd6e57ea-fe3c-4f21-bd1e-de170a9a4971","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-07-19T00:07:23.7020980Z","updatedOn":"2022-07-19T00:07:23.7020980Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/f4254463-7a28-4d26-b331-5a18c354cbe6","type":"Microsoft.Authorization/roleAssignments","name":"f4254463-7a28-4d26-b331-5a18c354cbe6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-07-19T00:07:26.4080657Z","updatedOn":"2022-07-19T00:07:26.4080657Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/065a63ba-71cc-4c69-b92b-bc67421e7e64","type":"Microsoft.Authorization/roleAssignments","name":"065a63ba-71cc-4c69-b92b-bc67421e7e64"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-08-09T18:17:33.0012805Z","updatedOn":"2021-08-09T18:17:33.0012805Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/01de8fe7-aae0-4d5c-844a-f0bdb8335252","type":"Microsoft.Authorization/roleAssignments","name":"01de8fe7-aae0-4d5c-844a-f0bdb8335252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-08-09T18:17:39.9188336Z","updatedOn":"2021-08-09T18:17:39.9188336Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/ab2be506-5489-4c1f-add0-f5ed87a10439","type":"Microsoft.Authorization/roleAssignments","name":"ab2be506-5489-4c1f-add0-f5ed87a10439"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-08-24T19:32:18.2000692Z","updatedOn":"2021-08-24T19:32:18.2000692Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/0ce2f3fb-17ea-4193-9081-09aa4b39fec4","type":"Microsoft.Authorization/roleAssignments","name":"0ce2f3fb-17ea-4193-9081-09aa4b39fec4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-08-24T19:32:36.6775144Z","updatedOn":"2021-08-24T19:32:36.6775144Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/2e95b289-99bd-4e68-83de-5433f2a0428c","type":"Microsoft.Authorization/roleAssignments","name":"2e95b289-99bd-4e68-83de-5433f2a0428c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-11-01T22:46:09.1056400Z","updatedOn":"2021-11-01T22:46:09.1056400Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/82fe7886-5c1b-42c2-9319-7b4d436d8aba","type":"Microsoft.Authorization/roleAssignments","name":"82fe7886-5c1b-42c2-9319-7b4d436d8aba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-11-01T22:46:14.7527743Z","updatedOn":"2021-11-01T22:46:14.7527743Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/12162b26-25fb-4ef5-a6e8-651446483cb6","type":"Microsoft.Authorization/roleAssignments","name":"12162b26-25fb-4ef5-a6e8-651446483cb6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-11-01T22:46:20.6399869Z","updatedOn":"2021-11-01T22:46:20.6399869Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/105bcc1f-3ddf-4cc0-bffc-03b3d9aaf870","type":"Microsoft.Authorization/roleAssignments","name":"105bcc1f-3ddf-4cc0-bffc-03b3d9aaf870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-01-26T20:10:13.8998989Z","updatedOn":"2021-01-26T20:10:13.8998989Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/b36517ec-61d3-468d-afdc-eceda8adb4ee","type":"Microsoft.Authorization/roleAssignments","name":"b36517ec-61d3-468d-afdc-eceda8adb4ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-02-06T00:13:19.1780775Z","updatedOn":"2021-02-06T00:13:19.1780775Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/5216c1ee-4f58-4d36-b379-6c04b1fbd157","type":"Microsoft.Authorization/roleAssignments","name":"5216c1ee-4f58-4d36-b379-6c04b1fbd157"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-04-16T18:26:34.3109215Z","updatedOn":"2021-04-16T18:26:34.3109215Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/7464f8a3-9f55-443b-a3a5-44a31b100cad","type":"Microsoft.Authorization/roleAssignments","name":"7464f8a3-9f55-443b-a3a5-44a31b100cad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-04-16T18:27:56.4446265Z","updatedOn":"2021-04-16T18:27:56.4446265Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/8f430c4c-4317-4495-9f01-4f3d4e1ca111","type":"Microsoft.Authorization/roleAssignments","name":"8f430c4c-4317-4495-9f01-4f3d4e1ca111"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-05-04T19:20:06.7695456Z","updatedOn":"2021-05-04T19:20:06.7695456Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/fb8bab14-7f67-4e57-8aa5-0c4b7ab5a0fa","type":"Microsoft.Authorization/roleAssignments","name":"fb8bab14-7f67-4e57-8aa5-0c4b7ab5a0fa"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-26T22:01:02.9176787Z","updatedOn":"2019-03-26T22:01:02.9176787Z","createdBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","updatedBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/4b771ea9-81de-4fc4-aa28-a3a0b9b4a320","type":"Microsoft.Authorization/roleAssignments","name":"4b771ea9-81de-4fc4-aa28-a3a0b9b4a320"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-27T00:49:37.3000523Z","updatedOn":"2019-03-27T00:49:37.3000523Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/e6e1fffd-83f7-40c7-9f33-e56e2cf75b29","type":"Microsoft.Authorization/roleAssignments","name":"e6e1fffd-83f7-40c7-9f33-e56e2cf75b29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-27T00:50:08.3039053Z","updatedOn":"2019-03-27T00:50:08.3039053Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/3d01f56e-ee3a-41ed-a775-0e067546cb12","type":"Microsoft.Authorization/roleAssignments","name":"3d01f56e-ee3a-41ed-a775-0e067546cb12"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4","principalId":"00000000-0000-0000-0000-000000000001","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2022-06-28T23:11:28.9217618Z","updatedOn":"2022-06-28T23:11:28.9217618Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/869183bd-893a-46f9-bb02-45e48b13f1be","type":"Microsoft.Authorization/roleAssignments","name":"869183bd-893a-46f9-bb02-45e48b13f1be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"}]}' + string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/","condition":null,"conditionVersion":null,"createdOn":"2018-02-27T19:19:50.2663941Z","updatedOn":"2018-02-27T19:19:50.2663941Z","createdBy":null,"updatedBy":null,"delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Authorization/roleAssignments/3e883d24-b106-42ff-ad13-d7bf271b964d","type":"Microsoft.Authorization/roleAssignments","name":"3e883d24-b106-42ff-ad13-d7bf271b964d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-04-26T05:33:00.7067936Z","updatedOn":"2021-04-26T05:33:00.7067936Z","createdBy":"7e9cc714-bfe4-4eea-acb2-d53ced88ab8b","updatedBy":"7e9cc714-bfe4-4eea-acb2-d53ced88ab8b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/2adf4737-6342-4f63-aeb2-5fcd3426a387","type":"Microsoft.Authorization/roleAssignments","name":"2adf4737-6342-4f63-aeb2-5fcd3426a387"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-04-26T06:09:24.5972802Z","updatedOn":"2021-04-26T06:09:24.5972802Z","createdBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","updatedBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/c4572c05-f69f-4e5c-aac6-79afefcf0e2e","type":"Microsoft.Authorization/roleAssignments","name":"c4572c05-f69f-4e5c-aac6-79afefcf0e2e"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-06-18T05:18:40.4643436Z","updatedOn":"2021-06-18T05:18:40.4643436Z","createdBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","updatedBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/3f926301-cc14-4a88-a3b7-c159d73d01f6","type":"Microsoft.Authorization/roleAssignments","name":"3f926301-cc14-4a88-a3b7-c159d73d01f6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:40.4541416Z","updatedOn":"2022-01-25T05:49:40.4541416Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/95e51146-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"95e51146-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:41.6466655Z","updatedOn":"2022-01-25T05:49:41.6466655Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/96d4d041-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"96d4d041-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:42.8008295Z","updatedOn":"2022-01-25T05:49:42.8008295Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/978dbc52-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"978dbc52-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:43.7159467Z","updatedOn":"2022-01-25T05:49:43.7159467Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9808753a-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"9808753a-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T05:49:44.8535285Z","updatedOn":"2022-01-25T05:49:44.8535285Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/9895826c-7da2-11ec-9795-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"9895826c-7da2-11ec-9795-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:21.9669611Z","updatedOn":"2022-01-25T06:00:21.9669611Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/143cab45-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"143cab45-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:21.7844500Z","updatedOn":"2022-01-25T06:00:21.7844500Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/143a47b2-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"143a47b2-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:22.8152511Z","updatedOn":"2022-01-25T06:00:22.8152511Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/1503a122-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"1503a122-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:22.7549989Z","updatedOn":"2022-01-25T06:00:22.7549989Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/14fdfc11-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"14fdfc11-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:47.5002672Z","updatedOn":"2022-01-25T06:00:47.5002672Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/23901ba1-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"23901ba1-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:47.9954045Z","updatedOn":"2022-01-25T06:00:47.9954045Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/23d4b2c8-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"23d4b2c8-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:48.0124462Z","updatedOn":"2022-01-25T06:00:48.0124462Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/23eb1c2a-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"23eb1c2a-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b7e6dc6d-f1e8-4753-8033-0f276bb0955b","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:49.0142818Z","updatedOn":"2022-01-25T06:00:49.0142818Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/248c7804-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"248c7804-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:00:49.8561822Z","updatedOn":"2022-01-25T06:00:49.8561822Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/25212cc5-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"25212cc5-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:03:00.8232622Z","updatedOn":"2022-01-25T06:03:00.8232622Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/730ae441-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"730ae441-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:03:01.6908492Z","updatedOn":"2022-01-25T06:03:01.6908492Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/73b81c51-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"73b81c51-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:27.0646115Z","updatedOn":"2022-01-25T06:05:27.0646115Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ca436279-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"ca436279-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:27.8245772Z","updatedOn":"2022-01-25T06:05:27.8245772Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cad7146c-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cad7146c-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:28.8193427Z","updatedOn":"2022-01-25T06:05:28.8193427Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cb6be874-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cb6be874-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:30.0125029Z","updatedOn":"2022-01-25T06:05:30.0125029Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cc20f7f4-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cc20f7f4-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:31.2002633Z","updatedOn":"2022-01-25T06:05:31.2002633Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ccd748dd-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"ccd748dd-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:32.4937030Z","updatedOn":"2022-01-25T06:05:32.4937030Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cd4bbd1a-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cd4bbd1a-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:33.6999970Z","updatedOn":"2022-01-25T06:05:33.6999970Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ce56964e-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"ce56964e-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:35.3719606Z","updatedOn":"2022-01-25T06:05:35.3719606Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/cf53c36b-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"cf53c36b-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:37.0989473Z","updatedOn":"2022-01-25T06:05:37.0989473Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d0537e9f-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d0537e9f-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:37.9186616Z","updatedOn":"2022-01-25T06:05:37.9186616Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d0d7c10e-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d0d7c10e-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:39.2245796Z","updatedOn":"2022-01-25T06:05:39.2245796Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d187dc7e-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d187dc7e-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:41.3147495Z","updatedOn":"2022-01-25T06:05:41.3147495Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d2d190da-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d2d190da-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/090c5cfd-751d-490a-894a-3ce6f1109419","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2022-01-25T06:05:42.0909979Z","updatedOn":"2022-01-25T06:05:42.0909979Z","createdBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","updatedBy":"8ff738a5-abcd-4864-a162-6c18f7c9cbd9","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/d3553305-7da4-11ec-beaa-0022487a95e4","type":"Microsoft.Authorization/roleAssignments","name":"d3553305-7da4-11ec-beaa-0022487a95e4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2023-02-10T04:11:40.8923959Z","updatedOn":"2023-02-10T04:11:40.8923959Z","createdBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","updatedBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/7b9cb4b1-7e07-4127-b87e-47e7ab8ae685","type":"Microsoft.Authorization/roleAssignments","name":"7b9cb4b1-7e07-4127-b87e-47e7ab8ae685"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","condition":null,"conditionVersion":null,"createdOn":"2021-09-18T03:09:33.8702688Z","updatedOn":"2021-09-18T03:09:33.8702688Z","createdBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","updatedBy":"6904f123-3ede-43d2-bd0e-2b2f1bbe4a4b","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/99d6fd13-909e-4c52-807e-77f7a5af83c8","type":"Microsoft.Authorization/roleAssignments","name":"99d6fd13-909e-4c52-807e-77f7a5af83c8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/465fbb01-3623-f393-e42f-e19c0d2982de","condition":null,"conditionVersion":null,"createdOn":"2021-10-08T17:23:35.8382756Z","updatedOn":"2021-10-08T17:23:35.8382756Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/465fbb01-3623-f393-e42f-e19c0d2982de/providers/Microsoft.Authorization/roleAssignments/ade4333c-4321-4b68-b498-d081d55e2b0c","type":"Microsoft.Authorization/roleAssignments","name":"ade4333c-4321-4b68-b498-d081d55e2b0c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2019-03-26T22:01:02.9136073Z","updatedOn":"2019-03-26T22:01:02.9136073Z","createdBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","updatedBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/6f4de15e-9316-4714-a7c4-40c46cf8e067","type":"Microsoft.Authorization/roleAssignments","name":"6f4de15e-9316-4714-a7c4-40c46cf8e067"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:13.2137492Z","updatedOn":"2020-02-25T18:36:13.2137492Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/18fdd87e-1c01-424e-b380-32310f4940c2","type":"Microsoft.Authorization/roleAssignments","name":"18fdd87e-1c01-424e-b380-32310f4940c2"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:00.4746112Z","updatedOn":"2020-02-25T18:36:00.4746112Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/d9bcf58a-6f24-446d-bf60-20ffe5142396","type":"Microsoft.Authorization/roleAssignments","name":"d9bcf58a-6f24-446d-bf60-20ffe5142396"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:35:55.7490022Z","updatedOn":"2020-02-25T18:35:55.7490022Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/6e2b954b-42b2-48e0-997a-622601f0a4b4","type":"Microsoft.Authorization/roleAssignments","name":"6e2b954b-42b2-48e0-997a-622601f0a4b4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:35:57.9173081Z","updatedOn":"2020-02-25T18:35:57.9173081Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/8d76aaa3-fcfd-4ea5-8c7c-363d250e7ae9","type":"Microsoft.Authorization/roleAssignments","name":"8d76aaa3-fcfd-4ea5-8c7c-363d250e7ae9"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:23.0673659Z","updatedOn":"2020-02-25T18:36:23.0673659Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/d0817c57-3e5b-4363-88b7-52baadd5c362","type":"Microsoft.Authorization/roleAssignments","name":"d0817c57-3e5b-4363-88b7-52baadd5c362"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:31.2596366Z","updatedOn":"2020-02-25T18:36:31.2596366Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/0dabf212-a1c7-4af6-ba8b-be045493b368","type":"Microsoft.Authorization/roleAssignments","name":"0dabf212-a1c7-4af6-ba8b-be045493b368"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:35:52.9188704Z","updatedOn":"2020-02-25T18:35:52.9188704Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/d674b853-332e-4437-9ddb-bba8fde7ccce","type":"Microsoft.Authorization/roleAssignments","name":"d674b853-332e-4437-9ddb-bba8fde7ccce"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:38.8393742Z","updatedOn":"2020-02-25T18:36:38.8393742Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/00625383-053d-4227-a4db-b098e9bd2289","type":"Microsoft.Authorization/roleAssignments","name":"00625383-053d-4227-a4db-b098e9bd2289"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-02-25T18:36:05.0954462Z","updatedOn":"2020-02-25T18:36:05.0954462Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/3151fe9c-fcd2-45d3-a256-72fb13b86df5","type":"Microsoft.Authorization/roleAssignments","name":"3151fe9c-fcd2-45d3-a256-72fb13b86df5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2020-07-06T18:51:23.0753297Z","updatedOn":"2020-07-06T18:51:23.0753297Z","createdBy":"d59f4a71-eff1-4bfa-a572-fe518f49f6c7","updatedBy":"d59f4a71-eff1-4bfa-a572-fe518f49f6c7","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/b3a9e1db-fde1-4ddd-ac1c-91913be67359","type":"Microsoft.Authorization/roleAssignments","name":"b3a9e1db-fde1-4ddd-ac1c-91913be67359"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-12-12T21:14:55.1655079Z","updatedOn":"2023-02-28T22:54:18.0450083Z","createdBy":"393a8425-6c8d-4d4a-a700-811f0423e5aa","updatedBy":"393a8425-6c8d-4d4a-a700-811f0423e5aa","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/6565c104-61e2-5756-96d7-663b216c8b11","type":"Microsoft.Authorization/roleAssignments","name":"6565c104-61e2-5756-96d7-663b216c8b11"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-02-17T00:30:39.4967398Z","updatedOn":"2022-02-17T00:30:39.4967398Z","createdBy":"a4319ad3-20be-4542-8952-685b66e56377","updatedBy":"a4319ad3-20be-4542-8952-685b66e56377","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/d8aedac6-3663-42b3-add4-c013b7935fb4","type":"Microsoft.Authorization/roleAssignments","name":"d8aedac6-3663-42b3-add4-c013b7935fb4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-03-02T23:53:39.1630622Z","updatedOn":"2022-03-02T23:53:39.1630622Z","createdBy":"a4319ad3-20be-4542-8952-685b66e56377","updatedBy":"a4319ad3-20be-4542-8952-685b66e56377","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/b5f0a13f-ac13-4e45-8588-15f5d9a02b20","type":"Microsoft.Authorization/roleAssignments","name":"b5f0a13f-ac13-4e45-8588-15f5d9a02b20"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd6e57ea-fe3c-4f21-bd1e-de170a9a4971","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-03-08T00:58:05.8353141Z","updatedOn":"2022-03-08T00:58:05.8353141Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/403b97d1-ee0a-4b10-afe1-f36f368d2ced","type":"Microsoft.Authorization/roleAssignments","name":"403b97d1-ee0a-4b10-afe1-f36f368d2ced"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4","principalId":"00000000-0000-0000-0000-000000000001","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-05-16T23:08:20.8536608Z","updatedOn":"2022-05-16T23:08:20.8536608Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/8b338a13-cfa6-42e6-b424-fb375ce9d07c","type":"Microsoft.Authorization/roleAssignments","name":"8b338a13-cfa6-42e6-b424-fb375ce9d07c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-05-17T18:23:54.2264851Z","updatedOn":"2022-05-31T17:20:00.8273681Z","createdBy":"393a8425-6c8d-4d4a-a700-811f0423e5aa","updatedBy":"393a8425-6c8d-4d4a-a700-811f0423e5aa","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/f0576973-5014-5fe2-b3f2-cf3aace860d6","type":"Microsoft.Authorization/roleAssignments","name":"f0576973-5014-5fe2-b3f2-cf3aace860d6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-07-19T00:07:21.3325762Z","updatedOn":"2022-07-19T00:07:21.3325762Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/2697280b-812c-472d-841b-a10a9fe540a5","type":"Microsoft.Authorization/roleAssignments","name":"2697280b-812c-472d-841b-a10a9fe540a5"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fd6e57ea-fe3c-4f21-bd1e-de170a9a4971","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-07-19T00:07:23.7020980Z","updatedOn":"2022-07-19T00:07:23.7020980Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/f4254463-7a28-4d26-b331-5a18c354cbe6","type":"Microsoft.Authorization/roleAssignments","name":"f4254463-7a28-4d26-b331-5a18c354cbe6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2022-07-19T00:07:26.4080657Z","updatedOn":"2022-07-19T00:07:26.4080657Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/065a63ba-71cc-4c69-b92b-bc67421e7e64","type":"Microsoft.Authorization/roleAssignments","name":"065a63ba-71cc-4c69-b92b-bc67421e7e64"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-08-09T18:17:33.0012805Z","updatedOn":"2021-08-09T18:17:33.0012805Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/01de8fe7-aae0-4d5c-844a-f0bdb8335252","type":"Microsoft.Authorization/roleAssignments","name":"01de8fe7-aae0-4d5c-844a-f0bdb8335252"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-08-09T18:17:39.9188336Z","updatedOn":"2021-08-09T18:17:39.9188336Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/ab2be506-5489-4c1f-add0-f5ed87a10439","type":"Microsoft.Authorization/roleAssignments","name":"ab2be506-5489-4c1f-add0-f5ed87a10439"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-08-24T19:32:18.2000692Z","updatedOn":"2021-08-24T19:32:18.2000692Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/0ce2f3fb-17ea-4193-9081-09aa4b39fec4","type":"Microsoft.Authorization/roleAssignments","name":"0ce2f3fb-17ea-4193-9081-09aa4b39fec4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-08-24T19:32:36.6775144Z","updatedOn":"2021-08-24T19:32:36.6775144Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/2e95b289-99bd-4e68-83de-5433f2a0428c","type":"Microsoft.Authorization/roleAssignments","name":"2e95b289-99bd-4e68-83de-5433f2a0428c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-11-01T22:46:09.1056400Z","updatedOn":"2021-11-01T22:46:09.1056400Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/82fe7886-5c1b-42c2-9319-7b4d436d8aba","type":"Microsoft.Authorization/roleAssignments","name":"82fe7886-5c1b-42c2-9319-7b4d436d8aba"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-11-01T22:46:14.7527743Z","updatedOn":"2021-11-01T22:46:14.7527743Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/12162b26-25fb-4ef5-a6e8-651446483cb6","type":"Microsoft.Authorization/roleAssignments","name":"12162b26-25fb-4ef5-a6e8-651446483cb6"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-11-01T22:46:20.6399869Z","updatedOn":"2021-11-01T22:46:20.6399869Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/105bcc1f-3ddf-4cc0-bffc-03b3d9aaf870","type":"Microsoft.Authorization/roleAssignments","name":"105bcc1f-3ddf-4cc0-bffc-03b3d9aaf870"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-01-26T20:10:13.8998989Z","updatedOn":"2021-01-26T20:10:13.8998989Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/b36517ec-61d3-468d-afdc-eceda8adb4ee","type":"Microsoft.Authorization/roleAssignments","name":"b36517ec-61d3-468d-afdc-eceda8adb4ee"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-02-06T00:13:19.1780775Z","updatedOn":"2021-02-06T00:13:19.1780775Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/5216c1ee-4f58-4d36-b379-6c04b1fbd157","type":"Microsoft.Authorization/roleAssignments","name":"5216c1ee-4f58-4d36-b379-6c04b1fbd157"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-04-16T18:26:34.3109215Z","updatedOn":"2021-04-16T18:26:34.3109215Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/7464f8a3-9f55-443b-a3a5-44a31b100cad","type":"Microsoft.Authorization/roleAssignments","name":"7464f8a3-9f55-443b-a3a5-44a31b100cad"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-04-16T18:27:56.4446265Z","updatedOn":"2021-04-16T18:27:56.4446265Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/8f430c4c-4317-4495-9f01-4f3d4e1ca111","type":"Microsoft.Authorization/roleAssignments","name":"8f430c4c-4317-4495-9f01-4f3d4e1ca111"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792","condition":null,"conditionVersion":null,"createdOn":"2021-05-04T19:20:06.7695456Z","updatedOn":"2021-05-04T19:20:06.7695456Z","createdBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","updatedBy":"2ffe2392-0a52-4093-b041-66b10ebc8317","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/48fed3a1-0814-4847-88ce-b766155f2792/providers/Microsoft.Authorization/roleAssignments/fb8bab14-7f67-4e57-8aa5-0c4b7ab5a0fa","type":"Microsoft.Authorization/roleAssignments","name":"fb8bab14-7f67-4e57-8aa5-0c4b7ab5a0fa"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-26T22:01:02.9176787Z","updatedOn":"2019-03-26T22:01:02.9176787Z","createdBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","updatedBy":"8701e34d-d7c2-459c-b2d7-f3a9c5204818","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/4b771ea9-81de-4fc4-aa28-a3a0b9b4a320","type":"Microsoft.Authorization/roleAssignments","name":"4b771ea9-81de-4fc4-aa28-a3a0b9b4a320"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-27T00:49:37.3000523Z","updatedOn":"2019-03-27T00:49:37.3000523Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/e6e1fffd-83f7-40c7-9f33-e56e2cf75b29","type":"Microsoft.Authorization/roleAssignments","name":"e6e1fffd-83f7-40c7-9f33-e56e2cf75b29"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2019-03-27T00:50:08.3039053Z","updatedOn":"2019-03-27T00:50:08.3039053Z","createdBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","updatedBy":"820ba717-9ea7-4147-bc13-1e35af4cc27c","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/3d01f56e-ee3a-41ed-a775-0e067546cb12","type":"Microsoft.Authorization/roleAssignments","name":"3d01f56e-ee3a-41ed-a775-0e067546cb12"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/94ddc4bc-25f5-4f3e-b527-c587da93cfe4","principalId":"00000000-0000-0000-0000-000000000001","principalType":"Group","scope":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod","condition":null,"conditionVersion":null,"createdOn":"2022-06-28T23:11:28.9217618Z","updatedOn":"2022-06-28T23:11:28.9217618Z","createdBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","updatedBy":"1c8b3602-77a2-4e8a-8c1e-f127f2af5ca2","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/CnAIOrchestrationServicePublicCorpprod/providers/Microsoft.Authorization/roleAssignments/869183bd-893a-46f9-bb02-45e48b13f1be","type":"Microsoft.Authorization/roleAssignments","name":"869183bd-893a-46f9-bb02-45e48b13f1be"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2020-03-12T20:43:06.5941189Z","updatedOn":"2020-03-12T20:43:06.5941189Z","createdBy":"606f48c8-d219-4875-991d-ae6befaf0756","updatedBy":"606f48c8-d219-4875-991d-ae6befaf0756","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/ad9e2cd7-0ff7-4931-9b17-656c8f17934b","type":"Microsoft.Authorization/roleAssignments","name":"ad9e2cd7-0ff7-4931-9b17-656c8f17934b"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47","condition":null,"conditionVersion":null,"createdOn":"2023-02-21T22:32:46.2324804Z","updatedOn":"2023-02-21T22:32:46.2324804Z","createdBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","updatedBy":"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e","delegatedManagedIdentityResourceId":null,"description":null},"id":"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/roleAssignments/df7c1e07-5c2d-4b22-b7b9-fd11a8569db3","type":"Microsoft.Authorization/roleAssignments","name":"df7c1e07-5c2d-4b22-b7b9-fd11a8569db3"}]}' headers: cache-control: - no-cache content-length: - - '65031' + - '65957' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:06 GMT + - Thu, 16 Mar 2023 02:16:10 GMT expires: - '-1' pragma: @@ -2390,7 +2450,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestvlhqopzm6-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest7yyw6pbu2-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "vnetSubnetID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", @@ -2399,7 +2459,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -2425,7 +2485,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -2436,8 +2496,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitestvlhqopzm6-79a739\",\n \"fqdn\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest7yyw6pbu2-79a739\",\n \"fqdn\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -2449,10 +2509,10 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -2466,13 +2526,14 @@ interactions: \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"httpProxyConfig\": {\n \"httpProxy\": \"http://cli-proxy-vm:3128/\",\n \"httpsProxy\": \"https://cli-proxy-vm:3129/\",\n - \ \"noProxy\": [\n \"127.0.0.1\",\n \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.42.0.0/16\",\n \"localhost\",\n \"168.63.129.16\",\n \"169.254.169.254\",\n - \ \"10.244.0.0/16\",\n \"10.0.0.0/16\"\n ],\n \"effectiveNoProxy\": - [\n \"127.0.0.1\",\n \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.42.0.0/16\",\n \"localhost\",\n \"168.63.129.16\",\n \"169.254.169.254\",\n - \ \"10.244.0.0/16\",\n \"10.0.0.0/16\"\n ],\n \"trustedCa\": - \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n + \ \"noProxy\": [\n \"127.0.0.1\",\n \"10.244.0.0/16\",\n \"10.0.0.0/16\",\n + \ \"169.254.169.254\",\n \"konnectivity\",\n \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"localhost\",\n \"10.42.0.0/16\",\n \"168.63.129.16\"\n ],\n + \ \"effectiveNoProxy\": [\n \"127.0.0.1\",\n \"10.244.0.0/16\",\n + \ \"10.0.0.0/16\",\n \"169.254.169.254\",\n \"konnectivity\",\n + \ \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"localhost\",\n \"10.42.0.0/16\",\n \"168.63.129.16\"\n ],\n + \ \"trustedCa\": \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n \ },\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": @@ -2480,18 +2541,18 @@ interactions: \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\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/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 cache-control: - no-cache content-length: - - '6779' + - '6780' content-type: - application/json date: - - Fri, 17 Feb 2023 07:32:11 GMT + - Thu, 16 Mar 2023 02:16:13 GMT expires: - '-1' pragma: @@ -2503,7 +2564,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 201 message: Created @@ -2522,7 +2583,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -2533,8 +2594,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitestvlhqopzm6-79a739\",\n \"fqdn\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest7yyw6pbu2-79a739\",\n \"fqdn\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -2546,10 +2607,10 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -2563,13 +2624,14 @@ interactions: \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"httpProxyConfig\": {\n \"httpProxy\": \"http://cli-proxy-vm:3128/\",\n \"httpsProxy\": \"https://cli-proxy-vm:3129/\",\n - \ \"noProxy\": [\n \"127.0.0.1\",\n \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.42.0.0/16\",\n \"localhost\",\n \"168.63.129.16\",\n \"169.254.169.254\",\n - \ \"10.244.0.0/16\",\n \"10.0.0.0/16\"\n ],\n \"effectiveNoProxy\": - [\n \"127.0.0.1\",\n \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.42.0.0/16\",\n \"localhost\",\n \"168.63.129.16\",\n \"169.254.169.254\",\n - \ \"10.244.0.0/16\",\n \"10.0.0.0/16\"\n ],\n \"trustedCa\": - \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n + \ \"noProxy\": [\n \"127.0.0.1\",\n \"10.244.0.0/16\",\n \"10.0.0.0/16\",\n + \ \"169.254.169.254\",\n \"konnectivity\",\n \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"localhost\",\n \"10.42.0.0/16\",\n \"168.63.129.16\"\n ],\n + \ \"effectiveNoProxy\": [\n \"127.0.0.1\",\n \"10.244.0.0/16\",\n + \ \"10.0.0.0/16\",\n \"169.254.169.254\",\n \"konnectivity\",\n + \ \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"localhost\",\n \"10.42.0.0/16\",\n \"168.63.129.16\"\n ],\n + \ \"trustedCa\": \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n \ },\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": @@ -2577,16 +2639,16 @@ interactions: \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '6779' + - '6780' content-type: - application/json date: - - Fri, 17 Feb 2023 07:32:11 GMT + - Thu, 16 Mar 2023 02:16:13 GMT expires: - '-1' pragma: @@ -2619,7 +2681,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Network%20Contributor%27&api-version=2022-04-01 @@ -2635,7 +2697,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:11 GMT + - Thu, 16 Mar 2023 02:16:13 GMT expires: - '-1' pragma: @@ -2675,13 +2737,13 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/8bbe604d-4c62-4e80-89db-3331268013b8?api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/1f20209d-562e-4d81-bbce-af7121eb2052?api-version=2022-04-01 response: body: - string: '{"error":{"code":"PrincipalNotFound","message":"Principal 5e472147b35a4defad4ffcbd06580906 + string: '{"error":{"code":"PrincipalNotFound","message":"Principal 04e091bded2046a0aa0bef4ec32c93d7 does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47. Check that you have the correct principal ID. If you are creating this principal and then immediately assigning a role, this error might be related to a replication @@ -2695,7 +2757,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:12 GMT + - Thu, 16 Mar 2023 02:16:14 GMT expires: - '-1' pragma: @@ -2705,7 +2767,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 400 message: Bad Request @@ -2724,7 +2786,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Network%20Contributor%27&api-version=2022-04-01 @@ -2740,7 +2802,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:14 GMT + - Thu, 16 Mar 2023 02:16:16 GMT expires: - '-1' pragma: @@ -2780,13 +2842,13 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/a4e752d9-d78f-455f-b779-455520003cb2?api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/2c7aa60a-a20a-49bb-9bb9-cd68a4c61442?api-version=2022-04-01 response: body: - string: '{"error":{"code":"PrincipalNotFound","message":"Principal 5e472147b35a4defad4ffcbd06580906 + string: '{"error":{"code":"PrincipalNotFound","message":"Principal 04e091bded2046a0aa0bef4ec32c93d7 does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47. Check that you have the correct principal ID. If you are creating this principal and then immediately assigning a role, this error might be related to a replication @@ -2800,7 +2862,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:15 GMT + - Thu, 16 Mar 2023 02:16:17 GMT expires: - '-1' pragma: @@ -2829,7 +2891,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Network%20Contributor%27&api-version=2022-04-01 @@ -2845,7 +2907,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:19 GMT + - Thu, 16 Mar 2023 02:16:21 GMT expires: - '-1' pragma: @@ -2885,13 +2947,13 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/80947688-4d0d-4287-92b1-f69d2bc53a02?api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/92e0647a-68e1-45d4-9836-9b16ffb3b572?api-version=2022-04-01 response: body: - string: '{"error":{"code":"PrincipalNotFound","message":"Principal 5e472147b35a4defad4ffcbd06580906 + string: '{"error":{"code":"PrincipalNotFound","message":"Principal 04e091bded2046a0aa0bef4ec32c93d7 does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47. Check that you have the correct principal ID. If you are creating this principal and then immediately assigning a role, this error might be related to a replication @@ -2905,7 +2967,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:20 GMT + - Thu, 16 Mar 2023 02:16:22 GMT expires: - '-1' pragma: @@ -2934,7 +2996,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Network%20Contributor%27&api-version=2022-04-01 @@ -2950,7 +3012,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:26 GMT + - Thu, 16 Mar 2023 02:16:27 GMT expires: - '-1' pragma: @@ -2990,13 +3052,13 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/c2dfbf9f-14b4-467e-b88c-9a1fb241a35c?api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/1ee342f7-358c-4aca-8f16-18489583150d?api-version=2022-04-01 response: body: - string: '{"error":{"code":"PrincipalNotFound","message":"Principal 5e472147b35a4defad4ffcbd06580906 + string: '{"error":{"code":"PrincipalNotFound","message":"Principal 04e091bded2046a0aa0bef4ec32c93d7 does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47. Check that you have the correct principal ID. If you are creating this principal and then immediately assigning a role, this error might be related to a replication @@ -3010,7 +3072,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:26 GMT + - Thu, 16 Mar 2023 02:16:28 GMT expires: - '-1' pragma: @@ -3039,7 +3101,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Network%20Contributor%27&api-version=2022-04-01 @@ -3055,7 +3117,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:35 GMT + - Thu, 16 Mar 2023 02:16:37 GMT expires: - '-1' pragma: @@ -3095,13 +3157,13 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/ca2841cd-4e58-4985-94dc-d6f2e433829c?api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/eae51dd1-1fc0-4dc1-a32c-6a71160653b5?api-version=2022-04-01 response: body: - string: '{"error":{"code":"PrincipalNotFound","message":"Principal 5e472147b35a4defad4ffcbd06580906 + string: '{"error":{"code":"PrincipalNotFound","message":"Principal 04e091bded2046a0aa0bef4ec32c93d7 does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47. Check that you have the correct principal ID. If you are creating this principal and then immediately assigning a role, this error might be related to a replication @@ -3115,7 +3177,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:35 GMT + - Thu, 16 Mar 2023 02:16:37 GMT expires: - '-1' pragma: @@ -3144,23 +3206,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:32:41 GMT + - Thu, 16 Mar 2023 02:16:44 GMT expires: - '-1' pragma: @@ -3193,7 +3255,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Network%20Contributor%27&api-version=2022-04-01 @@ -3209,7 +3271,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:46 GMT + - Thu, 16 Mar 2023 02:16:47 GMT expires: - '-1' pragma: @@ -3249,27 +3311,22 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/c86ce9b8-b664-4873-a810-edeb2182bbbe?api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/14059fc7-e7d3-44b8-8219-40d0b28b63cf?api-version=2022-04-01 response: body: - string: '{"error":{"code":"PrincipalNotFound","message":"Principal 5e472147b35a4defad4ffcbd06580906 - does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47. Check - that you have the correct principal ID. If you are creating this principal - and then immediately assigning a role, this error might be related to a replication - delay. In this case, set the role assignment principalType property to a value, - such as ServicePrincipal, User, or Group. See https://aka.ms/docs-principaltype"}}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet","condition":null,"conditionVersion":null,"createdOn":"2023-03-16T02:16:47.8937584Z","updatedOn":"2023-03-16T02:16:48.3097559Z","createdBy":null,"updatedBy":"119e1aeb-4592-42d6-9507-c66df857924f","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/14059fc7-e7d3-44b8-8219-40d0b28b63cf","type":"Microsoft.Authorization/roleAssignments","name":"14059fc7-e7d3-44b8-8219-40d0b28b63cf"}' headers: cache-control: - no-cache content-length: - - '489' + - '1041' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Feb 2023 07:32:46 GMT + - Thu, 16 Mar 2023 02:16:48 GMT expires: - '-1' pragma: @@ -3279,15 +3336,15 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: - code: 400 - message: Bad Request + code: 201 + message: Created - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3298,29 +3355,29 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Network%20Contributor%27&api-version=2022-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: '{"value":[{"properties":{"roleName":"Network Contributor","type":"BuiltInRole","description":"Lets - you manage networks, but not access to them.","assignableScopes":["/"],"permissions":[{"actions":["Microsoft.Authorization/*/read","Microsoft.Insights/alertRules/*","Microsoft.Network/*","Microsoft.ResourceHealth/availabilityStatuses/read","Microsoft.Resources/deployments/*","Microsoft.Resources/subscriptions/resourceGroups/read","Microsoft.Support/*"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-06-02T00:18:27.3542698Z","updatedOn":"2021-11-11T20:13:44.6328966Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","type":"Microsoft.Authorization/roleDefinitions","name":"4d97b98b-1d4f-4787-a291-c67834d212e7"}]}' + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '873' + - '125' content-type: - - application/json; charset=utf-8 + - application/json date: - - Fri, 17 Feb 2023 07:32:58 GMT + - Thu, 16 Mar 2023 02:17:14 GMT expires: - '-1' pragma: - no-cache - set-cookie: - - x-ms-gateway-slice=Production; path=/; secure; samesite=none; httponly + server: + - nginx strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3332,57 +3389,6 @@ interactions: status: code: 200 message: OK -- request: - body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7", - "principalId":"00000000-0000-0000-0000-000000000001"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - Content-Length: - - '232' - Content-Type: - - application/json - Cookie: - - x-ms-gateway-slice=Production - ParameterSetName: - - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity - --yes --vnet-subnet-id -o - User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-authorization/3.0.0 Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/564287de-c753-4f6a-a43d-23c38d759127?api-version=2022-04-01 - response: - body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7","principalId":"00000000-0000-0000-0000-000000000001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet","condition":null,"conditionVersion":null,"createdOn":"2023-02-17T07:32:59.2223734Z","updatedOn":"2023-02-17T07:32:59.6598620Z","createdBy":null,"updatedBy":"119e1aeb-4592-42d6-9507-c66df857924f","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet/providers/Microsoft.Authorization/roleAssignments/564287de-c753-4f6a-a43d-23c38d759127","type":"Microsoft.Authorization/roleAssignments","name":"564287de-c753-4f6a-a43d-23c38d759127"}' - headers: - cache-control: - - no-cache - content-length: - - '1041' - content-type: - - application/json; charset=utf-8 - date: - - Fri, 17 Feb 2023 07:32:59 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created - request: body: null headers: @@ -3398,23 +3404,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:33:11 GMT + - Thu, 16 Mar 2023 02:17:44 GMT expires: - '-1' pragma: @@ -3447,23 +3453,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:33:42 GMT + - Thu, 16 Mar 2023 02:18:14 GMT expires: - '-1' pragma: @@ -3496,23 +3502,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:34:11 GMT + - Thu, 16 Mar 2023 02:18:44 GMT expires: - '-1' pragma: @@ -3545,23 +3551,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:34:42 GMT + - Thu, 16 Mar 2023 02:19:13 GMT expires: - '-1' pragma: @@ -3594,23 +3600,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:35:11 GMT + - Thu, 16 Mar 2023 02:19:44 GMT expires: - '-1' pragma: @@ -3643,23 +3649,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:35:42 GMT + - Thu, 16 Mar 2023 02:20:14 GMT expires: - '-1' pragma: @@ -3692,23 +3698,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:36:11 GMT + - Thu, 16 Mar 2023 02:20:44 GMT expires: - '-1' pragma: @@ -3741,23 +3747,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:36:42 GMT + - Thu, 16 Mar 2023 02:21:14 GMT expires: - '-1' pragma: @@ -3790,23 +3796,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:37:12 GMT + - Thu, 16 Mar 2023 02:21:44 GMT expires: - '-1' pragma: @@ -3839,23 +3845,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:37:42 GMT + - Thu, 16 Mar 2023 02:22:14 GMT expires: - '-1' pragma: @@ -3888,23 +3894,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:38:12 GMT + - Thu, 16 Mar 2023 02:22:45 GMT expires: - '-1' pragma: @@ -3937,23 +3943,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:38:43 GMT + - Thu, 16 Mar 2023 02:23:15 GMT expires: - '-1' pragma: @@ -3986,23 +3992,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:39:12 GMT + - Thu, 16 Mar 2023 02:23:44 GMT expires: - '-1' pragma: @@ -4035,23 +4041,23 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Fri, 17 Feb 2023 07:39:42 GMT + - Thu, 16 Mar 2023 02:24:14 GMT expires: - '-1' pragma: @@ -4084,24 +4090,24 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f2556b67-0f87-4b0a-b8c9-8120f32d04b7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/11038089-a8b0-4ba4-92b9-912115f771db?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"676b55f2-870f-0a4b-b8c9-8120f32d04b7\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-02-17T07:32:11.7364316Z\",\n \"endTime\": - \"2023-02-17T07:40:07.5016607Z\"\n }" + string: "{\n \"name\": \"89800311-b0a8-a44b-92b9-912115f771db\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:16:14.147163Z\",\n \"endTime\": + \"2023-03-16T02:24:30.4263502Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Fri, 17 Feb 2023 07:40:13 GMT + - Thu, 16 Mar 2023 02:24:44 GMT expires: - '-1' pragma: @@ -4134,7 +4140,7 @@ interactions: - --resource-group --name --http-proxy-config --ssh-key-value --enable-managed-identity --yes --vnet-subnet-id -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -4145,8 +4151,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitestvlhqopzm6-79a739\",\n \"fqdn\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest7yyw6pbu2-79a739\",\n \"fqdn\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -4158,17 +4164,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fbb61ca4-0e2d-4689-91e3-08bca176f8fb\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a8f302dc-a292-41ed-8e97-c7c6c04349c4\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -4180,13 +4186,14 @@ interactions: \ }\n },\n \"disableLocalAccounts\": false,\n \"httpProxyConfig\": {\n \"httpProxy\": \"http://cli-proxy-vm:3128/\",\n \"httpsProxy\": \"https://cli-proxy-vm:3129/\",\n \"noProxy\": [\n \"127.0.0.1\",\n - \ \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.42.0.0/16\",\n \"localhost\",\n \"168.63.129.16\",\n \"169.254.169.254\",\n - \ \"10.244.0.0/16\",\n \"10.0.0.0/16\"\n ],\n \"effectiveNoProxy\": - [\n \"127.0.0.1\",\n \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.42.0.0/16\",\n \"localhost\",\n \"168.63.129.16\",\n \"169.254.169.254\",\n - \ \"10.244.0.0/16\",\n \"10.0.0.0/16\"\n ],\n \"trustedCa\": - \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n + \ \"10.244.0.0/16\",\n \"10.0.0.0/16\",\n \"169.254.169.254\",\n + \ \"konnectivity\",\n \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"localhost\",\n \"10.42.0.0/16\",\n \"168.63.129.16\"\n ],\n + \ \"effectiveNoProxy\": [\n \"127.0.0.1\",\n \"10.244.0.0/16\",\n + \ \"10.0.0.0/16\",\n \"169.254.169.254\",\n \"konnectivity\",\n + \ \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"localhost\",\n \"10.42.0.0/16\",\n \"168.63.129.16\"\n ],\n + \ \"trustedCa\": \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n \ },\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": @@ -4194,16 +4201,16 @@ interactions: \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '7432' + - '7433' content-type: - application/json date: - - Fri, 17 Feb 2023 07:40:13 GMT + - Thu, 16 Mar 2023 02:24:45 GMT expires: - '-1' pragma: @@ -4235,7 +4242,7 @@ interactions: ParameterSetName: - --resource-group --name --http-proxy-config User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -4246,8 +4253,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitestvlhqopzm6-79a739\",\n \"fqdn\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest7yyw6pbu2-79a739\",\n \"fqdn\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -4259,17 +4266,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fbb61ca4-0e2d-4689-91e3-08bca176f8fb\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a8f302dc-a292-41ed-8e97-c7c6c04349c4\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -4281,13 +4288,14 @@ interactions: \ }\n },\n \"disableLocalAccounts\": false,\n \"httpProxyConfig\": {\n \"httpProxy\": \"http://cli-proxy-vm:3128/\",\n \"httpsProxy\": \"https://cli-proxy-vm:3129/\",\n \"noProxy\": [\n \"127.0.0.1\",\n - \ \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.42.0.0/16\",\n \"localhost\",\n \"168.63.129.16\",\n \"169.254.169.254\",\n - \ \"10.244.0.0/16\",\n \"10.0.0.0/16\"\n ],\n \"effectiveNoProxy\": - [\n \"127.0.0.1\",\n \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.42.0.0/16\",\n \"localhost\",\n \"168.63.129.16\",\n \"169.254.169.254\",\n - \ \"10.244.0.0/16\",\n \"10.0.0.0/16\"\n ],\n \"trustedCa\": - \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n + \ \"10.244.0.0/16\",\n \"10.0.0.0/16\",\n \"169.254.169.254\",\n + \ \"konnectivity\",\n \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"localhost\",\n \"10.42.0.0/16\",\n \"168.63.129.16\"\n ],\n + \ \"effectiveNoProxy\": [\n \"127.0.0.1\",\n \"10.244.0.0/16\",\n + \ \"10.0.0.0/16\",\n \"169.254.169.254\",\n \"konnectivity\",\n + \ \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"localhost\",\n \"10.42.0.0/16\",\n \"168.63.129.16\"\n ],\n + \ \"trustedCa\": \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZHekNDQXdPZ0F3SUJBZ0lVT1FvajhDTFpkc2Vscjk3cnZJd3g1T0xEc3V3d0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01ZMnhwTFhCeWIzaDVMWFp0TUI0WERUSXlNRE13T0RFMk5EUTBOMW9YRFRNeQpNRE13TlRFMk5EUTBOMW93RnpFVk1CTUdBMVVFQXd3TVkyeHBMWEJ5YjNoNUxYWnRNSUlDSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FnOEFNSUlDQ2dLQ0FnRUEvTVB0VjVCVFB0NmNxaTRSZE1sbXIzeUlzYTJ1anpjaHh2NGgKanNDMUR0blJnb3M1UzQxUEgwcmkrM3RUU1ZYMzJ5cndzWStyRDFZUnVwbTZsbUU3R2hVNUkwR2k5b3prU0YwWgpLS2FKaTJveXBVL0ZCK1FQcXpvQ1JzTUV3R0NibUtGVmw4VnVoeW5kWEs0YjRrYmxyOWJsL2V1d2Q3TThTYnZ6CldVam5lRHJRc2lJc3J6UFQ0S0FaTHFjdHpEZTRsbFBUN1lLYTMzaGlFUE9mdldpWitkcWthUUE5UDY0eFhTeW4KZkhYOHVWQUozdUJWSmVHeEQwcGtOSjdqT3J5YVV1SEh1Y1U4UzltSWpuS2pBQjVhUGpMSDV4QXM2bG1iMzEyMgp5KzF0bkVBbVhNNTBEK1VvRWpmUzZIT2I1cmRpcVhHdmMxS2JvS2p6a1BDUnh4MmE3MmN2ZWdVajZtZ0FKTHpnClRoRTFsbGNtVTRpemd4b0lNa1ZwR1RWT0xMbjFWRkt1TmhNWkN2RnZLZ25Lb0F2M0cwRlVuZldFYVJSalNObUQKTFlhTURUNUg5WnQycERJVWpVR1N0Q2w3Z1J6TUVuWXdKTzN5aURwZzQzbzVkUnlzVXlMOUpmRS9OaDdUZzYxOApuOGNKL1c3K1FZYllsanVyYXA4cjdRRlNyb2wzVkNoRkIrT29yNW5pK3ZvaFNBd0pmMFVsTXBHM3hXbXkxVUk0ClRGS2ZGR1JSVHpyUCs3Yk53WDVoSXZJeTVWdGd5YU9xSndUeGhpL0pkeHRPcjJ0QTVyQ1c3K0N0Z1N2emtxTkUKWHlyN3ZrWWdwNlk1TFpneTR0VWpLMEswT1VnVmRqQk9oRHBFenkvRkY4dzFGRVZnSjBxWS9yV2NMa0JIRFQ4Ugp2SmtoaW84Q0F3RUFBYU5mTUYwd0Z3WURWUjBSQkJBd0RvSU1ZMnhwTFhCeWIzaDVMWFp0TUJJR0ExVWRFd0VCCi93UUlNQVlCQWY4Q0FRQXdEd1lEVlIwUEFRSC9CQVVEQXdmbmdEQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0QKQWdZSUt3WUJCUVVIQXdFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBb21qQ3lYdmFRT3hnWUs1MHNYTEIyKwp3QWZkc3g1bm5HZGd5Zmc0dXJXMlZtMTVEaEd2STdDL250cTBkWXkyNE4vVWJHN1VEWHZseUxJSkZxMVhQN25mCnBaRzBWQ2paNjlibXhLbTNaOG0wL0F3TXZpOGU5ZWR5OHY5a05CQ3dMR2tIYkE4WW85Q0lpUWdlbGZwcDF2VWgKYm5OQmhhRCtpdTZDZmlDTHdnSmIvaXc3ZW8vQ3lvWnF4K3RqWGFPMnpYdm00cC8rUUlmQU9ndEdRTEZVOGNmWgovZ1VyVHE1Z0ZxMCtQOUd5V3NBVEpGNnE3TDZXWlpqME91VHNlN2Y0Q1NpajZNbk9NTXhBK0pvYWhKejdsc1NpClRKSEl3RXA1ci9SeWhweWVwUXhGWWNVSDVKSmY5cmFoWExXWmkrOVRqeFNNMll5aHhmUlBzaVVFdUdEb2s3OFEKbS9RUGlDaTlKSmIxb2NtVGpBVjh4RFNob2NpdlhPRnlobjZMbjc3dkxqWStBYXZ0V0RoUXRocHVQeHNMdFZ6bQplMFNIMTFkRUxSdGI3NG1xWE9yTzdmdS8rSUJzM0pxTEUvVSt4dXhRdHZHOHZHMXlES0hIU1pxUzJoL1dzNGw0Ck5pQXNoSGdlaFFEUEJjWTl3WVl6ZkJnWnBPVU16ZERmNTB4K0ZTbFk0M1dPSkp6U3VRaDR5WjArM2t5Z3VDRjgKcm5NTFNjZXlTNGNpNExtSi9LQ1N1R2RmNlhWWXo4QkU5Z2pqanBDUDZxeTBVbFJlZldzL2lnL3djSysyYkYxVApuL1l2KzZnWGVDVEhKNzVxRElQbHA3RFJVVWswZmJNajRiSWthb2dXV2s0emYydThteFpMYTBsZVBLTktaTi9tCkdDdkZ3cjNlaSt1LzhjenA1RjdUCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n \ },\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": @@ -4295,16 +4303,16 @@ interactions: \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '7432' + - '7433' content-type: - application/json date: - - Fri, 17 Feb 2023 07:40:13 GMT + - Thu, 16 Mar 2023 02:24:46 GMT expires: - '-1' pragma: @@ -4323,9 +4331,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "sku": {"name": "Base", "tier": "Free"}, "identity": + body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": - "cliakstest-clitestvlhqopzm6-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + "cliakstest-clitest7yyw6pbu2-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "vnetSubnetID": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/virtualNetworks/cliakstest000002/subnets/aks-subnet", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, @@ -4333,14 +4341,14 @@ interactions: "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fbb61ca4-0e2d-4689-91e3-08bca176f8fb"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a8f302dc-a292-41ed-8e97-c7c6c04349c4"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -4359,13 +4367,13 @@ interactions: Connection: - keep-alive Content-Length: - - '5417' + - '5418' Content-Type: - application/json ParameterSetName: - --resource-group --name --http-proxy-config User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -4376,8 +4384,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitestvlhqopzm6-79a739\",\n \"fqdn\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest7yyw6pbu2-79a739\",\n \"fqdn\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -4389,17 +4397,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fbb61ca4-0e2d-4689-91e3-08bca176f8fb\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a8f302dc-a292-41ed-8e97-c7c6c04349c4\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -4411,13 +4419,13 @@ interactions: \ }\n },\n \"disableLocalAccounts\": false,\n \"httpProxyConfig\": {\n \"httpProxy\": \"http://cli-proxy-vm:3128/\",\n \"httpsProxy\": \"https://cli-proxy-vm:3129/\",\n \"noProxy\": [\n \"localhost\",\n - \ \"127.0.0.1\",\n \"10.42.0.0/16\",\n \"169.254.169.254\",\n \"konnectivity\",\n - \ \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.244.0.0/16\",\n \"168.63.129.16\",\n \"10.0.0.0/16\"\n ],\n - \ \"effectiveNoProxy\": [\n \"localhost\",\n \"127.0.0.1\",\n \"10.42.0.0/16\",\n - \ \"169.254.169.254\",\n \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.244.0.0/16\",\n \"168.63.129.16\",\n \"10.0.0.0/16\"\n ],\n - \ \"trustedCa\": \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZERENDQXZTZ0F3SUJBZ0lVQlJ3cGs1eTh5ckdrNmtYTjhkSHlMRUNvaHBrd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0VqRVFNQTRHQTFVRUF3d0habTl2TFdKaGNqQWVGdzB5TVRFd01UTXdNekU1TlRoYUZ3MHpNVEV3TVRFdwpNekU1TlRoYU1CSXhFREFPQmdOVkJBTU1CMlp2YnkxaVlYSXdnZ0lpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElDCkR3QXdnZ0lLQW9JQ0FRRFcwRE9sVC9yci9xUEZIUU9lNndBNDkyVGh3VWxZaDhCQkszTW9VWVZLNjEvL2xXekEKeFkrYzlmazlvckUrZXhMSVpwdUg1VnNZR21MNUFyc05sVmNBMkU4MWgwSlBPYUo1eEpiZG40YldpZG9vdXRVVwpXeDNhYUJLSEt0RWdZbUNmTjliWXlZMlNWRWQvNS9HeGh0akVabHJ1aEtRdkZVa3hwR0xKK1JRQ25oNklZakQwCnNpQ0YyTjJhVUJ4RE5KaUdmeHlHSVIrY2p4Vlcrd01md05CQ0l6QVkxMnY4WmpzUXdmUWlhOE5oWEx3M0tuRm0KdzUrcHN2bU1HL1FFUUtZMXNOTnk2dS9DZkI3cmIxQ0EwcjdNNnFsNFMrWHJjZUVRcXpDUWR6NWJueGNYbmFkbwp5MDlhdm5OSGRqbmpvcHNPSkxhd2hzb3RGNWFrL1FLdjYzdU9yVFFlOHlPSWlCZ3JSUzdwejcxbVlhRGNMcXFtCmtmdDVLYnFnMHNZYmo0M09LSm5aZ3crTUtackhoSFJKNi9BcWxOclZML3pFUytHU0ozQ1lSaE5nYXdDQ0Nqd1gKanZYZnkycWFEV2NQbWZaSWVVMVNzdE05THBVRWFQNjJzUVNmb3NEdnZFbUFyUVgwcmd1WGhvZ3pRUFdGWVlEKwo4SUNFYkNFc21hVnN3MzhVUzgzbFlGVCtyTHh3cm5UK1JXSUZ2WFRXbHhCNm5JeWpsOXBhNzlkdU5ocjJxN2RzCjVOU3ZWWHg5UGNqVTQ2VUZ6QnVTbUl0Q0M0Y1NadFRWc3l6ZnpMd2hKbGlqV0czTkp5TnpHUkZQcUpQdTNJUzEKZ3VtKytqdWx4bXZNWm1vM1RqSE5JRm90a0kyd3d3ZUtIcWpYcW9STmwvVnZobE5CaXZRR2gxeGovd0lEQVFBQgpvMW93V0RBU0JnTlZIUkVFQ3pBSmdnZG1iMjh0WW1GeU1CSUdBMVVkRXdFQi93UUlNQVlCQWY4Q0FRQXdEd1lEClZSMFBBUUgvQkFVREF3Zm5nREFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQWdZSUt3WUJCUVVIQXdFd0RRWUoKS29aSWh2Y05BUUVMQlFBRGdnSUJBTDF3RlpTdUw4NTM3aHpUTXhSUWJjcWdEU2F4RUd0ZDJaNTVCcnVWQVloagpxQjR6STd1UVZ2SkNpeXdmQm5BNnZmejh2UDBzdGJJbkVtajh1dS9CSS81NzZqR0tWUWRQSDhqMnQvN1NQWjFKClhBWk9wc1hoVll2RmtpQlhVeW1RMnAvRjFqb2ZRRE1JQ0htdHhRUSthakJQNjBpcnFnVnpsRi95NlQySUgzOHYKbGordndIam52WW5vVmhGNEY0TlE5amp6S3Y1NUhVTk0xUEJKZkFaOTJqeXovczdPMmN2cjhNWlNkT2s5QVk1RQp5RXRlQjBTSjdLS0tUZklBVmVMQzdrRnBHR3FsRkRBNzhPSS9YakNZViswRjk4MHdNOVkxTEVUa3ZMamVSMEFyCnVzZDNIS1Vtd2EwTVEwUTNZNGxma0ZtNjJTclhvcjJURC9WZHpFZWNOTnVmV1VJTVNuaEJDNTVHWjBOTVYvR0QKRXhGZTVWQkhUZEZVNlIwb3JCOVFjVll1Mzk0MEt5NXhkbHNaUHZlMmRJNS9WOXhzY0Zad3cxWWs4K21RK3NVeQp2UVBoL2ZmK0tTQjdVVkdvTVNXUlg3YjFFMGVzZSs4QzZlaVV2OXpDR0VRbkVCcnFIQWxSUDJ2ZzQ0bXFJSnRzCjN2NUt1NW0ySmJoeWNsQVR3VUNQZkN3a2tLRTg0MzZGRitDK0ZUVTJ1OWVpL2t5QTAxYi9zRFl2cWdsS2FWK3MKbEVHRkhjd05Ea2VrS1BFUEZxNkpnZ3R0WlNidE5SMnFadzl3cExIbDVuVlVXdnBGa2hvcW1KVkphK0VBSTQ1LwpqRkh4VG9PMHp1NlBxc1p5SnM2TC84Z3BhbTcwMDV6b0VETVRjcFltMlduMFBKcEg3NE9zUHJVRDVJWVA5ZEt5Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n + \ \"10.42.0.0/16\",\n \"168.63.129.16\",\n \"10.244.0.0/16\",\n + \ \"10.0.0.0/16\",\n \"127.0.0.1\",\n \"169.254.169.254\",\n \"konnectivity\",\n + \ \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\"\n + \ ],\n \"effectiveNoProxy\": [\n \"localhost\",\n \"10.42.0.0/16\",\n + \ \"168.63.129.16\",\n \"10.244.0.0/16\",\n \"10.0.0.0/16\",\n + \ \"127.0.0.1\",\n \"169.254.169.254\",\n \"konnectivity\",\n \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\"\n + \ ],\n \"trustedCa\": \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZERENDQXZTZ0F3SUJBZ0lVQlJ3cGs1eTh5ckdrNmtYTjhkSHlMRUNvaHBrd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0VqRVFNQTRHQTFVRUF3d0habTl2TFdKaGNqQWVGdzB5TVRFd01UTXdNekU1TlRoYUZ3MHpNVEV3TVRFdwpNekU1TlRoYU1CSXhFREFPQmdOVkJBTU1CMlp2YnkxaVlYSXdnZ0lpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElDCkR3QXdnZ0lLQW9JQ0FRRFcwRE9sVC9yci9xUEZIUU9lNndBNDkyVGh3VWxZaDhCQkszTW9VWVZLNjEvL2xXekEKeFkrYzlmazlvckUrZXhMSVpwdUg1VnNZR21MNUFyc05sVmNBMkU4MWgwSlBPYUo1eEpiZG40YldpZG9vdXRVVwpXeDNhYUJLSEt0RWdZbUNmTjliWXlZMlNWRWQvNS9HeGh0akVabHJ1aEtRdkZVa3hwR0xKK1JRQ25oNklZakQwCnNpQ0YyTjJhVUJ4RE5KaUdmeHlHSVIrY2p4Vlcrd01md05CQ0l6QVkxMnY4WmpzUXdmUWlhOE5oWEx3M0tuRm0KdzUrcHN2bU1HL1FFUUtZMXNOTnk2dS9DZkI3cmIxQ0EwcjdNNnFsNFMrWHJjZUVRcXpDUWR6NWJueGNYbmFkbwp5MDlhdm5OSGRqbmpvcHNPSkxhd2hzb3RGNWFrL1FLdjYzdU9yVFFlOHlPSWlCZ3JSUzdwejcxbVlhRGNMcXFtCmtmdDVLYnFnMHNZYmo0M09LSm5aZ3crTUtackhoSFJKNi9BcWxOclZML3pFUytHU0ozQ1lSaE5nYXdDQ0Nqd1gKanZYZnkycWFEV2NQbWZaSWVVMVNzdE05THBVRWFQNjJzUVNmb3NEdnZFbUFyUVgwcmd1WGhvZ3pRUFdGWVlEKwo4SUNFYkNFc21hVnN3MzhVUzgzbFlGVCtyTHh3cm5UK1JXSUZ2WFRXbHhCNm5JeWpsOXBhNzlkdU5ocjJxN2RzCjVOU3ZWWHg5UGNqVTQ2VUZ6QnVTbUl0Q0M0Y1NadFRWc3l6ZnpMd2hKbGlqV0czTkp5TnpHUkZQcUpQdTNJUzEKZ3VtKytqdWx4bXZNWm1vM1RqSE5JRm90a0kyd3d3ZUtIcWpYcW9STmwvVnZobE5CaXZRR2gxeGovd0lEQVFBQgpvMW93V0RBU0JnTlZIUkVFQ3pBSmdnZG1iMjh0WW1GeU1CSUdBMVVkRXdFQi93UUlNQVlCQWY4Q0FRQXdEd1lEClZSMFBBUUgvQkFVREF3Zm5nREFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQWdZSUt3WUJCUVVIQXdFd0RRWUoKS29aSWh2Y05BUUVMQlFBRGdnSUJBTDF3RlpTdUw4NTM3aHpUTXhSUWJjcWdEU2F4RUd0ZDJaNTVCcnVWQVloagpxQjR6STd1UVZ2SkNpeXdmQm5BNnZmejh2UDBzdGJJbkVtajh1dS9CSS81NzZqR0tWUWRQSDhqMnQvN1NQWjFKClhBWk9wc1hoVll2RmtpQlhVeW1RMnAvRjFqb2ZRRE1JQ0htdHhRUSthakJQNjBpcnFnVnpsRi95NlQySUgzOHYKbGordndIam52WW5vVmhGNEY0TlE5amp6S3Y1NUhVTk0xUEJKZkFaOTJqeXovczdPMmN2cjhNWlNkT2s5QVk1RQp5RXRlQjBTSjdLS0tUZklBVmVMQzdrRnBHR3FsRkRBNzhPSS9YakNZViswRjk4MHdNOVkxTEVUa3ZMamVSMEFyCnVzZDNIS1Vtd2EwTVEwUTNZNGxma0ZtNjJTclhvcjJURC9WZHpFZWNOTnVmV1VJTVNuaEJDNTVHWjBOTVYvR0QKRXhGZTVWQkhUZEZVNlIwb3JCOVFjVll1Mzk0MEt5NXhkbHNaUHZlMmRJNS9WOXhzY0Zad3cxWWs4K21RK3NVeQp2UVBoL2ZmK0tTQjdVVkdvTVNXUlg3YjFFMGVzZSs4QzZlaVV2OXpDR0VRbkVCcnFIQWxSUDJ2ZzQ0bXFJSnRzCjN2NUt1NW0ySmJoeWNsQVR3VUNQZkN3a2tLRTg0MzZGRitDK0ZUVTJ1OWVpL2t5QTAxYi9zRFl2cWdsS2FWK3MKbEVHRkhjd05Ea2VrS1BFUEZxNkpnZ3R0WlNidE5SMnFadzl3cExIbDVuVlVXdnBGa2hvcW1KVkphK0VBSTQ1LwpqRkh4VG9PMHp1NlBxc1p5SnM2TC84Z3BhbTcwMDV6b0VETVRjcFltMlduMFBKcEg3NE9zUHJVRDVJWVA5ZEt5Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n \ },\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": @@ -4425,18 +4433,18 @@ interactions: \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\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/westus2/operations/47329281-efe4-4216-a00c-9a470e471070?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/629da4d3-7cf3-49b9-afd9-c7867f943294?api-version=2016-03-30 cache-control: - no-cache content-length: - - '7402' + - '7403' content-type: - application/json date: - - Fri, 17 Feb 2023 07:40:16 GMT + - Thu, 16 Mar 2023 02:24:49 GMT expires: - '-1' pragma: @@ -4452,7 +4460,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1190' status: code: 200 message: OK @@ -4470,23 +4478,23 @@ interactions: ParameterSetName: - --resource-group --name --http-proxy-config User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47329281-efe4-4216-a00c-9a470e471070?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/629da4d3-7cf3-49b9-afd9-c7867f943294?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81923247-e4ef-1642-a00c-9a470e471070\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:40:17.596268Z\"\n }" + string: "{\n \"name\": \"d3a49d62-f37c-b949-afd9-c7867f943294\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:24:49.6338893Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Fri, 17 Feb 2023 07:40:47 GMT + - Thu, 16 Mar 2023 02:25:19 GMT expires: - '-1' pragma: @@ -4518,23 +4526,23 @@ interactions: ParameterSetName: - --resource-group --name --http-proxy-config User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47329281-efe4-4216-a00c-9a470e471070?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/629da4d3-7cf3-49b9-afd9-c7867f943294?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81923247-e4ef-1642-a00c-9a470e471070\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:40:17.596268Z\"\n }" + string: "{\n \"name\": \"d3a49d62-f37c-b949-afd9-c7867f943294\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:24:49.6338893Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Fri, 17 Feb 2023 07:41:17 GMT + - Thu, 16 Mar 2023 02:25:49 GMT expires: - '-1' pragma: @@ -4566,23 +4574,23 @@ interactions: ParameterSetName: - --resource-group --name --http-proxy-config User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47329281-efe4-4216-a00c-9a470e471070?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/629da4d3-7cf3-49b9-afd9-c7867f943294?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81923247-e4ef-1642-a00c-9a470e471070\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-17T07:40:17.596268Z\"\n }" + string: "{\n \"name\": \"d3a49d62-f37c-b949-afd9-c7867f943294\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:24:49.6338893Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Fri, 17 Feb 2023 07:41:47 GMT + - Thu, 16 Mar 2023 02:26:19 GMT expires: - '-1' pragma: @@ -4614,24 +4622,24 @@ interactions: ParameterSetName: - --resource-group --name --http-proxy-config User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47329281-efe4-4216-a00c-9a470e471070?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/629da4d3-7cf3-49b9-afd9-c7867f943294?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81923247-e4ef-1642-a00c-9a470e471070\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-02-17T07:40:17.596268Z\",\n \"endTime\": - \"2023-02-17T07:42:14.079965Z\"\n }" + string: "{\n \"name\": \"d3a49d62-f37c-b949-afd9-c7867f943294\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:24:49.6338893Z\",\n \"endTime\": + \"2023-03-16T02:26:42.8538514Z\"\n }" headers: cache-control: - no-cache content-length: - - '168' + - '170' content-type: - application/json date: - - Fri, 17 Feb 2023 07:42:17 GMT + - Thu, 16 Mar 2023 02:26:50 GMT expires: - '-1' pragma: @@ -4663,7 +4671,7 @@ interactions: ParameterSetName: - --resource-group --name --http-proxy-config User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -4674,8 +4682,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitestvlhqopzm6-79a739\",\n \"fqdn\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest7yyw6pbu2-79a739\",\n \"fqdn\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -4687,17 +4695,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/KLMSacECP+4As5hwhdezAkaNf0QX3DpNLtOiVALJnLD+/I6p9tD5OD5m1s93X2EYrlV8GZHgnwH3hwd+8878X9HnNRcQ6aXCf0k6wgHK/+cZdYM13GDhtDeEVd0Pd/PZDPYEKT8uHR4+Dmp8DhykUazpcM4RR0d6QeZBvbQrL5QBtSGZ9XHAFiNtjl+Vm54X6pZmTrb0KSS1opXX2qaeVmWxjufzVs/wx5mNjVm43PKWFOurnJattn3kUrQzhOdNVMuzgFXe+6nB59KbvoyY7qzsh1MWLKAGq9fYNIGCRDS82YNCqdo6ZSjRcMElhAZ/36NIiTYXxamsp4Hlao7L + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fbb61ca4-0e2d-4689-91e3-08bca176f8fb\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a8f302dc-a292-41ed-8e97-c7c6c04349c4\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -4709,13 +4717,13 @@ interactions: \ }\n },\n \"disableLocalAccounts\": false,\n \"httpProxyConfig\": {\n \"httpProxy\": \"http://cli-proxy-vm:3128/\",\n \"httpsProxy\": \"https://cli-proxy-vm:3129/\",\n \"noProxy\": [\n \"localhost\",\n - \ \"127.0.0.1\",\n \"10.42.0.0/16\",\n \"169.254.169.254\",\n \"konnectivity\",\n - \ \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.244.0.0/16\",\n \"168.63.129.16\",\n \"10.0.0.0/16\"\n ],\n - \ \"effectiveNoProxy\": [\n \"localhost\",\n \"127.0.0.1\",\n \"10.42.0.0/16\",\n - \ \"169.254.169.254\",\n \"konnectivity\",\n \"cliakstest-clitestvlhqopzm6-79a739-fcd6a83c.hcp.westus2.azmk8s.io\",\n - \ \"10.244.0.0/16\",\n \"168.63.129.16\",\n \"10.0.0.0/16\"\n ],\n - \ \"trustedCa\": \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZERENDQXZTZ0F3SUJBZ0lVQlJ3cGs1eTh5ckdrNmtYTjhkSHlMRUNvaHBrd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0VqRVFNQTRHQTFVRUF3d0habTl2TFdKaGNqQWVGdzB5TVRFd01UTXdNekU1TlRoYUZ3MHpNVEV3TVRFdwpNekU1TlRoYU1CSXhFREFPQmdOVkJBTU1CMlp2YnkxaVlYSXdnZ0lpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElDCkR3QXdnZ0lLQW9JQ0FRRFcwRE9sVC9yci9xUEZIUU9lNndBNDkyVGh3VWxZaDhCQkszTW9VWVZLNjEvL2xXekEKeFkrYzlmazlvckUrZXhMSVpwdUg1VnNZR21MNUFyc05sVmNBMkU4MWgwSlBPYUo1eEpiZG40YldpZG9vdXRVVwpXeDNhYUJLSEt0RWdZbUNmTjliWXlZMlNWRWQvNS9HeGh0akVabHJ1aEtRdkZVa3hwR0xKK1JRQ25oNklZakQwCnNpQ0YyTjJhVUJ4RE5KaUdmeHlHSVIrY2p4Vlcrd01md05CQ0l6QVkxMnY4WmpzUXdmUWlhOE5oWEx3M0tuRm0KdzUrcHN2bU1HL1FFUUtZMXNOTnk2dS9DZkI3cmIxQ0EwcjdNNnFsNFMrWHJjZUVRcXpDUWR6NWJueGNYbmFkbwp5MDlhdm5OSGRqbmpvcHNPSkxhd2hzb3RGNWFrL1FLdjYzdU9yVFFlOHlPSWlCZ3JSUzdwejcxbVlhRGNMcXFtCmtmdDVLYnFnMHNZYmo0M09LSm5aZ3crTUtackhoSFJKNi9BcWxOclZML3pFUytHU0ozQ1lSaE5nYXdDQ0Nqd1gKanZYZnkycWFEV2NQbWZaSWVVMVNzdE05THBVRWFQNjJzUVNmb3NEdnZFbUFyUVgwcmd1WGhvZ3pRUFdGWVlEKwo4SUNFYkNFc21hVnN3MzhVUzgzbFlGVCtyTHh3cm5UK1JXSUZ2WFRXbHhCNm5JeWpsOXBhNzlkdU5ocjJxN2RzCjVOU3ZWWHg5UGNqVTQ2VUZ6QnVTbUl0Q0M0Y1NadFRWc3l6ZnpMd2hKbGlqV0czTkp5TnpHUkZQcUpQdTNJUzEKZ3VtKytqdWx4bXZNWm1vM1RqSE5JRm90a0kyd3d3ZUtIcWpYcW9STmwvVnZobE5CaXZRR2gxeGovd0lEQVFBQgpvMW93V0RBU0JnTlZIUkVFQ3pBSmdnZG1iMjh0WW1GeU1CSUdBMVVkRXdFQi93UUlNQVlCQWY4Q0FRQXdEd1lEClZSMFBBUUgvQkFVREF3Zm5nREFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQWdZSUt3WUJCUVVIQXdFd0RRWUoKS29aSWh2Y05BUUVMQlFBRGdnSUJBTDF3RlpTdUw4NTM3aHpUTXhSUWJjcWdEU2F4RUd0ZDJaNTVCcnVWQVloagpxQjR6STd1UVZ2SkNpeXdmQm5BNnZmejh2UDBzdGJJbkVtajh1dS9CSS81NzZqR0tWUWRQSDhqMnQvN1NQWjFKClhBWk9wc1hoVll2RmtpQlhVeW1RMnAvRjFqb2ZRRE1JQ0htdHhRUSthakJQNjBpcnFnVnpsRi95NlQySUgzOHYKbGordndIam52WW5vVmhGNEY0TlE5amp6S3Y1NUhVTk0xUEJKZkFaOTJqeXovczdPMmN2cjhNWlNkT2s5QVk1RQp5RXRlQjBTSjdLS0tUZklBVmVMQzdrRnBHR3FsRkRBNzhPSS9YakNZViswRjk4MHdNOVkxTEVUa3ZMamVSMEFyCnVzZDNIS1Vtd2EwTVEwUTNZNGxma0ZtNjJTclhvcjJURC9WZHpFZWNOTnVmV1VJTVNuaEJDNTVHWjBOTVYvR0QKRXhGZTVWQkhUZEZVNlIwb3JCOVFjVll1Mzk0MEt5NXhkbHNaUHZlMmRJNS9WOXhzY0Zad3cxWWs4K21RK3NVeQp2UVBoL2ZmK0tTQjdVVkdvTVNXUlg3YjFFMGVzZSs4QzZlaVV2OXpDR0VRbkVCcnFIQWxSUDJ2ZzQ0bXFJSnRzCjN2NUt1NW0ySmJoeWNsQVR3VUNQZkN3a2tLRTg0MzZGRitDK0ZUVTJ1OWVpL2t5QTAxYi9zRFl2cWdsS2FWK3MKbEVHRkhjd05Ea2VrS1BFUEZxNkpnZ3R0WlNidE5SMnFadzl3cExIbDVuVlVXdnBGa2hvcW1KVkphK0VBSTQ1LwpqRkh4VG9PMHp1NlBxc1p5SnM2TC84Z3BhbTcwMDV6b0VETVRjcFltMlduMFBKcEg3NE9zUHJVRDVJWVA5ZEt5Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n + \ \"10.42.0.0/16\",\n \"168.63.129.16\",\n \"10.244.0.0/16\",\n + \ \"10.0.0.0/16\",\n \"127.0.0.1\",\n \"169.254.169.254\",\n \"konnectivity\",\n + \ \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\"\n + \ ],\n \"effectiveNoProxy\": [\n \"localhost\",\n \"10.42.0.0/16\",\n + \ \"168.63.129.16\",\n \"10.244.0.0/16\",\n \"10.0.0.0/16\",\n + \ \"127.0.0.1\",\n \"169.254.169.254\",\n \"konnectivity\",\n \"cliakstest-clitest7yyw6pbu2-79a739-ocj2js88.hcp.westus2.azmk8s.io\"\n + \ ],\n \"trustedCa\": \"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZERENDQXZTZ0F3SUJBZ0lVQlJ3cGs1eTh5ckdrNmtYTjhkSHlMRUNvaHBrd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0VqRVFNQTRHQTFVRUF3d0habTl2TFdKaGNqQWVGdzB5TVRFd01UTXdNekU1TlRoYUZ3MHpNVEV3TVRFdwpNekU1TlRoYU1CSXhFREFPQmdOVkJBTU1CMlp2YnkxaVlYSXdnZ0lpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElDCkR3QXdnZ0lLQW9JQ0FRRFcwRE9sVC9yci9xUEZIUU9lNndBNDkyVGh3VWxZaDhCQkszTW9VWVZLNjEvL2xXekEKeFkrYzlmazlvckUrZXhMSVpwdUg1VnNZR21MNUFyc05sVmNBMkU4MWgwSlBPYUo1eEpiZG40YldpZG9vdXRVVwpXeDNhYUJLSEt0RWdZbUNmTjliWXlZMlNWRWQvNS9HeGh0akVabHJ1aEtRdkZVa3hwR0xKK1JRQ25oNklZakQwCnNpQ0YyTjJhVUJ4RE5KaUdmeHlHSVIrY2p4Vlcrd01md05CQ0l6QVkxMnY4WmpzUXdmUWlhOE5oWEx3M0tuRm0KdzUrcHN2bU1HL1FFUUtZMXNOTnk2dS9DZkI3cmIxQ0EwcjdNNnFsNFMrWHJjZUVRcXpDUWR6NWJueGNYbmFkbwp5MDlhdm5OSGRqbmpvcHNPSkxhd2hzb3RGNWFrL1FLdjYzdU9yVFFlOHlPSWlCZ3JSUzdwejcxbVlhRGNMcXFtCmtmdDVLYnFnMHNZYmo0M09LSm5aZ3crTUtackhoSFJKNi9BcWxOclZML3pFUytHU0ozQ1lSaE5nYXdDQ0Nqd1gKanZYZnkycWFEV2NQbWZaSWVVMVNzdE05THBVRWFQNjJzUVNmb3NEdnZFbUFyUVgwcmd1WGhvZ3pRUFdGWVlEKwo4SUNFYkNFc21hVnN3MzhVUzgzbFlGVCtyTHh3cm5UK1JXSUZ2WFRXbHhCNm5JeWpsOXBhNzlkdU5ocjJxN2RzCjVOU3ZWWHg5UGNqVTQ2VUZ6QnVTbUl0Q0M0Y1NadFRWc3l6ZnpMd2hKbGlqV0czTkp5TnpHUkZQcUpQdTNJUzEKZ3VtKytqdWx4bXZNWm1vM1RqSE5JRm90a0kyd3d3ZUtIcWpYcW9STmwvVnZobE5CaXZRR2gxeGovd0lEQVFBQgpvMW93V0RBU0JnTlZIUkVFQ3pBSmdnZG1iMjh0WW1GeU1CSUdBMVVkRXdFQi93UUlNQVlCQWY4Q0FRQXdEd1lEClZSMFBBUUgvQkFVREF3Zm5nREFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQWdZSUt3WUJCUVVIQXdFd0RRWUoKS29aSWh2Y05BUUVMQlFBRGdnSUJBTDF3RlpTdUw4NTM3aHpUTXhSUWJjcWdEU2F4RUd0ZDJaNTVCcnVWQVloagpxQjR6STd1UVZ2SkNpeXdmQm5BNnZmejh2UDBzdGJJbkVtajh1dS9CSS81NzZqR0tWUWRQSDhqMnQvN1NQWjFKClhBWk9wc1hoVll2RmtpQlhVeW1RMnAvRjFqb2ZRRE1JQ0htdHhRUSthakJQNjBpcnFnVnpsRi95NlQySUgzOHYKbGordndIam52WW5vVmhGNEY0TlE5amp6S3Y1NUhVTk0xUEJKZkFaOTJqeXovczdPMmN2cjhNWlNkT2s5QVk1RQp5RXRlQjBTSjdLS0tUZklBVmVMQzdrRnBHR3FsRkRBNzhPSS9YakNZViswRjk4MHdNOVkxTEVUa3ZMamVSMEFyCnVzZDNIS1Vtd2EwTVEwUTNZNGxma0ZtNjJTclhvcjJURC9WZHpFZWNOTnVmV1VJTVNuaEJDNTVHWjBOTVYvR0QKRXhGZTVWQkhUZEZVNlIwb3JCOVFjVll1Mzk0MEt5NXhkbHNaUHZlMmRJNS9WOXhzY0Zad3cxWWs4K21RK3NVeQp2UVBoL2ZmK0tTQjdVVkdvTVNXUlg3YjFFMGVzZSs4QzZlaVV2OXpDR0VRbkVCcnFIQWxSUDJ2ZzQ0bXFJSnRzCjN2NUt1NW0ySmJoeWNsQVR3VUNQZkN3a2tLRTg0MzZGRitDK0ZUVTJ1OWVpL2t5QTAxYi9zRFl2cWdsS2FWK3MKbEVHRkhjd05Ea2VrS1BFUEZxNkpnZ3R0WlNidE5SMnFadzl3cExIbDVuVlVXdnBGa2hvcW1KVkphK0VBSTQ1LwpqRkh4VG9PMHp1NlBxc1p5SnM2TC84Z3BhbTcwMDV6b0VETVRjcFltMlduMFBKcEg3NE9zUHJVRDVJWVA5ZEt5Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K\"\n \ },\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": @@ -4723,16 +4731,16 @@ interactions: \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '7404' + - '7405' content-type: - application/json date: - - Fri, 17 Feb 2023 07:42:17 GMT + - Thu, 16 Mar 2023 02:26:50 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad.yaml old mode 100644 new mode 100755 index 9f46d1133fa..3f9630f4bf6 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:26:50 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:37:18Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:26:51Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:37:19 GMT + - Thu, 16 Mar 2023 02:26:51 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestzdrfmtjsy-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestisnw6ku4y-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -77,8 +123,8 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzdrfmtjsy-79a739\",\n \"fqdn\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestisnw6ku4y-79a739\",\n \"fqdn\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -128,15 +174,15 @@ interactions: {\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/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3715' + - '3711' content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:25 GMT + - Thu, 16 Mar 2023 02:26:54 GMT expires: - '-1' pragma: @@ -148,7 +194,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' status: code: 201 message: Created @@ -167,14 +213,161 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:25 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:55 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:28:26 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4bdc6c13-18b5-2741-9783-e05d281c46be\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:24.9243768Z\"\n }" + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" headers: cache-control: - no-cache @@ -183,7 +376,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:37:54 GMT + - Thu, 16 Mar 2023 02:28:55 GMT expires: - '-1' pragma: @@ -216,14 +409,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4bdc6c13-18b5-2741-9783-e05d281c46be\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:24.9243768Z\"\n }" + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" headers: cache-control: - no-cache @@ -232,7 +425,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:24 GMT + - Thu, 16 Mar 2023 02:29:25 GMT expires: - '-1' pragma: @@ -265,14 +458,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4bdc6c13-18b5-2741-9783-e05d281c46be\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:24.9243768Z\"\n }" + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" headers: cache-control: - no-cache @@ -281,7 +474,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:38:54 GMT + - Thu, 16 Mar 2023 02:29:55 GMT expires: - '-1' pragma: @@ -314,14 +507,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4bdc6c13-18b5-2741-9783-e05d281c46be\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:24.9243768Z\"\n }" + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" headers: cache-control: - no-cache @@ -330,7 +523,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:24 GMT + - Thu, 16 Mar 2023 02:30:25 GMT expires: - '-1' pragma: @@ -363,14 +556,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4bdc6c13-18b5-2741-9783-e05d281c46be\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:24.9243768Z\"\n }" + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" headers: cache-control: - no-cache @@ -379,7 +572,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:39:54 GMT + - Thu, 16 Mar 2023 02:30:55 GMT expires: - '-1' pragma: @@ -412,14 +605,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4bdc6c13-18b5-2741-9783-e05d281c46be\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:24.9243768Z\"\n }" + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" headers: cache-control: - no-cache @@ -428,7 +621,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:25 GMT + - Thu, 16 Mar 2023 02:31:25 GMT expires: - '-1' pragma: @@ -461,14 +654,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4bdc6c13-18b5-2741-9783-e05d281c46be\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:37:24.9243768Z\"\n }" + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\"\n }" headers: cache-control: - no-cache @@ -477,7 +670,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:40:55 GMT + - Thu, 16 Mar 2023 02:31:56 GMT expires: - '-1' pragma: @@ -510,15 +703,15 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/136cdc4b-b518-4127-9783-e05d281c46be?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8b0e0e11-0907-4648-9540-5b61421f9c1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4bdc6c13-18b5-2741-9783-e05d281c46be\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:37:24.9243768Z\",\n \"endTime\": - \"2022-11-24T09:41:05.9714565Z\"\n }" + string: "{\n \"name\": \"110e0e8b-0709-4846-9540-5b61421f9c1a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:26:55.5562155Z\",\n \"endTime\": + \"2023-03-16T02:32:07.7680931Z\"\n }" headers: cache-control: - no-cache @@ -527,7 +720,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:25 GMT + - Thu, 16 Mar 2023 02:32:26 GMT expires: - '-1' pragma: @@ -560,8 +753,8 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -570,30 +763,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzdrfmtjsy-79a739\",\n \"fqdn\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestisnw6ku4y-79a739\",\n \"fqdn\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/81bc76d9-e7f7-43be-87f4-9fe1eb6b29f4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/632f323e-8ca9-4341-b8ef-2f54d8b40824\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -618,11 +811,11 @@ interactions: cache-control: - no-cache content-length: - - '4368' + - '4364' content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:26 GMT + - Thu, 16 Mar 2023 02:32:26 GMT expires: - '-1' pragma: @@ -654,8 +847,8 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -664,30 +857,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzdrfmtjsy-79a739\",\n \"fqdn\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestisnw6ku4y-79a739\",\n \"fqdn\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/81bc76d9-e7f7-43be-87f4-9fe1eb6b29f4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/632f323e-8ca9-4341-b8ef-2f54d8b40824\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -712,11 +905,11 @@ interactions: cache-control: - no-cache content-length: - - '4368' + - '4364' content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:26 GMT + - Thu, 16 Mar 2023 02:32:26 GMT expires: - '-1' pragma: @@ -736,23 +929,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestzdrfmtjsy-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestisnw6ku4y-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/81bc76d9-e7f7-43be-87f4-9fe1eb6b29f4"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/632f323e-8ca9-4341-b8ef-2f54d8b40824"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "aadProfile": {"managed": true, "enableAzureRBAC": false, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000002"], "tenantID": @@ -771,14 +964,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2841' + - '2839' Content-Type: - application/json ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -787,30 +980,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzdrfmtjsy-79a739\",\n \"fqdn\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestisnw6ku4y-79a739\",\n \"fqdn\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/81bc76d9-e7f7-43be-87f4-9fe1eb6b29f4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/632f323e-8ca9-4341-b8ef-2f54d8b40824\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -833,15 +1026,15 @@ interactions: {\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/westus2/operations/eea4f890-0499-4a43-b462-a614b7594216?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc2a497b-4e39-4320-a3cc-52ce40f15d4a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4366' + - '4362' content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:29 GMT + - Thu, 16 Mar 2023 02:32:29 GMT expires: - '-1' pragma: @@ -857,7 +1050,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 200 message: OK @@ -875,14 +1068,14 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eea4f890-0499-4a43-b462-a614b7594216?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc2a497b-4e39-4320-a3cc-52ce40f15d4a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90f8a4ee-9904-434a-b462-a614b7594216\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:41:29.3619848Z\"\n }" + string: "{\n \"name\": \"7b492afc-394e-2043-a3cc-52ce40f15d4a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:32:30.0886004Z\"\n }" headers: cache-control: - no-cache @@ -891,7 +1084,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:41:59 GMT + - Thu, 16 Mar 2023 02:33:00 GMT expires: - '-1' pragma: @@ -923,14 +1116,14 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eea4f890-0499-4a43-b462-a614b7594216?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc2a497b-4e39-4320-a3cc-52ce40f15d4a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90f8a4ee-9904-434a-b462-a614b7594216\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:41:29.3619848Z\"\n }" + string: "{\n \"name\": \"7b492afc-394e-2043-a3cc-52ce40f15d4a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:32:30.0886004Z\"\n }" headers: cache-control: - no-cache @@ -939,7 +1132,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:29 GMT + - Thu, 16 Mar 2023 02:33:30 GMT expires: - '-1' pragma: @@ -971,14 +1164,14 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eea4f890-0499-4a43-b462-a614b7594216?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc2a497b-4e39-4320-a3cc-52ce40f15d4a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90f8a4ee-9904-434a-b462-a614b7594216\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:41:29.3619848Z\"\n }" + string: "{\n \"name\": \"7b492afc-394e-2043-a3cc-52ce40f15d4a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:32:30.0886004Z\"\n }" headers: cache-control: - no-cache @@ -987,7 +1180,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:42:59 GMT + - Thu, 16 Mar 2023 02:33:59 GMT expires: - '-1' pragma: @@ -1019,14 +1212,14 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eea4f890-0499-4a43-b462-a614b7594216?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc2a497b-4e39-4320-a3cc-52ce40f15d4a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90f8a4ee-9904-434a-b462-a614b7594216\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:41:29.3619848Z\"\n }" + string: "{\n \"name\": \"7b492afc-394e-2043-a3cc-52ce40f15d4a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:32:30.0886004Z\"\n }" headers: cache-control: - no-cache @@ -1035,7 +1228,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:29 GMT + - Thu, 16 Mar 2023 02:34:29 GMT expires: - '-1' pragma: @@ -1067,14 +1260,14 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eea4f890-0499-4a43-b462-a614b7594216?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc2a497b-4e39-4320-a3cc-52ce40f15d4a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90f8a4ee-9904-434a-b462-a614b7594216\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:41:29.3619848Z\"\n }" + string: "{\n \"name\": \"7b492afc-394e-2043-a3cc-52ce40f15d4a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:32:30.0886004Z\"\n }" headers: cache-control: - no-cache @@ -1083,7 +1276,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:43:59 GMT + - Thu, 16 Mar 2023 02:35:00 GMT expires: - '-1' pragma: @@ -1115,15 +1308,15 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eea4f890-0499-4a43-b462-a614b7594216?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc2a497b-4e39-4320-a3cc-52ce40f15d4a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90f8a4ee-9904-434a-b462-a614b7594216\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:41:29.3619848Z\",\n \"endTime\": - \"2022-11-24T09:44:08.5744018Z\"\n }" + string: "{\n \"name\": \"7b492afc-394e-2043-a3cc-52ce40f15d4a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:32:30.0886004Z\",\n \"endTime\": + \"2023-03-16T02:35:12.6772538Z\"\n }" headers: cache-control: - no-cache @@ -1132,7 +1325,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:30 GMT + - Thu, 16 Mar 2023 02:35:30 GMT expires: - '-1' pragma: @@ -1164,8 +1357,8 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1174,30 +1367,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestzdrfmtjsy-79a739\",\n \"fqdn\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestzdrfmtjsy-79a739-cf78982f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestisnw6ku4y-79a739\",\n \"fqdn\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestisnw6ku4y-79a739-6e7r3mcr.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/81bc76d9-e7f7-43be-87f4-9fe1eb6b29f4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/632f323e-8ca9-4341-b8ef-2f54d8b40824\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1222,11 +1415,11 @@ interactions: cache-control: - no-cache content-length: - - '4368' + - '4364' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:30 GMT + - Thu, 16 Mar 2023 02:35:30 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad_enable_azure_rbac.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad_enable_azure_rbac.yaml old mode 100644 new mode 100755 index 3a30d9918cd..8e43573e3d8 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad_enable_azure_rbac.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad_enable_azure_rbac.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:43:01 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:44:31Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:43:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:44:31 GMT + - Thu, 16 Mar 2023 01:43:01 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestblgpfg4ai-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestrhcscyzzn-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -77,8 +123,8 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestblgpfg4ai-79a739\",\n \"fqdn\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestrhcscyzzn-79a739\",\n \"fqdn\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -128,15 +174,15 @@ interactions: {\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/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3715' + - '3711' content-type: - application/json date: - - Thu, 24 Nov 2022 09:44:35 GMT + - Thu, 16 Mar 2023 01:43:05 GMT expires: - '-1' pragma: @@ -148,7 +194,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' status: code: 201 message: Created @@ -167,14 +213,308 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:43:35 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:44:05 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:44:35 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:04 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:35 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:05 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: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" headers: cache-control: - no-cache @@ -183,7 +523,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:05 GMT + - Thu, 16 Mar 2023 01:46:35 GMT expires: - '-1' pragma: @@ -216,14 +556,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" headers: cache-control: - no-cache @@ -232,7 +572,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:45:34 GMT + - Thu, 16 Mar 2023 01:47:05 GMT expires: - '-1' pragma: @@ -265,14 +605,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" headers: cache-control: - no-cache @@ -281,7 +621,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:05 GMT + - Thu, 16 Mar 2023 01:47:36 GMT expires: - '-1' pragma: @@ -314,14 +654,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" headers: cache-control: - no-cache @@ -330,7 +670,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:46:35 GMT + - Thu, 16 Mar 2023 01:48:06 GMT expires: - '-1' pragma: @@ -363,14 +703,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" headers: cache-control: - no-cache @@ -379,7 +719,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:05 GMT + - Thu, 16 Mar 2023 01:48:35 GMT expires: - '-1' pragma: @@ -412,14 +752,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" headers: cache-control: - no-cache @@ -428,7 +768,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:47:35 GMT + - Thu, 16 Mar 2023 01:49:05 GMT expires: - '-1' pragma: @@ -461,14 +801,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" headers: cache-control: - no-cache @@ -477,7 +817,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:06 GMT + - Thu, 16 Mar 2023 01:49:35 GMT expires: - '-1' pragma: @@ -510,14 +850,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\"\n }" headers: cache-control: - no-cache @@ -526,7 +866,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:48:35 GMT + - Thu, 16 Mar 2023 01:50:06 GMT expires: - '-1' pragma: @@ -559,15 +899,15 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7478679-9fdb-4ed7-933e-763915b690a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71a4bc8e-da21-4a20-b0b4-02ac94257e4f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"798647d7-db9f-d74e-933e-763915b690a5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:44:35.4830715Z\",\n \"endTime\": - \"2022-11-24T09:48:41.4170884Z\"\n }" + string: "{\n \"name\": \"8ebca471-21da-204a-b0b4-02ac94257e4f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:43:05.3424997Z\",\n \"endTime\": + \"2023-03-16T01:50:14.7540581Z\"\n }" headers: cache-control: - no-cache @@ -576,7 +916,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:05 GMT + - Thu, 16 Mar 2023 01:50:36 GMT expires: - '-1' pragma: @@ -609,8 +949,8 @@ interactions: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -619,30 +959,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestblgpfg4ai-79a739\",\n \"fqdn\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestrhcscyzzn-79a739\",\n \"fqdn\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -667,11 +1007,11 @@ interactions: cache-control: - no-cache content-length: - - '4368' + - '4364' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:06 GMT + - Thu, 16 Mar 2023 01:50:36 GMT expires: - '-1' pragma: @@ -703,8 +1043,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -713,30 +1053,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestblgpfg4ai-79a739\",\n \"fqdn\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestrhcscyzzn-79a739\",\n \"fqdn\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -761,11 +1101,11 @@ interactions: cache-control: - no-cache content-length: - - '4368' + - '4364' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:06 GMT + - Thu, 16 Mar 2023 01:50:36 GMT expires: - '-1' pragma: @@ -785,23 +1125,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestblgpfg4ai-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestrhcscyzzn-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "aadProfile": {"managed": true, "enableAzureRBAC": true, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000001"], "tenantID": @@ -820,14 +1160,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2840' + - '2838' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -836,30 +1176,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestblgpfg4ai-79a739\",\n \"fqdn\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestrhcscyzzn-79a739\",\n \"fqdn\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -882,15 +1222,15 @@ interactions: {\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/westus2/operations/de3e3656-cd6f-45bf-a0c0-33be5e8dbc5c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e59f194-43fc-426f-b257-c4ef7b29befa?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4365' + - '4361' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:09 GMT + - Thu, 16 Mar 2023 01:50:39 GMT expires: - '-1' pragma: @@ -906,55 +1246,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-azure-rbac -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de3e3656-cd6f-45bf-a0c0-33be5e8dbc5c?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"56363ede-6fcd-bf45-a0c0-33be5e8dbc5c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:10.0164134Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 09:49:39 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 + - '1199' status: code: 200 message: OK @@ -972,14 +1264,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de3e3656-cd6f-45bf-a0c0-33be5e8dbc5c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e59f194-43fc-426f-b257-c4ef7b29befa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"56363ede-6fcd-bf45-a0c0-33be5e8dbc5c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:10.0164134Z\"\n }" + string: "{\n \"name\": \"94f1597e-fc43-6f42-b257-c4ef7b29befa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:39.9069877Z\"\n }" headers: cache-control: - no-cache @@ -988,7 +1280,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:09 GMT + - Thu, 16 Mar 2023 01:51:09 GMT expires: - '-1' pragma: @@ -1020,14 +1312,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de3e3656-cd6f-45bf-a0c0-33be5e8dbc5c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e59f194-43fc-426f-b257-c4ef7b29befa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"56363ede-6fcd-bf45-a0c0-33be5e8dbc5c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:10.0164134Z\"\n }" + string: "{\n \"name\": \"94f1597e-fc43-6f42-b257-c4ef7b29befa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:39.9069877Z\"\n }" headers: cache-control: - no-cache @@ -1036,7 +1328,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:40 GMT + - Thu, 16 Mar 2023 01:51:40 GMT expires: - '-1' pragma: @@ -1068,14 +1360,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de3e3656-cd6f-45bf-a0c0-33be5e8dbc5c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e59f194-43fc-426f-b257-c4ef7b29befa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"56363ede-6fcd-bf45-a0c0-33be5e8dbc5c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:10.0164134Z\"\n }" + string: "{\n \"name\": \"94f1597e-fc43-6f42-b257-c4ef7b29befa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:39.9069877Z\"\n }" headers: cache-control: - no-cache @@ -1084,7 +1376,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:10 GMT + - Thu, 16 Mar 2023 01:52:31 GMT expires: - '-1' pragma: @@ -1116,14 +1408,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de3e3656-cd6f-45bf-a0c0-33be5e8dbc5c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e59f194-43fc-426f-b257-c4ef7b29befa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"56363ede-6fcd-bf45-a0c0-33be5e8dbc5c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:10.0164134Z\"\n }" + string: "{\n \"name\": \"94f1597e-fc43-6f42-b257-c4ef7b29befa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:39.9069877Z\"\n }" headers: cache-control: - no-cache @@ -1132,7 +1424,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:40 GMT + - Thu, 16 Mar 2023 01:53:01 GMT expires: - '-1' pragma: @@ -1164,15 +1456,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de3e3656-cd6f-45bf-a0c0-33be5e8dbc5c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e59f194-43fc-426f-b257-c4ef7b29befa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"56363ede-6fcd-bf45-a0c0-33be5e8dbc5c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:49:10.0164134Z\",\n \"endTime\": - \"2022-11-24T09:51:41.7802038Z\"\n }" + string: "{\n \"name\": \"94f1597e-fc43-6f42-b257-c4ef7b29befa\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:50:39.9069877Z\",\n \"endTime\": + \"2023-03-16T01:53:20.9540438Z\"\n }" headers: cache-control: - no-cache @@ -1181,7 +1473,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:10 GMT + - Thu, 16 Mar 2023 01:53:31 GMT expires: - '-1' pragma: @@ -1213,8 +1505,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1223,30 +1515,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestblgpfg4ai-79a739\",\n \"fqdn\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestrhcscyzzn-79a739\",\n \"fqdn\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1271,11 +1563,11 @@ interactions: cache-control: - no-cache content-length: - - '4367' + - '4363' content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:10 GMT + - Thu, 16 Mar 2023 01:53:32 GMT expires: - '-1' pragma: @@ -1307,8 +1599,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1317,30 +1609,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestblgpfg4ai-79a739\",\n \"fqdn\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestrhcscyzzn-79a739\",\n \"fqdn\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1365,11 +1657,11 @@ interactions: cache-control: - no-cache content-length: - - '4367' + - '4363' content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:11 GMT + - Thu, 16 Mar 2023 01:53:33 GMT expires: - '-1' pragma: @@ -1389,23 +1681,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestblgpfg4ai-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestrhcscyzzn-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "aadProfile": {"managed": true, "enableAzureRBAC": false, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000001"], "tenantID": @@ -1424,14 +1716,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2841' + - '2839' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1440,30 +1732,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestblgpfg4ai-79a739\",\n \"fqdn\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestrhcscyzzn-79a739\",\n \"fqdn\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1486,15 +1778,15 @@ interactions: {\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/westus2/operations/b2d0e1d3-b953-4ab6-8471-5e8d3279e128?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f42e73df-114b-4fd9-a58f-a00a7722e0b1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4366' + - '4362' content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:14 GMT + - Thu, 16 Mar 2023 01:53:35 GMT expires: - '-1' pragma: @@ -1510,7 +1802,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1528,23 +1820,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2d0e1d3-b953-4ab6-8471-5e8d3279e128?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f42e73df-114b-4fd9-a58f-a00a7722e0b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d3e1d0b2-53b9-b64a-8471-5e8d3279e128\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:14.9969567Z\"\n }" + string: "{\n \"name\": \"df732ef4-4b11-d94f-a58f-a00a7722e0b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:35.751361Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:44 GMT + - Thu, 16 Mar 2023 01:54:05 GMT expires: - '-1' pragma: @@ -1576,23 +1868,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2d0e1d3-b953-4ab6-8471-5e8d3279e128?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f42e73df-114b-4fd9-a58f-a00a7722e0b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d3e1d0b2-53b9-b64a-8471-5e8d3279e128\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:14.9969567Z\"\n }" + string: "{\n \"name\": \"df732ef4-4b11-d94f-a58f-a00a7722e0b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:35.751361Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:15 GMT + - Thu, 16 Mar 2023 01:54:35 GMT expires: - '-1' pragma: @@ -1624,23 +1916,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2d0e1d3-b953-4ab6-8471-5e8d3279e128?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f42e73df-114b-4fd9-a58f-a00a7722e0b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d3e1d0b2-53b9-b64a-8471-5e8d3279e128\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:14.9969567Z\"\n }" + string: "{\n \"name\": \"df732ef4-4b11-d94f-a58f-a00a7722e0b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:35.751361Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:44 GMT + - Thu, 16 Mar 2023 01:55:05 GMT expires: - '-1' pragma: @@ -1672,23 +1964,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2d0e1d3-b953-4ab6-8471-5e8d3279e128?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f42e73df-114b-4fd9-a58f-a00a7722e0b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d3e1d0b2-53b9-b64a-8471-5e8d3279e128\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:14.9969567Z\"\n }" + string: "{\n \"name\": \"df732ef4-4b11-d94f-a58f-a00a7722e0b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:35.751361Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:14 GMT + - Thu, 16 Mar 2023 01:55:35 GMT expires: - '-1' pragma: @@ -1720,23 +2012,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2d0e1d3-b953-4ab6-8471-5e8d3279e128?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f42e73df-114b-4fd9-a58f-a00a7722e0b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d3e1d0b2-53b9-b64a-8471-5e8d3279e128\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:52:14.9969567Z\"\n }" + string: "{\n \"name\": \"df732ef4-4b11-d94f-a58f-a00a7722e0b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:35.751361Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:45 GMT + - Thu, 16 Mar 2023 01:56:06 GMT expires: - '-1' pragma: @@ -1768,24 +2060,24 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2d0e1d3-b953-4ab6-8471-5e8d3279e128?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f42e73df-114b-4fd9-a58f-a00a7722e0b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d3e1d0b2-53b9-b64a-8471-5e8d3279e128\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:52:14.9969567Z\",\n \"endTime\": - \"2022-11-24T09:54:46.1371164Z\"\n }" + string: "{\n \"name\": \"df732ef4-4b11-d94f-a58f-a00a7722e0b1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:53:35.751361Z\",\n \"endTime\": + \"2023-03-16T01:56:12.8502993Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:15 GMT + - Thu, 16 Mar 2023 01:56:36 GMT expires: - '-1' pragma: @@ -1817,8 +2109,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1827,30 +2119,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestblgpfg4ai-79a739\",\n \"fqdn\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestblgpfg4ai-79a739-3316ec36.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestrhcscyzzn-79a739\",\n \"fqdn\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrhcscyzzn-79a739-pxda6nys.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9c42fbb4-029a-47fa-b3c9-59d0fd9033c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/faa966d3-c115-414b-b77b-c993c26ae061\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1875,11 +2167,11 @@ interactions: cache-control: - no-cache content-length: - - '4368' + - '4364' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:15 GMT + - Thu, 16 Mar 2023 01:56:36 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml old mode 100644 new mode 100755 index 1d79e4b533c..580efeac89c --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_nat_gateway_outbound.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:56:37 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:55:16Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:56:37Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:55:17 GMT + - Thu, 16 Mar 2023 01:56:37 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestztnnv2iyr-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestyt3tfzrkp-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestztnnv2iyr-79a739\",\n \"fqdn\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyt3tfzrkp-79a739\",\n \"fqdn\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -122,15 +167,15 @@ interactions: {\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/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3556' + - '3552' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:20 GMT + - Thu, 16 Mar 2023 01:56:42 GMT expires: - '-1' pragma: @@ -142,7 +187,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' status: code: 201 message: Created @@ -160,14 +205,62 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:57:12 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: + - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -176,7 +269,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:50 GMT + - Thu, 16 Mar 2023 01:57:42 GMT expires: - '-1' pragma: @@ -208,14 +301,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -224,7 +317,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:20 GMT + - Thu, 16 Mar 2023 01:58:12 GMT expires: - '-1' pragma: @@ -256,14 +349,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -272,7 +365,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:50 GMT + - Thu, 16 Mar 2023 01:58:42 GMT expires: - '-1' pragma: @@ -304,14 +397,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -320,7 +413,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:20 GMT + - Thu, 16 Mar 2023 01:59:12 GMT expires: - '-1' pragma: @@ -352,14 +445,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -368,7 +461,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:50 GMT + - Thu, 16 Mar 2023 01:59:42 GMT expires: - '-1' pragma: @@ -400,14 +493,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -416,7 +509,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:20 GMT + - Thu, 16 Mar 2023 02:00:12 GMT expires: - '-1' pragma: @@ -448,14 +541,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -464,7 +557,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:51 GMT + - Thu, 16 Mar 2023 02:00:43 GMT expires: - '-1' pragma: @@ -496,14 +589,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -512,7 +605,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:21 GMT + - Thu, 16 Mar 2023 02:01:13 GMT expires: - '-1' pragma: @@ -544,14 +637,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\"\n }" headers: cache-control: - no-cache @@ -560,7 +653,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:51 GMT + - Thu, 16 Mar 2023 02:01:43 GMT expires: - '-1' pragma: @@ -592,15 +685,15 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e361c39-90ae-401b-a828-40101c1b7851?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a03f28b-c08c-4542-9ae1-d75191eca7bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"391c367e-ae90-1b40-a828-40101c1b7851\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:55:20.8369925Z\",\n \"endTime\": - \"2022-11-24T10:00:07.3690299Z\"\n }" + string: "{\n \"name\": \"8bf2038a-8cc0-4245-9ae1-d75191eca7bf\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:56:42.4707349Z\",\n \"endTime\": + \"2023-03-16T02:01:56.6206151Z\"\n }" headers: cache-control: - no-cache @@ -609,7 +702,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:21 GMT + - Thu, 16 Mar 2023 02:02:12 GMT expires: - '-1' pragma: @@ -641,8 +734,8 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --outbound-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -651,23 +744,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestztnnv2iyr-79a739\",\n \"fqdn\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyt3tfzrkp-79a739\",\n \"fqdn\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -675,7 +768,7 @@ interactions: \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"natGatewayProfile\": {\n \"managedOutboundIPProfile\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f40d84ee-9856-4a99-9920-eb201fac0de4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a5fbdd51-478e-481a-9734-c20f3752d8f3\"\n \ }\n ],\n \"idleTimeoutInMinutes\": 4\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\": @@ -696,11 +789,11 @@ interactions: cache-control: - no-cache content-length: - - '4209' + - '4205' content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:21 GMT + - Thu, 16 Mar 2023 02:02:13 GMT expires: - '-1' pragma: @@ -732,8 +825,8 @@ interactions: ParameterSetName: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -742,23 +835,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestztnnv2iyr-79a739\",\n \"fqdn\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyt3tfzrkp-79a739\",\n \"fqdn\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -766,7 +859,7 @@ interactions: \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"natGatewayProfile\": {\n \"managedOutboundIPProfile\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f40d84ee-9856-4a99-9920-eb201fac0de4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a5fbdd51-478e-481a-9734-c20f3752d8f3\"\n \ }\n ],\n \"idleTimeoutInMinutes\": 4\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\": @@ -787,11 +880,11 @@ interactions: cache-control: - no-cache content-length: - - '4209' + - '4205' content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:22 GMT + - Thu, 16 Mar 2023 02:02:13 GMT expires: - '-1' pragma: @@ -811,16 +904,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestztnnv2iyr-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestyt3tfzrkp-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -828,7 +921,7 @@ interactions: "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "managedNATGateway", "loadBalancerSku": "Standard", "loadBalancerProfile": {"backendPoolType": "nodeIPConfiguration"}, "natGatewayProfile": {"managedOutboundIPProfile": {"count": 2}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f40d84ee-9856-4a99-9920-eb201fac0de4"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a5fbdd51-478e-481a-9734-c20f3752d8f3"}], "idleTimeoutInMinutes": 30}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -845,14 +938,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2711' + - '2709' Content-Type: - application/json ParameterSetName: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -861,23 +954,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestztnnv2iyr-79a739\",\n \"fqdn\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyt3tfzrkp-79a739\",\n \"fqdn\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -885,7 +978,7 @@ interactions: \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"natGatewayProfile\": {\n \"managedOutboundIPProfile\": {\n \"count\": 2\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f40d84ee-9856-4a99-9920-eb201fac0de4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a5fbdd51-478e-481a-9734-c20f3752d8f3\"\n \ }\n ],\n \"idleTimeoutInMinutes\": 30\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\": @@ -904,15 +997,15 @@ interactions: {\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/westus2/operations/676b431f-83b8-4416-9958-a8292989b067?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d6af10a3-564b-420a-bddf-fde6389e1da2?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4208' + - '4204' content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:25 GMT + - Thu, 16 Mar 2023 02:02:17 GMT expires: - '-1' pragma: @@ -928,7 +1021,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1193' status: code: 200 message: OK @@ -946,14 +1039,14 @@ interactions: ParameterSetName: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/676b431f-83b8-4416-9958-a8292989b067?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d6af10a3-564b-420a-bddf-fde6389e1da2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1f436b67-b883-1644-9958-a8292989b067\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:00:25.8257147Z\"\n }" + string: "{\n \"name\": \"a310afd6-4b56-0a42-bddf-fde6389e1da2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:17.3315611Z\"\n }" headers: cache-control: - no-cache @@ -962,7 +1055,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:55 GMT + - Thu, 16 Mar 2023 02:02:47 GMT expires: - '-1' pragma: @@ -994,14 +1087,14 @@ interactions: ParameterSetName: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/676b431f-83b8-4416-9958-a8292989b067?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d6af10a3-564b-420a-bddf-fde6389e1da2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1f436b67-b883-1644-9958-a8292989b067\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:00:25.8257147Z\"\n }" + string: "{\n \"name\": \"a310afd6-4b56-0a42-bddf-fde6389e1da2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:17.3315611Z\"\n }" headers: cache-control: - no-cache @@ -1010,7 +1103,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:25 GMT + - Thu, 16 Mar 2023 02:03:16 GMT expires: - '-1' pragma: @@ -1042,14 +1135,14 @@ interactions: ParameterSetName: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/676b431f-83b8-4416-9958-a8292989b067?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d6af10a3-564b-420a-bddf-fde6389e1da2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1f436b67-b883-1644-9958-a8292989b067\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:00:25.8257147Z\"\n }" + string: "{\n \"name\": \"a310afd6-4b56-0a42-bddf-fde6389e1da2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:17.3315611Z\"\n }" headers: cache-control: - no-cache @@ -1058,7 +1151,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:55 GMT + - Thu, 16 Mar 2023 02:03:47 GMT expires: - '-1' pragma: @@ -1090,15 +1183,15 @@ interactions: ParameterSetName: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/676b431f-83b8-4416-9958-a8292989b067?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d6af10a3-564b-420a-bddf-fde6389e1da2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1f436b67-b883-1644-9958-a8292989b067\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:00:25.8257147Z\",\n \"endTime\": - \"2022-11-24T10:01:57.9717884Z\"\n }" + string: "{\n \"name\": \"a310afd6-4b56-0a42-bddf-fde6389e1da2\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:02:17.3315611Z\",\n \"endTime\": + \"2023-03-16T02:03:51.4979167Z\"\n }" headers: cache-control: - no-cache @@ -1107,7 +1200,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:25 GMT + - Thu, 16 Mar 2023 02:04:17 GMT expires: - '-1' pragma: @@ -1139,8 +1232,8 @@ interactions: ParameterSetName: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1149,23 +1242,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestztnnv2iyr-79a739\",\n \"fqdn\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestztnnv2iyr-79a739-ccdbe69d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyt3tfzrkp-79a739\",\n \"fqdn\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyt3tfzrkp-79a739-145exmzv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -1173,8 +1266,8 @@ interactions: \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"natGatewayProfile\": {\n \"managedOutboundIPProfile\": {\n \"count\": 2\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f40d84ee-9856-4a99-9920-eb201fac0de4\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0be0c84e-80db-4853-b3cf-e7bbb4537545\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a5fbdd51-478e-481a-9734-c20f3752d8f3\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d190181b-cb31-4da0-a62e-d750ea074fdc\"\n \ }\n ],\n \"idleTimeoutInMinutes\": 30\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\": @@ -1195,11 +1288,11 @@ interactions: cache-control: - no-cache content-length: - - '4434' + - '4430' content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:26 GMT + - Thu, 16 Mar 2023 02:04:17 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_node_restriction.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_node_restriction.yaml old mode 100644 new mode 100755 index 4ac2c415ff8..bb7469cc960 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_node_restriction.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_node_restriction.yaml @@ -13,7 +13,7 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0 Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators?api-version=2019-04-01&resource-type=managedClusters @@ -44,17 +44,23 @@ interactions: \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n }\n }" + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n + \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n + \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2025' + - '2410' content-type: - application/json date: - - Tue, 14 Feb 2023 06:03:24 GMT + - Thu, 16 Mar 2023 02:04:18 GMT expires: - '-1' pragma: @@ -87,12 +93,58 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:04:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-02-14T06:03:24Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:04:18Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -101,7 +153,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 14 Feb 2023 06:03:24 GMT + - Thu, 16 Mar 2023 02:04:19 GMT expires: - '-1' pragma: @@ -117,7 +169,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.23.15", "dnsPrefix": "cliakstest-clitest2ryslgtsn-8ecadf", + {"kubernetesVersion": "1.23.15", "dnsPrefix": "cliakstest-clitestm4s6zpr4o-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -125,7 +177,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -149,7 +201,7 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -160,8 +212,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.15\",\n \"currentKubernetesVersion\": \"1.23.15\",\n \"dnsPrefix\": - \"cliakstest-clitest2ryslgtsn-8ecadf\",\n \"fqdn\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitestm4s6zpr4o-79a739\",\n \"fqdn\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -172,10 +224,10 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.20\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -195,18 +247,18 @@ interactions: \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\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/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3535' + - '3536' content-type: - application/json date: - - Tue, 14 Feb 2023 06:03:29 GMT + - Thu, 16 Mar 2023 02:04:23 GMT expires: - '-1' pragma: @@ -218,7 +270,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 201 message: Created @@ -237,14 +289,63 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:04:53 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: + - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -253,7 +354,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:04:00 GMT + - Thu, 16 Mar 2023 02:05:24 GMT expires: - '-1' pragma: @@ -286,14 +387,14 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -302,7 +403,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:04:30 GMT + - Thu, 16 Mar 2023 02:05:53 GMT expires: - '-1' pragma: @@ -335,14 +436,14 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -351,7 +452,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:05:00 GMT + - Thu, 16 Mar 2023 02:06:24 GMT expires: - '-1' pragma: @@ -384,14 +485,14 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -400,7 +501,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:05:30 GMT + - Thu, 16 Mar 2023 02:06:53 GMT expires: - '-1' pragma: @@ -433,14 +534,14 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -449,7 +550,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:06:00 GMT + - Thu, 16 Mar 2023 02:07:23 GMT expires: - '-1' pragma: @@ -482,14 +583,14 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -498,7 +599,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:06:30 GMT + - Thu, 16 Mar 2023 02:07:54 GMT expires: - '-1' pragma: @@ -531,14 +632,14 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -547,7 +648,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:07:00 GMT + - Thu, 16 Mar 2023 02:08:23 GMT expires: - '-1' pragma: @@ -580,14 +681,14 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -596,7 +697,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:07:30 GMT + - Thu, 16 Mar 2023 02:08:54 GMT expires: - '-1' pragma: @@ -629,14 +730,14 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" headers: cache-control: - no-cache @@ -645,7 +746,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:08:00 GMT + - Thu, 16 Mar 2023 02:09:23 GMT expires: - '-1' pragma: @@ -678,15 +779,162 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07087be9-8779-44f7-a2e4-d6311fd19da1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e97b0807-7987-f744-a2e4-d6311fd19da1\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-02-14T06:03:30.1711344Z\",\n \"endTime\": - \"2023-02-14T06:08:15.9812881Z\"\n }" + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:09:54 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: + - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:24 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: + - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:54 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: + - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4890dd08-837d-4928-acde-5e83bdb96fc8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"08dd9048-7d83-2849-acde-5e83bdb96fc8\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:04:23.6446241Z\",\n \"endTime\": + \"2023-03-16T02:11:11.1207879Z\"\n }" headers: cache-control: - no-cache @@ -695,7 +943,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:08:30 GMT + - Thu, 16 Mar 2023 02:11:24 GMT expires: - '-1' pragma: @@ -728,7 +976,7 @@ interactions: - --resource-group --name --vm-set-type -c -k --enable-node-restriction --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -739,8 +987,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.15\",\n \"currentKubernetesVersion\": \"1.23.15\",\n \"dnsPrefix\": - \"cliakstest-clitest2ryslgtsn-8ecadf\",\n \"fqdn\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitestm4s6zpr4o-79a739\",\n \"fqdn\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -751,17 +999,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.20\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -778,16 +1026,16 @@ interactions: false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '4188' + - '4189' content-type: - application/json date: - - Tue, 14 Feb 2023 06:08:31 GMT + - Thu, 16 Mar 2023 02:11:25 GMT expires: - '-1' pragma: @@ -819,7 +1067,7 @@ interactions: ParameterSetName: - --resource-group --name --disable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -830,8 +1078,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.15\",\n \"currentKubernetesVersion\": \"1.23.15\",\n \"dnsPrefix\": - \"cliakstest-clitest2ryslgtsn-8ecadf\",\n \"fqdn\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitestm4s6zpr4o-79a739\",\n \"fqdn\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -842,17 +1090,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.20\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -869,16 +1117,16 @@ interactions: false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '4188' + - '4189' content-type: - application/json date: - - Tue, 14 Feb 2023 06:08:32 GMT + - Thu, 16 Mar 2023 02:11:26 GMT expires: - '-1' pragma: @@ -897,9 +1145,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "sku": {"name": "Base", "tier": "Free"}, "identity": + body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.15", "dnsPrefix": - "cliakstest-clitest2ryslgtsn-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": + "cliakstest-clitestm4s6zpr4o-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", @@ -907,14 +1155,14 @@ interactions: {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -931,13 +1179,13 @@ interactions: Connection: - keep-alive Content-Length: - - '2701' + - '2702' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -948,8 +1196,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.15\",\n \"currentKubernetesVersion\": \"1.23.15\",\n \"dnsPrefix\": - \"cliakstest-clitest2ryslgtsn-8ecadf\",\n \"fqdn\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitestm4s6zpr4o-79a739\",\n \"fqdn\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -960,17 +1208,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.20\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -987,18 +1235,18 @@ interactions: false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\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/westus2/operations/01c72c24-7cf0-44a2-a051-bb4a8f6a9d62?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0a9bbf96-b692-4677-8fd8-0a8fae5524c5?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4187' + - '4188' content-type: - application/json date: - - Tue, 14 Feb 2023 06:08:35 GMT + - Thu, 16 Mar 2023 02:11:29 GMT expires: - '-1' pragma: @@ -1014,7 +1262,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 200 message: OK @@ -1032,14 +1280,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01c72c24-7cf0-44a2-a051-bb4a8f6a9d62?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0a9bbf96-b692-4677-8fd8-0a8fae5524c5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"242cc701-f07c-a244-a051-bb4a8f6a9d62\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:08:35.8785474Z\"\n }" + string: "{\n \"name\": \"96bf9b0a-92b6-7746-8fd8-0a8fae5524c5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:11:29.2399576Z\"\n }" headers: cache-control: - no-cache @@ -1048,7 +1296,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:09:05 GMT + - Thu, 16 Mar 2023 02:11:59 GMT expires: - '-1' pragma: @@ -1080,14 +1328,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01c72c24-7cf0-44a2-a051-bb4a8f6a9d62?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0a9bbf96-b692-4677-8fd8-0a8fae5524c5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"242cc701-f07c-a244-a051-bb4a8f6a9d62\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:08:35.8785474Z\"\n }" + string: "{\n \"name\": \"96bf9b0a-92b6-7746-8fd8-0a8fae5524c5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:11:29.2399576Z\"\n }" headers: cache-control: - no-cache @@ -1096,7 +1344,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:09:35 GMT + - Thu, 16 Mar 2023 02:12:29 GMT expires: - '-1' pragma: @@ -1128,14 +1376,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01c72c24-7cf0-44a2-a051-bb4a8f6a9d62?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0a9bbf96-b692-4677-8fd8-0a8fae5524c5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"242cc701-f07c-a244-a051-bb4a8f6a9d62\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:08:35.8785474Z\"\n }" + string: "{\n \"name\": \"96bf9b0a-92b6-7746-8fd8-0a8fae5524c5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:11:29.2399576Z\"\n }" headers: cache-control: - no-cache @@ -1144,7 +1392,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:10:05 GMT + - Thu, 16 Mar 2023 02:12:58 GMT expires: - '-1' pragma: @@ -1176,14 +1424,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01c72c24-7cf0-44a2-a051-bb4a8f6a9d62?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0a9bbf96-b692-4677-8fd8-0a8fae5524c5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"242cc701-f07c-a244-a051-bb4a8f6a9d62\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:08:35.8785474Z\"\n }" + string: "{\n \"name\": \"96bf9b0a-92b6-7746-8fd8-0a8fae5524c5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:11:29.2399576Z\"\n }" headers: cache-control: - no-cache @@ -1192,7 +1440,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:10:36 GMT + - Thu, 16 Mar 2023 02:13:28 GMT expires: - '-1' pragma: @@ -1224,15 +1472,15 @@ interactions: ParameterSetName: - --resource-group --name --disable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01c72c24-7cf0-44a2-a051-bb4a8f6a9d62?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0a9bbf96-b692-4677-8fd8-0a8fae5524c5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"242cc701-f07c-a244-a051-bb4a8f6a9d62\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-02-14T06:08:35.8785474Z\",\n \"endTime\": - \"2023-02-14T06:10:38.5913907Z\"\n }" + string: "{\n \"name\": \"96bf9b0a-92b6-7746-8fd8-0a8fae5524c5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:11:29.2399576Z\",\n \"endTime\": + \"2023-03-16T02:13:31.3037573Z\"\n }" headers: cache-control: - no-cache @@ -1241,7 +1489,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:11:06 GMT + - Thu, 16 Mar 2023 02:13:59 GMT expires: - '-1' pragma: @@ -1273,7 +1521,7 @@ interactions: ParameterSetName: - --resource-group --name --disable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -1284,8 +1532,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.15\",\n \"currentKubernetesVersion\": \"1.23.15\",\n \"dnsPrefix\": - \"cliakstest-clitest2ryslgtsn-8ecadf\",\n \"fqdn\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitestm4s6zpr4o-79a739\",\n \"fqdn\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -1296,17 +1544,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.20\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1323,16 +1571,16 @@ interactions: false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '4189' + - '4190' content-type: - application/json date: - - Tue, 14 Feb 2023 06:11:07 GMT + - Thu, 16 Mar 2023 02:14:00 GMT expires: - '-1' pragma: @@ -1364,7 +1612,7 @@ interactions: ParameterSetName: - --resource-group --name --enable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -1375,8 +1623,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.15\",\n \"currentKubernetesVersion\": \"1.23.15\",\n \"dnsPrefix\": - \"cliakstest-clitest2ryslgtsn-8ecadf\",\n \"fqdn\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitestm4s6zpr4o-79a739\",\n \"fqdn\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -1387,17 +1635,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.20\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1414,16 +1662,16 @@ interactions: false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '4189' + - '4190' content-type: - application/json date: - - Tue, 14 Feb 2023 06:11:07 GMT + - Thu, 16 Mar 2023 02:14:00 GMT expires: - '-1' pragma: @@ -1442,9 +1690,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "sku": {"name": "Base", "tier": "Free"}, "identity": + body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.15", "dnsPrefix": - "cliakstest-clitest2ryslgtsn-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": + "cliakstest-clitestm4s6zpr4o-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", @@ -1452,14 +1700,14 @@ interactions: {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1476,13 +1724,13 @@ interactions: Connection: - keep-alive Content-Length: - - '2700' + - '2701' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -1493,8 +1741,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.15\",\n \"currentKubernetesVersion\": \"1.23.15\",\n \"dnsPrefix\": - \"cliakstest-clitest2ryslgtsn-8ecadf\",\n \"fqdn\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitestm4s6zpr4o-79a739\",\n \"fqdn\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -1505,17 +1753,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.20\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1532,18 +1780,18 @@ interactions: false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\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/westus2/operations/754233d1-621c-47d3-b7ff-686094c7e0ff?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d671f60-7a75-4af7-8758-5727692b1740?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4186' + - '4187' content-type: - application/json date: - - Tue, 14 Feb 2023 06:11:11 GMT + - Thu, 16 Mar 2023 02:14:03 GMT expires: - '-1' pragma: @@ -1559,7 +1807,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' status: code: 200 message: OK @@ -1577,14 +1825,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/754233d1-621c-47d3-b7ff-686094c7e0ff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d671f60-7a75-4af7-8758-5727692b1740?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d1334275-1c62-d347-b7ff-686094c7e0ff\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:11:11.3575366Z\"\n }" + string: "{\n \"name\": \"601f677d-757a-f74a-8758-5727692b1740\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:14:03.6623544Z\"\n }" headers: cache-control: - no-cache @@ -1593,7 +1841,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:11:41 GMT + - Thu, 16 Mar 2023 02:14:33 GMT expires: - '-1' pragma: @@ -1625,14 +1873,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/754233d1-621c-47d3-b7ff-686094c7e0ff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d671f60-7a75-4af7-8758-5727692b1740?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d1334275-1c62-d347-b7ff-686094c7e0ff\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:11:11.3575366Z\"\n }" + string: "{\n \"name\": \"601f677d-757a-f74a-8758-5727692b1740\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:14:03.6623544Z\"\n }" headers: cache-control: - no-cache @@ -1641,7 +1889,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:12:11 GMT + - Thu, 16 Mar 2023 02:15:03 GMT expires: - '-1' pragma: @@ -1673,14 +1921,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/754233d1-621c-47d3-b7ff-686094c7e0ff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d671f60-7a75-4af7-8758-5727692b1740?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d1334275-1c62-d347-b7ff-686094c7e0ff\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:11:11.3575366Z\"\n }" + string: "{\n \"name\": \"601f677d-757a-f74a-8758-5727692b1740\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:14:03.6623544Z\"\n }" headers: cache-control: - no-cache @@ -1689,7 +1937,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:12:41 GMT + - Thu, 16 Mar 2023 02:15:33 GMT expires: - '-1' pragma: @@ -1721,14 +1969,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/754233d1-621c-47d3-b7ff-686094c7e0ff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d671f60-7a75-4af7-8758-5727692b1740?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d1334275-1c62-d347-b7ff-686094c7e0ff\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-14T06:11:11.3575366Z\"\n }" + string: "{\n \"name\": \"601f677d-757a-f74a-8758-5727692b1740\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:14:03.6623544Z\"\n }" headers: cache-control: - no-cache @@ -1737,7 +1985,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:13:11 GMT + - Thu, 16 Mar 2023 02:16:04 GMT expires: - '-1' pragma: @@ -1769,15 +2017,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/754233d1-621c-47d3-b7ff-686094c7e0ff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d671f60-7a75-4af7-8758-5727692b1740?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d1334275-1c62-d347-b7ff-686094c7e0ff\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-02-14T06:11:11.3575366Z\",\n \"endTime\": - \"2023-02-14T06:13:18.8792056Z\"\n }" + string: "{\n \"name\": \"601f677d-757a-f74a-8758-5727692b1740\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:14:03.6623544Z\",\n \"endTime\": + \"2023-03-16T02:16:12.0843865Z\"\n }" headers: cache-control: - no-cache @@ -1786,7 +2034,7 @@ interactions: content-type: - application/json date: - - Tue, 14 Feb 2023 06:13:41 GMT + - Thu, 16 Mar 2023 02:16:34 GMT expires: - '-1' pragma: @@ -1818,7 +2066,7 @@ interactions: ParameterSetName: - --resource-group --name --enable-node-restriction -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -1829,8 +2077,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.23.15\",\n \"currentKubernetesVersion\": \"1.23.15\",\n \"dnsPrefix\": - \"cliakstest-clitest2ryslgtsn-8ecadf\",\n \"fqdn\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ryslgtsn-8ecadf-146ae3d9.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitestm4s6zpr4o-79a739\",\n \"fqdn\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestm4s6zpr4o-79a739-naqd2s0n.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -1841,17 +2089,17 @@ interactions: false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.20\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCunD1XOvyLfFKYlFhHisarmzQI60c+6AhRLNEPxY5Yc7VPjXaxZN5jufwUjUjE+D+8Hz347RoF6ofPOxI45lsYSHXQMbSskV+hb74BP9CINB/LMkTGtfJdUhCEOHKE84mYBcbRA3ol1mqBjIUknlNpQDWPGEEkwOBb+1Dgo91t2YOXuZjQ8xBjUwnynqM+8PEpdUBAmmgbVP1ujppVe8dU3QL4TAc/iktS+WahwYPVAVCwvowND/3yiosB76HyiKjRkI8iFsjNMVJ1lmB/EaDyGssmEAl2qXtrIk2QlpL6I9bNB08yhbf3EMX5/zR6rCp6htMYStO/duk2mTuODrGV + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/14255a00-475e-47c3-82dd-0b9612a3be19\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7bbcef21-6f53-4b66-abab-c90d05585a34\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1868,16 +2116,16 @@ interactions: false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '4188' + - '4189' content-type: - application/json date: - - Tue, 14 Feb 2023 06:13:41 GMT + - Thu, 16 Mar 2023 02:16:34 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_nrg_restriction_level.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_nrg_restriction_level.yaml old mode 100644 new mode 100755 index 902680f089b..c50c758db5f --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_nrg_restriction_level.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_nrg_restriction_level.yaml @@ -1,759 +1,9 @@ interactions: -- request: - body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestadvu2ma7y-8ecadf", - "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": - 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": - false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": - -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, - "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "addonProfiles": {}, "nodeResourceGroupProfile": {"restrictionLevel": - "ReadOnly"}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": - {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", - "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": - "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false, - "storageProfile": {}}}' - headers: - AKSHTTPCustomFeatures: - - Microsoft.ContainerService/NRGLockdownPreview - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - Content-Length: - - '1971' - Content-Type: - - application/json - ParameterSetName: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview - response: - body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitestadvu2ma7y-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\"\ - : {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\"\ - ,\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"\ - count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"nodeResourceGroupProfile\": {\n \"restrictionLevel\"\ - : \"ReadOnly\"\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\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/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - cache-control: - - no-cache - content-length: - - '3879' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:45:15 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:45:45 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:46:15 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:46:45 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:47:15 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:47:46 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:48:16 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:48:45 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:49:15 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:49:45 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:50:16 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:50:46 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 20:51:16 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - application/json - date: - - Wed, 18 Jan 2023 20:51:46 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: @@ -764,170 +14,131 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' headers: cache-control: - no-cache content-length: - - '126' + - '244' content-type: - - application/json + - application/json; charset=utf-8 date: - - Wed, 18 Jan 2023 20:52:16 GMT + - Thu, 16 Mar 2023 02:16:35 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 + x-ms-failure-cause: + - gateway status: - code: 200 - message: OK + code: 404 + message: Not Found - request: - body: null + body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestd5czdcdhg-79a739", + "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": + 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": + false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": + -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, + "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "nodeResourceGroupProfile": + {"restrictionLevel": "ReadOnly"}, "enableRBAC": true, "enablePodSecurityPolicy": + false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", + "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": + "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, + "disableLocalAccounts": false, "storageProfile": {}}}' headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/NRGLockdownPreview Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - application/json - date: - - Wed, 18 Jan 2023 20:52:47 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: - - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level - --ssh-key-value --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: + Content-Length: + - '1642' + Content-Type: - application/json - date: - - Wed, 18 Jan 2023 20:53:17 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: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd5czdcdhg-79a739\",\n \"fqdn\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": + false\n },\n \"nodeResourceGroupProfile\": {\n \"restrictionLevel\": + \"ReadOnly\"\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": + {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '126' + - '3550' content-type: - application/json date: - - Wed, 18 Jan 2023 20:53:47 GMT + - Thu, 16 Mar 2023 02:16:39 GMT expires: - '-1' pragma: @@ -936,15 +147,13 @@ interactions: - nginx strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -960,14 +169,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -976,7 +185,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:54:16 GMT + - Thu, 16 Mar 2023 02:17:09 GMT expires: - '-1' pragma: @@ -1009,14 +218,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1025,7 +234,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:54:46 GMT + - Thu, 16 Mar 2023 02:17:39 GMT expires: - '-1' pragma: @@ -1058,14 +267,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1074,7 +283,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:55:17 GMT + - Thu, 16 Mar 2023 02:18:10 GMT expires: - '-1' pragma: @@ -1107,14 +316,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1123,7 +332,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:55:47 GMT + - Thu, 16 Mar 2023 02:18:40 GMT expires: - '-1' pragma: @@ -1156,14 +365,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1172,7 +381,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:56:17 GMT + - Thu, 16 Mar 2023 02:19:09 GMT expires: - '-1' pragma: @@ -1205,14 +414,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1221,7 +430,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:56:47 GMT + - Thu, 16 Mar 2023 02:19:39 GMT expires: - '-1' pragma: @@ -1254,14 +463,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1270,7 +479,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:57:17 GMT + - Thu, 16 Mar 2023 02:20:10 GMT expires: - '-1' pragma: @@ -1303,14 +512,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1319,7 +528,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:57:47 GMT + - Thu, 16 Mar 2023 02:20:40 GMT expires: - '-1' pragma: @@ -1352,14 +561,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1368,7 +577,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:58:18 GMT + - Thu, 16 Mar 2023 02:21:10 GMT expires: - '-1' pragma: @@ -1401,14 +610,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1417,7 +626,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:58:48 GMT + - Thu, 16 Mar 2023 02:21:40 GMT expires: - '-1' pragma: @@ -1450,14 +659,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1466,7 +675,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:59:18 GMT + - Thu, 16 Mar 2023 02:22:10 GMT expires: - '-1' pragma: @@ -1499,14 +708,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1515,7 +724,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 20:59:48 GMT + - Thu, 16 Mar 2023 02:22:40 GMT expires: - '-1' pragma: @@ -1548,14 +757,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1564,7 +773,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 21:00:18 GMT + - Thu, 16 Mar 2023 02:23:10 GMT expires: - '-1' pragma: @@ -1597,14 +806,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\"\n }" headers: cache-control: - no-cache @@ -1613,7 +822,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 21:00:48 GMT + - Thu, 16 Mar 2023 02:23:40 GMT expires: - '-1' pragma: @@ -1646,24 +855,24 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a2820943-0cf2-4894-af48-89efc1bace7a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/07701326-4562-4942-b098-84a84836643c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"430982a2-f20c-9448-af48-89efc1bace7a\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-01-18T20:45:15.5130419Z\",\n \"\ - endTime\": \"2023-01-18T21:01:13.330201Z\"\n }" + string: "{\n \"name\": \"26137007-6245-4249-b098-84a84836643c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:16:39.6004162Z\",\n \"endTime\": + \"2023-03-16T02:24:07.6230362Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Wed, 18 Jan 2023 21:01:19 GMT + - Thu, 16 Mar 2023 02:24:10 GMT expires: - '-1' pragma: @@ -1696,71 +905,66 @@ interactions: - --resource-group --name --location --enable-managed-identity --nrg-lockdown-restriction-level --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitestadvu2ma7y-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/525e200d-308e-4604-bdf7-c578b46ffa33\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"nodeResourceGroupProfile\": {\n \"restrictionLevel\"\ - : \"ReadOnly\"\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd5czdcdhg-79a739\",\n \"fqdn\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/60cbdc61-e8e5-4b71-a3a3-e56cb76bc881\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"nodeResourceGroupProfile\": + {\n \"restrictionLevel\": \"ReadOnly\"\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4532' + - '4203' content-type: - application/json date: - - Wed, 18 Jan 2023 21:01:20 GMT + - Thu, 16 Mar 2023 02:24:10 GMT expires: - '-1' pragma: @@ -1792,71 +996,66 @@ interactions: ParameterSetName: - --resource-group --name --nrg-lockdown-restriction-level --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitestadvu2ma7y-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/525e200d-308e-4604-bdf7-c578b46ffa33\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"nodeResourceGroupProfile\": {\n \"restrictionLevel\"\ - : \"ReadOnly\"\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd5czdcdhg-79a739\",\n \"fqdn\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/60cbdc61-e8e5-4b71-a3a3-e56cb76bc881\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"nodeResourceGroupProfile\": + {\n \"restrictionLevel\": \"ReadOnly\"\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4532' + - '4203' content-type: - application/json date: - - Wed, 18 Jan 2023 21:01:21 GMT + - Thu, 16 Mar 2023 02:24:12 GMT expires: - '-1' pragma: @@ -1876,24 +1075,24 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.6", "dnsPrefix": - "cliakstest-clitestadvu2ma7y-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestd5czdcdhg-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.24.6", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "nodeResourceGroupProfile": {"restrictionLevel": "Unrestricted"}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/525e200d-308e-4604-bdf7-c578b46ffa33"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/60cbdc61-e8e5-4b71-a3a3-e56cb76bc881"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1912,79 +1111,74 @@ interactions: Connection: - keep-alive Content-Length: - - '3058' + - '2729' Content-Type: - application/json ParameterSetName: - --resource-group --name --nrg-lockdown-restriction-level --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitestadvu2ma7y-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/525e200d-308e-4604-bdf7-c578b46ffa33\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"nodeResourceGroupProfile\": {\n \"restrictionLevel\"\ - : \"Unrestricted\"\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"\ - identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd5czdcdhg-79a739\",\n \"fqdn\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/60cbdc61-e8e5-4b71-a3a3-e56cb76bc881\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"nodeResourceGroupProfile\": + {\n \"restrictionLevel\": \"Unrestricted\"\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/77031ba3-a8d0-4380-927c-4708792d21b0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d400ea9d-52f9-4fe6-8909-9948a14b61c5?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4534' + - '4205' content-type: - application/json date: - - Wed, 18 Jan 2023 21:01:24 GMT + - Thu, 16 Mar 2023 02:24:14 GMT expires: - '-1' pragma: @@ -2000,55 +1194,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --nrg-lockdown-restriction-level --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77031ba3-a8d0-4380-927c-4708792d21b0?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"a31b0377-d0a8-8043-927c-4708792d21b0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T21:01:24.6692217Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 18 Jan 2023 21:01:54 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 + - '1192' status: code: 200 message: OK @@ -2066,14 +1212,14 @@ interactions: ParameterSetName: - --resource-group --name --nrg-lockdown-restriction-level --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77031ba3-a8d0-4380-927c-4708792d21b0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d400ea9d-52f9-4fe6-8909-9948a14b61c5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a31b0377-d0a8-8043-927c-4708792d21b0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T21:01:24.6692217Z\"\n }" + string: "{\n \"name\": \"9dea00d4-f952-e64f-8909-9948a14b61c5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:24:14.5712616Z\"\n }" headers: cache-control: - no-cache @@ -2082,7 +1228,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 21:02:24 GMT + - Thu, 16 Mar 2023 02:24:44 GMT expires: - '-1' pragma: @@ -2114,14 +1260,14 @@ interactions: ParameterSetName: - --resource-group --name --nrg-lockdown-restriction-level --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77031ba3-a8d0-4380-927c-4708792d21b0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d400ea9d-52f9-4fe6-8909-9948a14b61c5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a31b0377-d0a8-8043-927c-4708792d21b0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-18T21:01:24.6692217Z\"\n }" + string: "{\n \"name\": \"9dea00d4-f952-e64f-8909-9948a14b61c5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:24:14.5712616Z\"\n }" headers: cache-control: - no-cache @@ -2130,7 +1276,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 21:02:54 GMT + - Thu, 16 Mar 2023 02:25:14 GMT expires: - '-1' pragma: @@ -2162,15 +1308,15 @@ interactions: ParameterSetName: - --resource-group --name --nrg-lockdown-restriction-level --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77031ba3-a8d0-4380-927c-4708792d21b0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d400ea9d-52f9-4fe6-8909-9948a14b61c5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a31b0377-d0a8-8043-927c-4708792d21b0\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-01-18T21:01:24.6692217Z\",\n \"\ - endTime\": \"2023-01-18T21:03:15.8935796Z\"\n }" + string: "{\n \"name\": \"9dea00d4-f952-e64f-8909-9948a14b61c5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:24:14.5712616Z\",\n \"endTime\": + \"2023-03-16T02:25:34.6361572Z\"\n }" headers: cache-control: - no-cache @@ -2179,7 +1325,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Jan 2023 21:03:25 GMT + - Thu, 16 Mar 2023 02:25:44 GMT expires: - '-1' pragma: @@ -2211,71 +1357,66 @@ interactions: ParameterSetName: - --resource-group --name --nrg-lockdown-restriction-level --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitestadvu2ma7y-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestadvu2ma7y-8ecadf-87a0da27.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/525e200d-308e-4604-bdf7-c578b46ffa33\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"nodeResourceGroupProfile\": {\n \"restrictionLevel\"\ - : \"Unrestricted\"\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"\ - identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestd5czdcdhg-79a739\",\n \"fqdn\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestd5czdcdhg-79a739-0auw42q1.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/60cbdc61-e8e5-4b71-a3a3-e56cb76bc881\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"nodeResourceGroupProfile\": + {\n \"restrictionLevel\": \"Unrestricted\"\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4536' + - '4207' content-type: - application/json date: - - Wed, 18 Jan 2023 21:03:25 GMT + - Thu, 16 Mar 2023 02:25:44 GMT expires: - '-1' pragma: @@ -2309,8 +1450,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2318,17 +1459,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b86fc1d8-0fab-467a-80f8-181b90826f2e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9f302853-d43c-4cc7-a50d-cfce1ebad99f?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 18 Jan 2023 21:03:27 GMT + - Thu, 16 Mar 2023 02:25:46 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b86fc1d8-0fab-467a-80f8-181b90826f2e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9f302853-d43c-4cc7-a50d-cfce1ebad99f?api-version=2016-03-30 pragma: - no-cache server: @@ -2338,7 +1479,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_vpa.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_vpa.yaml old mode 100644 new mode 100755 index c036c8853fa..f8b5ca133f4 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_vpa.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_vpa.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2414' + - '2410' content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:12 GMT + - Thu, 16 Mar 2023 01:44:02 GMT expires: - '-1' pragma: @@ -93,12 +93,58 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:44:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version + --aks-custom-headers --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:57:12Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:44:02Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -107,7 +153,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:57:12 GMT + - Thu, 16 Mar 2023 01:44:02 GMT expires: - '-1' pragma: @@ -123,15 +169,15 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestiii3ybubq-79a739", + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitesti4ejufgra-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -158,8 +204,8 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -168,23 +214,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestiii3ybubq-79a739\",\n \"fqdn\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitesti4ejufgra-79a739\",\n \"fqdn\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -208,7 +254,7 @@ interactions: {\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/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -216,7 +262,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:16 GMT + - Thu, 16 Mar 2023 01:44:06 GMT expires: - '-1' pragma: @@ -228,7 +274,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1198' status: code: 201 message: Created @@ -247,14 +293,112 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:44:36 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: + - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version + --aks-custom-headers --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:45:06 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: + - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version + --aks-custom-headers --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -263,7 +407,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:46 GMT + - Thu, 16 Mar 2023 01:45:35 GMT expires: - '-1' pragma: @@ -296,14 +440,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -312,7 +456,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:16 GMT + - Thu, 16 Mar 2023 01:46:06 GMT expires: - '-1' pragma: @@ -345,14 +489,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -361,7 +505,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:46 GMT + - Thu, 16 Mar 2023 01:46:36 GMT expires: - '-1' pragma: @@ -394,14 +538,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -410,7 +554,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:15 GMT + - Thu, 16 Mar 2023 01:47:06 GMT expires: - '-1' pragma: @@ -443,14 +587,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -459,7 +603,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:45 GMT + - Thu, 16 Mar 2023 01:47:36 GMT expires: - '-1' pragma: @@ -492,14 +636,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -508,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:16 GMT + - Thu, 16 Mar 2023 01:48:07 GMT expires: - '-1' pragma: @@ -541,14 +685,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -557,7 +701,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:46 GMT + - Thu, 16 Mar 2023 01:48:36 GMT expires: - '-1' pragma: @@ -590,14 +734,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -606,7 +750,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:16 GMT + - Thu, 16 Mar 2023 01:49:06 GMT expires: - '-1' pragma: @@ -639,14 +783,14 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\"\n }" headers: cache-control: - no-cache @@ -655,7 +799,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:46 GMT + - Thu, 16 Mar 2023 01:49:36 GMT expires: - '-1' pragma: @@ -688,15 +832,15 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8867f5e0-257e-4280-9c20-2cff0a8c54e7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7cd701f-ae60-4ba9-a92a-7ceb8080c7b8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e0f56788-7e25-8042-9c20-2cff0a8c54e7\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:57:16.3288579Z\",\n \"endTime\": - \"2022-11-24T10:02:12.1517003Z\"\n }" + string: "{\n \"name\": \"1f70cdd7-60ae-a94b-a92a-7ceb8080c7b8\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:44:06.4209485Z\",\n \"endTime\": + \"2023-03-16T01:49:38.2197616Z\"\n }" headers: cache-control: - no-cache @@ -705,7 +849,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:16 GMT + - Thu, 16 Mar 2023 01:50:06 GMT expires: - '-1' pragma: @@ -738,8 +882,8 @@ interactions: - --resource-group --name --vm-set-type -c --enable-vpa --kubernetes-version --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -748,30 +892,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestiii3ybubq-79a739\",\n \"fqdn\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitesti4ejufgra-79a739\",\n \"fqdn\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -798,7 +942,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:16 GMT + - Thu, 16 Mar 2023 01:50:06 GMT expires: - '-1' pragma: @@ -830,8 +974,8 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --disable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -840,30 +984,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestiii3ybubq-79a739\",\n \"fqdn\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitesti4ejufgra-79a739\",\n \"fqdn\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -890,7 +1034,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:17 GMT + - Thu, 16 Mar 2023 01:50:08 GMT expires: - '-1' pragma: @@ -910,23 +1054,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.25.2", "dnsPrefix": - "cliakstest-clitestiii3ybubq-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.26.0", "dnsPrefix": + "cliakstest-clitesti4ejufgra-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.25.2", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -952,8 +1096,8 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --disable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -962,30 +1106,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestiii3ybubq-79a739\",\n \"fqdn\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitesti4ejufgra-79a739\",\n \"fqdn\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1006,7 +1150,7 @@ interactions: {\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/westus2/operations/bd8c0e6e-d861-4255-8c52-15319f8cc6e5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02d6bd6e-251f-4a63-a489-4f397e9ad8df?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -1014,7 +1158,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:20 GMT + - Thu, 16 Mar 2023 01:50:10 GMT expires: - '-1' pragma: @@ -1030,7 +1174,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 200 message: OK @@ -1048,23 +1192,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --disable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd8c0e6e-d861-4255-8c52-15319f8cc6e5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02d6bd6e-251f-4a63-a489-4f397e9ad8df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6e0e8cbd-61d8-5542-8c52-15319f8cc6e5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:20.911234Z\"\n }" + string: "{\n \"name\": \"6ebdd602-1f25-634a-a489-4f397e9ad8df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:10.5787551Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:51 GMT + - Thu, 16 Mar 2023 01:50:40 GMT expires: - '-1' pragma: @@ -1096,23 +1240,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --disable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd8c0e6e-d861-4255-8c52-15319f8cc6e5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02d6bd6e-251f-4a63-a489-4f397e9ad8df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6e0e8cbd-61d8-5542-8c52-15319f8cc6e5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:20.911234Z\"\n }" + string: "{\n \"name\": \"6ebdd602-1f25-634a-a489-4f397e9ad8df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:10.5787551Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:21 GMT + - Thu, 16 Mar 2023 01:51:10 GMT expires: - '-1' pragma: @@ -1144,23 +1288,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --disable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd8c0e6e-d861-4255-8c52-15319f8cc6e5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02d6bd6e-251f-4a63-a489-4f397e9ad8df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6e0e8cbd-61d8-5542-8c52-15319f8cc6e5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:20.911234Z\"\n }" + string: "{\n \"name\": \"6ebdd602-1f25-634a-a489-4f397e9ad8df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:10.5787551Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:51 GMT + - Thu, 16 Mar 2023 01:51:40 GMT expires: - '-1' pragma: @@ -1192,24 +1336,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --disable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bd8c0e6e-d861-4255-8c52-15319f8cc6e5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02d6bd6e-251f-4a63-a489-4f397e9ad8df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6e0e8cbd-61d8-5542-8c52-15319f8cc6e5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:02:20.911234Z\",\n \"endTime\": - \"2022-11-24T10:03:52.1203322Z\"\n }" + string: "{\n \"name\": \"6ebdd602-1f25-634a-a489-4f397e9ad8df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:10.5787551Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:20 GMT + - Thu, 16 Mar 2023 01:52:31 GMT expires: - '-1' pragma: @@ -1241,8 +1384,57 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --disable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02d6bd6e-251f-4a63-a489-4f397e9ad8df?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6ebdd602-1f25-634a-a489-4f397e9ad8df\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:50:10.5787551Z\",\n \"endTime\": + \"2023-03-16T01:52:37.3639381Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:53:01 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --aks-custom-headers --disable-vpa -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1251,30 +1443,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestiii3ybubq-79a739\",\n \"fqdn\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitesti4ejufgra-79a739\",\n \"fqdn\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1301,7 +1493,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:21 GMT + - Thu, 16 Mar 2023 01:53:02 GMT expires: - '-1' pragma: @@ -1333,8 +1525,8 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1343,30 +1535,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestiii3ybubq-79a739\",\n \"fqdn\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitesti4ejufgra-79a739\",\n \"fqdn\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1393,7 +1585,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:22 GMT + - Thu, 16 Mar 2023 01:53:02 GMT expires: - '-1' pragma: @@ -1413,23 +1605,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.25.2", "dnsPrefix": - "cliakstest-clitestiii3ybubq-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.26.0", "dnsPrefix": + "cliakstest-clitesti4ejufgra-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.25.2", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1455,8 +1647,8 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1465,30 +1657,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestiii3ybubq-79a739\",\n \"fqdn\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitesti4ejufgra-79a739\",\n \"fqdn\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1509,7 +1701,7 @@ interactions: {\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/westus2/operations/1480184c-0384-4342-8e7d-ad7282eb0d01?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d3ad04b7-d968-48c3-b366-0970fc4d795c?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -1517,7 +1709,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:25 GMT + - Thu, 16 Mar 2023 01:53:05 GMT expires: - '-1' pragma: @@ -1551,23 +1743,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1480184c-0384-4342-8e7d-ad7282eb0d01?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d3ad04b7-d968-48c3-b366-0970fc4d795c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4c188014-8403-4243-8e7d-ad7282eb0d01\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:25.7942047Z\"\n }" + string: "{\n \"name\": \"b704add3-68d9-c348-b366-0970fc4d795c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:05.938753Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:55 GMT + - Thu, 16 Mar 2023 01:53:36 GMT expires: - '-1' pragma: @@ -1599,23 +1791,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1480184c-0384-4342-8e7d-ad7282eb0d01?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d3ad04b7-d968-48c3-b366-0970fc4d795c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4c188014-8403-4243-8e7d-ad7282eb0d01\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:25.7942047Z\"\n }" + string: "{\n \"name\": \"b704add3-68d9-c348-b366-0970fc4d795c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:05.938753Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:26 GMT + - Thu, 16 Mar 2023 01:54:05 GMT expires: - '-1' pragma: @@ -1647,23 +1839,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1480184c-0384-4342-8e7d-ad7282eb0d01?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d3ad04b7-d968-48c3-b366-0970fc4d795c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4c188014-8403-4243-8e7d-ad7282eb0d01\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:25.7942047Z\"\n }" + string: "{\n \"name\": \"b704add3-68d9-c348-b366-0970fc4d795c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:53:05.938753Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:56 GMT + - Thu, 16 Mar 2023 01:54:35 GMT expires: - '-1' pragma: @@ -1695,24 +1887,24 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1480184c-0384-4342-8e7d-ad7282eb0d01?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d3ad04b7-d968-48c3-b366-0970fc4d795c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4c188014-8403-4243-8e7d-ad7282eb0d01\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:04:25.7942047Z\",\n \"endTime\": - \"2022-11-24T10:06:16.5674993Z\"\n }" + string: "{\n \"name\": \"b704add3-68d9-c348-b366-0970fc4d795c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:53:05.938753Z\",\n \"endTime\": + \"2023-03-16T01:54:54.4569177Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:25 GMT + - Thu, 16 Mar 2023 01:55:05 GMT expires: - '-1' pragma: @@ -1744,8 +1936,8 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-vpa -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1754,30 +1946,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestiii3ybubq-79a739\",\n \"fqdn\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestiii3ybubq-79a739-f94572ff.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitesti4ejufgra-79a739\",\n \"fqdn\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti4ejufgra-79a739-ggr0h615.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c90d8b7b-de7b-49ac-9b99-2fb747ef5fa3\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4f596c74-fcf0-41da-9111-946c94c5eba5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1804,7 +1996,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:26 GMT + - Thu, 16 Mar 2023 01:55:05 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml old mode 100644 new mode 100755 index 183ddff796e..c11a6261d58 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_dualstack_with_default_network.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2420' + - '2416' content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:27 GMT + - Thu, 16 Mar 2023 01:55:08 GMT expires: - '-1' pragma: @@ -78,23 +78,67 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:55:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestrly2jglzf-79a739", + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestxof6trlas-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, - "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", - "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", - "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": - "standard", "ipFamilies": ["IPv4", "IPv6"]}, "disableLocalAccounts": false, - "storageProfile": {}}}' + "enablePodSecurityPolicy": false, "networkProfile": {"outboundType": "loadBalancer", + "loadBalancerSku": "standard", "ipFamilies": ["IPv4", "IPv6"]}, "disableLocalAccounts": + false, "storageProfile": {}}}' headers: AKSHTTPCustomFeatures: - Microsoft.ContainerService/AKS-EnableDualStack @@ -107,15 +151,15 @@ interactions: Connection: - keep-alive Content-Length: - - '1630' + - '1478' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -124,23 +168,23 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestrly2jglzf-79a739\",\n \"fqdn\": \"cliakstest-clitestrly2jglzf-79a739-a286851a.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrly2jglzf-79a739-a286851a.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestxof6trlas-79a739\",\n \"fqdn\": \"cliakstest-clitestxof6trlas-79a739-qymxrtok.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestxof6trlas-79a739-qymxrtok.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n @@ -150,8 +194,8 @@ interactions: 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\",\n \"fd80:63e9:c72:f669::/64\"\n - \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\",\n \"fdd3:2382:57c7:cadd::/108\"\n + \"loadBalancer\",\n \"podCidrs\": [\n \"10.244.0.0/16\",\n \"fd78:bdf4:95d:76a8::/64\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\",\n \"fd41:1590:5496:328c::/108\"\n \ ],\n \"ipFamilies\": [\n \"IPv4\",\n \"IPv6\"\n ]\n },\n \ \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": @@ -163,15 +207,15 @@ interactions: {\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/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3601' + - '3602' content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:33 GMT + - Thu, 16 Mar 2023 01:55:14 GMT expires: - '-1' pragma: @@ -183,7 +227,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1197' status: code: 201 message: Created @@ -202,14 +246,63 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:55:44 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: + - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -218,7 +311,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:04 GMT + - Thu, 16 Mar 2023 01:56:14 GMT expires: - '-1' pragma: @@ -251,14 +344,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -267,7 +360,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:34 GMT + - Thu, 16 Mar 2023 01:56:44 GMT expires: - '-1' pragma: @@ -300,14 +393,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -316,7 +409,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:04 GMT + - Thu, 16 Mar 2023 01:57:15 GMT expires: - '-1' pragma: @@ -349,14 +442,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -365,7 +458,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:34 GMT + - Thu, 16 Mar 2023 01:57:45 GMT expires: - '-1' pragma: @@ -398,14 +491,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -414,7 +507,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:04 GMT + - Thu, 16 Mar 2023 01:58:15 GMT expires: - '-1' pragma: @@ -447,14 +540,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:34 GMT + - Thu, 16 Mar 2023 01:58:45 GMT expires: - '-1' pragma: @@ -496,14 +589,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -512,7 +605,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:04 GMT + - Thu, 16 Mar 2023 01:59:15 GMT expires: - '-1' pragma: @@ -545,14 +638,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -561,7 +654,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:35 GMT + - Thu, 16 Mar 2023 01:59:45 GMT expires: - '-1' pragma: @@ -594,14 +687,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -610,7 +703,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:05 GMT + - Thu, 16 Mar 2023 02:00:16 GMT expires: - '-1' pragma: @@ -643,14 +736,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -659,7 +752,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:35 GMT + - Thu, 16 Mar 2023 02:00:46 GMT expires: - '-1' pragma: @@ -692,14 +785,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -708,7 +801,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:05 GMT + - Thu, 16 Mar 2023 02:01:16 GMT expires: - '-1' pragma: @@ -741,14 +834,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -757,7 +850,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:35 GMT + - Thu, 16 Mar 2023 02:01:46 GMT expires: - '-1' pragma: @@ -790,14 +883,14 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\"\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache @@ -806,7 +899,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:05 GMT + - Thu, 16 Mar 2023 02:02:16 GMT expires: - '-1' pragma: @@ -839,29 +932,23 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: c80e9d98-32a1-4770-b934-4e15ad7f3c43, Operation ID: 639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade, - Timestamp: 2022-11-24T10:13:16Z.\"\n }\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache content-length: - - '578' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:35 GMT + - Thu, 16 Mar 2023 02:02:46 GMT expires: - '-1' pragma: @@ -894,29 +981,121 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: c80e9d98-32a1-4770-b934-4e15ad7f3c43, Operation ID: 639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade, - Timestamp: 2022-11-24T10:13:16Z.\"\n }\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" headers: cache-control: - no-cache content-length: - - '578' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:03:16 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: + - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:03:46 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: + - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:05 GMT + - Thu, 16 Mar 2023 02:04:17 GMT expires: - '-1' pragma: @@ -949,30 +1128,24 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/142da8da-da09-413e-989e-2ec56383f3f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c49b9c63-bf31-cb48-b0a3-1ed60bfc7ade\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:06:34.1493754Z\",\n \"endTime\": - \"2022-11-24T10:14:34.1752802Z\",\n \"error\": {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n - \ \"message\": \"AKS encountered an internal error while attempting the requested - Creating operation. AKS will continuously retry the requested operation until - successful or a retry timeout is hit. Check back to see if the operation requires - resubmission. Correlation ID: c80e9d98-32a1-4770-b934-4e15ad7f3c43, Operation - ID: 639c9bc4-31bf-48cb-b0a3-1ed60bfc7ade, Timestamp: 2022-11-24T10:13:16Z.\"\n - \ }\n }" + string: "{\n \"name\": \"daa82d14-09da-3e41-989e-2ec56383f3f8\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:55:14.4216606Z\",\n \"endTime\": + \"2023-03-16T02:04:37.864961Z\"\n }" headers: cache-control: - no-cache content-length: - - '622' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:35 GMT + - Thu, 16 Mar 2023 02:04:46 GMT expires: - '-1' pragma: @@ -1005,8 +1178,8 @@ interactions: - --resource-group --name --location --ip-families --ssh-key-value --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1015,37 +1188,37 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestrly2jglzf-79a739\",\n \"fqdn\": \"cliakstest-clitestrly2jglzf-79a739-a286851a.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestrly2jglzf-79a739-a286851a.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestxof6trlas-79a739\",\n \"fqdn\": \"cliakstest-clitestxof6trlas-79a739-qymxrtok.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestxof6trlas-79a739-qymxrtok.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1,\n \"countIPv6\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/51f29558-0dfc-4130-ad50-434045a324cf-ipv6\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/5cc6c418-bc8c-4518-a586-80cd057bd54f\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/7a98a899-0842-4711-b36f-4d48b3b0f0be\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/1fa174e7-2d72-4ff3-bd1d-e3a7d6cff999-ipv6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\",\n - \ \"fd80:63e9:c72:f669::/64\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\",\n - \ \"fdd3:2382:57c7:cadd::/108\"\n ],\n \"ipFamilies\": [\n \"IPv4\",\n + \ \"fd78:bdf4:95d:76a8::/64\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\",\n + \ \"fd41:1590:5496:328c::/108\"\n ],\n \"ipFamilies\": [\n \"IPv4\",\n \ \"IPv6\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1061,11 +1234,11 @@ interactions: cache-control: - no-cache content-length: - - '4501' + - '4502' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:36 GMT + - Thu, 16 Mar 2023 02:04:47 GMT expires: - '-1' pragma: @@ -1099,8 +1272,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1108,17 +1281,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/dd2a6815-984c-4dd6-a481-b37f06c96f01?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/3da6c37e-4f24-4913-8b4b-62629702df72?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:14:37 GMT + - Thu, 16 Mar 2023 02:04:48 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/dd2a6815-984c-4dd6-a481-b37f06c96f01?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/3da6c37e-4f24-4913-8b4b-62629702df72?api-version=2016-03-30 pragma: - no-cache server: @@ -1128,7 +1301,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14997' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml old mode 100644 new mode 100755 index 9fe43a86ac7..3fbaa2b70a7 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:04:50 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:26:55Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:04:50Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:26:55 GMT + - Thu, 16 Mar 2023 02:04:50 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestc5ts57elh-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestosiog37d2-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestc5ts57elh-79a739\",\n \"fqdn\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestosiog37d2-79a739\",\n \"fqdn\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:59 GMT + - Thu, 16 Mar 2023 02:04:53 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1197' status: code: 201 message: Created @@ -159,14 +204,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +220,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:29 GMT + - Thu, 16 Mar 2023 02:05:24 GMT expires: - '-1' pragma: @@ -207,14 +252,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:59 GMT + - Thu, 16 Mar 2023 02:05:54 GMT expires: - '-1' pragma: @@ -255,14 +300,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:30 GMT + - Thu, 16 Mar 2023 02:06:24 GMT expires: - '-1' pragma: @@ -303,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:00 GMT + - Thu, 16 Mar 2023 02:06:54 GMT expires: - '-1' pragma: @@ -351,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:29 GMT + - Thu, 16 Mar 2023 02:07:24 GMT expires: - '-1' pragma: @@ -399,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:00 GMT + - Thu, 16 Mar 2023 02:07:55 GMT expires: - '-1' pragma: @@ -447,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:30 GMT + - Thu, 16 Mar 2023 02:08:25 GMT expires: - '-1' pragma: @@ -495,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:00 GMT + - Thu, 16 Mar 2023 02:08:55 GMT expires: - '-1' pragma: @@ -543,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:30 GMT + - Thu, 16 Mar 2023 02:09:25 GMT expires: - '-1' pragma: @@ -591,15 +636,303 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c06a9673-308f-48fd-82d7-f47c22fac291?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"73966ac0-8f30-fd48-82d7-f47c22fac291\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:26:59.8503216Z\",\n \"endTime\": - \"2022-11-24T10:31:39.6585869Z\"\n }" + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:09:55 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: + - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:26 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: + - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:56 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: + - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:11:26 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: + - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:11:56 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: + - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:12:26 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: + - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f2a1043-d682-4f81-aec0-472c61e4eb95?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"43102a5f-82d6-814f-aec0-472c61e4eb95\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:04:54.5510053Z\",\n \"endTime\": + \"2023-03-16T02:12:27.9076951Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +941,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:00 GMT + - Thu, 16 Mar 2023 02:12:56 GMT expires: - '-1' pragma: @@ -640,8 +973,8 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +983,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestc5ts57elh-79a739\",\n \"fqdn\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestosiog37d2-79a739\",\n \"fqdn\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5b00c577-cf01-4f5a-b7db-a799852ff03e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/26d11e71-1c5f-4f28-bf50-b181fd8b38f3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +1027,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:00 GMT + - Thu, 16 Mar 2023 02:12:56 GMT expires: - '-1' pragma: @@ -731,8 +1064,8 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -741,30 +1074,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestc5ts57elh-79a739\",\n \"fqdn\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestosiog37d2-79a739\",\n \"fqdn\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5b00c577-cf01-4f5a-b7db-a799852ff03e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/26d11e71-1c5f-4f28-bf50-b181fd8b38f3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -785,11 +1118,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:01 GMT + - Thu, 16 Mar 2023 02:12:58 GMT expires: - '-1' pragma: @@ -809,23 +1142,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestc5ts57elh-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestosiog37d2-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5b00c577-cf01-4f5a-b7db-a799852ff03e"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/26d11e71-1c5f-4f28-bf50-b181fd8b38f3"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "aadProfile": {"managed": true, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000001"], "tenantID": "00000000-0000-0000-0000-000000000002"}, @@ -843,15 +1176,15 @@ interactions: Connection: - keep-alive Content-Length: - - '2815' + - '2813' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -860,30 +1193,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestc5ts57elh-79a739\",\n \"fqdn\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestosiog37d2-79a739\",\n \"fqdn\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5b00c577-cf01-4f5a-b7db-a799852ff03e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/26d11e71-1c5f-4f28-bf50-b181fd8b38f3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -905,15 +1238,15 @@ interactions: {\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/westus2/operations/d630f976-1121-44b0-aa53-757cb8d03745?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e08efda-b3d7-4854-b93a-1c6a246da99b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4336' + - '4332' content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:04 GMT + - Thu, 16 Mar 2023 02:13:00 GMT expires: - '-1' pragma: @@ -929,7 +1262,56 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e08efda-b3d7-4854-b93a-1c6a246da99b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"daef085e-d7b3-5448-b93a-1c6a246da99b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.5371396Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:13:30 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 @@ -948,14 +1330,14 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d630f976-1121-44b0-aa53-757cb8d03745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e08efda-b3d7-4854-b93a-1c6a246da99b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"76f930d6-2111-b044-aa53-757cb8d03745\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:32:04.5729755Z\"\n }" + string: "{\n \"name\": \"daef085e-d7b3-5448-b93a-1c6a246da99b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.5371396Z\"\n }" headers: cache-control: - no-cache @@ -964,7 +1346,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:34 GMT + - Thu, 16 Mar 2023 02:14:00 GMT expires: - '-1' pragma: @@ -997,14 +1379,14 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d630f976-1121-44b0-aa53-757cb8d03745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e08efda-b3d7-4854-b93a-1c6a246da99b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"76f930d6-2111-b044-aa53-757cb8d03745\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:32:04.5729755Z\"\n }" + string: "{\n \"name\": \"daef085e-d7b3-5448-b93a-1c6a246da99b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.5371396Z\"\n }" headers: cache-control: - no-cache @@ -1013,7 +1395,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:04 GMT + - Thu, 16 Mar 2023 02:14:30 GMT expires: - '-1' pragma: @@ -1046,14 +1428,14 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d630f976-1121-44b0-aa53-757cb8d03745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e08efda-b3d7-4854-b93a-1c6a246da99b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"76f930d6-2111-b044-aa53-757cb8d03745\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:32:04.5729755Z\"\n }" + string: "{\n \"name\": \"daef085e-d7b3-5448-b93a-1c6a246da99b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.5371396Z\"\n }" headers: cache-control: - no-cache @@ -1062,7 +1444,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:34 GMT + - Thu, 16 Mar 2023 02:15:00 GMT expires: - '-1' pragma: @@ -1095,15 +1477,15 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d630f976-1121-44b0-aa53-757cb8d03745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e08efda-b3d7-4854-b93a-1c6a246da99b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"76f930d6-2111-b044-aa53-757cb8d03745\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:32:04.5729755Z\",\n \"endTime\": - \"2022-11-24T10:34:05.0475524Z\"\n }" + string: "{\n \"name\": \"daef085e-d7b3-5448-b93a-1c6a246da99b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:13:00.5371396Z\",\n \"endTime\": + \"2023-03-16T02:15:03.1846145Z\"\n }" headers: cache-control: - no-cache @@ -1112,7 +1494,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:04 GMT + - Thu, 16 Mar 2023 02:15:30 GMT expires: - '-1' pragma: @@ -1145,8 +1527,8 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1155,30 +1537,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestc5ts57elh-79a739\",\n \"fqdn\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestc5ts57elh-79a739-d4e09c69.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestosiog37d2-79a739\",\n \"fqdn\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestosiog37d2-79a739-dygm006h.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5b00c577-cf01-4f5a-b7db-a799852ff03e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/26d11e71-1c5f-4f28-bf50-b181fd8b38f3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1202,11 +1584,11 @@ interactions: cache-control: - no-cache content-length: - - '4338' + - '4334' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:04 GMT + - Thu, 16 Mar 2023 02:15:30 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_none_private_dns_zone.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_none_private_dns_zone.yaml old mode 100644 new mode 100755 index 379f53ca5a8..d69df4199f6 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_none_private_dns_zone.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_none_private_dns_zone.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:15:32 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster + --private-dns-zone --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:34:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:15:32Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:34:05 GMT + - Thu, 16 Mar 2023 02:15:32 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestlaifmwvoe-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestu3tc7mn6e-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -77,8 +123,8 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -87,24 +133,24 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlaifmwvoe-79a739\",\n \"fqdn\": \"cliakstest-clitestlaifmwvoe-79a739-7c5aecd4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"95bc7f047756917060117cb36c557be7-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitestlaifmwvoe-79a739-7c5aecd4.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestu3tc7mn6e-79a739\",\n \"fqdn\": \"cliakstest-clitestu3tc7mn6e-79a739-obkh6k2d.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"e11a2e976dc16edb3fb747a4ebf2f3a2-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestu3tc7mn6e-79a739-obkh6k2d.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -131,15 +177,15 @@ interactions: {\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/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3941' + - '3937' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:09 GMT + - Thu, 16 Mar 2023 02:15:37 GMT expires: - '-1' pragma: @@ -151,7 +197,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -170,14 +216,357 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:16:07 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: + - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster + --private-dns-zone --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:16:37 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: + - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster + --private-dns-zone --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:17:07 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: + - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster + --private-dns-zone --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:17:37 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: + - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster + --private-dns-zone --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:18:07 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: + - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster + --private-dns-zone --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:18:37 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: + - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster + --private-dns-zone --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:19:08 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: + - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster + --private-dns-zone --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -186,7 +575,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:39 GMT + - Thu, 16 Mar 2023 02:19:37 GMT expires: - '-1' pragma: @@ -219,14 +608,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -235,7 +624,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:10 GMT + - Thu, 16 Mar 2023 02:20:08 GMT expires: - '-1' pragma: @@ -268,14 +657,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -284,7 +673,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:40 GMT + - Thu, 16 Mar 2023 02:20:37 GMT expires: - '-1' pragma: @@ -317,14 +706,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -333,7 +722,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:09 GMT + - Thu, 16 Mar 2023 02:21:08 GMT expires: - '-1' pragma: @@ -366,14 +755,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -382,7 +771,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:40 GMT + - Thu, 16 Mar 2023 02:21:38 GMT expires: - '-1' pragma: @@ -415,14 +804,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -431,7 +820,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:10 GMT + - Thu, 16 Mar 2023 02:22:08 GMT expires: - '-1' pragma: @@ -464,14 +853,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -480,7 +869,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:40 GMT + - Thu, 16 Mar 2023 02:22:38 GMT expires: - '-1' pragma: @@ -513,14 +902,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -529,7 +918,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:10 GMT + - Thu, 16 Mar 2023 02:23:08 GMT expires: - '-1' pragma: @@ -562,14 +951,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -578,7 +967,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:40 GMT + - Thu, 16 Mar 2023 02:23:38 GMT expires: - '-1' pragma: @@ -611,14 +1000,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -627,7 +1016,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:10 GMT + - Thu, 16 Mar 2023 02:24:08 GMT expires: - '-1' pragma: @@ -660,14 +1049,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -676,7 +1065,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:40 GMT + - Thu, 16 Mar 2023 02:24:39 GMT expires: - '-1' pragma: @@ -709,14 +1098,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -725,7 +1114,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:10 GMT + - Thu, 16 Mar 2023 02:25:08 GMT expires: - '-1' pragma: @@ -758,14 +1147,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -774,7 +1163,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:41 GMT + - Thu, 16 Mar 2023 02:25:39 GMT expires: - '-1' pragma: @@ -807,14 +1196,14 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\"\n }" headers: cache-control: - no-cache @@ -823,7 +1212,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:11 GMT + - Thu, 16 Mar 2023 02:26:08 GMT expires: - '-1' pragma: @@ -856,24 +1245,24 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c3a7a1b-7e8c-4c89-8e64-242f15fc533b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9963b976-94d3-44a3-b85b-f475538ba7ba?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1b7a3a1c-8c7e-894c-8e64-242f15fc533b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:34:10.1434734Z\",\n \"endTime\": - \"2022-11-24T10:41:12.318234Z\"\n }" + string: "{\n \"name\": \"76b96399-d394-a344-b85b-f475538ba7ba\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:15:37.6314128Z\",\n \"endTime\": + \"2023-03-16T02:26:14.7710488Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:40 GMT + - Thu, 16 Mar 2023 02:26:38 GMT expires: - '-1' pragma: @@ -906,8 +1295,8 @@ interactions: - --resource-group --name --node-count --load-balancer-sku --enable-private-cluster --private-dns-zone --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -916,31 +1305,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlaifmwvoe-79a739\",\n \"fqdn\": \"cliakstest-clitestlaifmwvoe-79a739-7c5aecd4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"95bc7f047756917060117cb36c557be7-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitestlaifmwvoe-79a739-7c5aecd4.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestu3tc7mn6e-79a739\",\n \"fqdn\": \"cliakstest-clitestu3tc7mn6e-79a739-obkh6k2d.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"e11a2e976dc16edb3fb747a4ebf2f3a2-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestu3tc7mn6e-79a739-obkh6k2d.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e4075915-68fc-4555-8f1e-3e4505d0d1d2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/808f000a-5b71-48ff-a87f-093d2b3c6af6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -967,11 +1356,11 @@ interactions: cache-control: - no-cache content-length: - - '4791' + - '4787' content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:41 GMT + - Thu, 16 Mar 2023 02:26:38 GMT expires: - '-1' pragma: @@ -1005,8 +1394,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1014,17 +1403,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c874afd8-669f-4b2f-a303-a5e5c4db9a6f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1770af5f-425a-41c4-ae32-768992361386?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:41:41 GMT + - Thu, 16 Mar 2023 02:26:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/c874afd8-669f-4b2f-a303-a5e5c4db9a6f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/1770af5f-425a-41c4-ae32-768992361386?api-version=2016-03-30 pragma: - no-cache server: @@ -1034,7 +1423,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14995' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_or_update_with_load_balancer_backend_pool_type.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_or_update_with_load_balancer_backend_pool_type.yaml old mode 100644 new mode 100755 index 5c28c28585b..5601b232c07 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_or_update_with_load_balancer_backend_pool_type.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_or_update_with_load_balancer_backend_pool_type.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2420' + - '2416' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:05 GMT + - Thu, 16 Mar 2023 01:46:14 GMT expires: - '-1' pragma: @@ -78,17 +78,63 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:46:14 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestvgu6zyzwt-79a739", + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestlptkpgtop-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -115,8 +161,8 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -125,23 +171,23 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestvgu6zyzwt-79a739\",\n \"fqdn\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestlptkpgtop-79a739\",\n \"fqdn\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n @@ -164,15 +210,15 @@ interactions: {\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/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3554' + - '3555' content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:11 GMT + - Thu, 16 Mar 2023 01:46:20 GMT expires: - '-1' pragma: @@ -184,7 +230,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1194' status: code: 201 message: Created @@ -203,14 +249,63 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:46:51 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: + - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\"\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache @@ -219,7 +314,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:49:41 GMT + - Thu, 16 Mar 2023 01:47:20 GMT expires: - '-1' pragma: @@ -252,14 +347,14 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\"\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache @@ -268,7 +363,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:12 GMT + - Thu, 16 Mar 2023 01:47:50 GMT expires: - '-1' pragma: @@ -301,14 +396,14 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\"\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache @@ -317,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:42 GMT + - Thu, 16 Mar 2023 01:48:20 GMT expires: - '-1' pragma: @@ -350,14 +445,14 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\"\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache @@ -366,7 +461,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:12 GMT + - Thu, 16 Mar 2023 01:48:51 GMT expires: - '-1' pragma: @@ -399,14 +494,14 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\"\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +510,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:42 GMT + - Thu, 16 Mar 2023 01:49:21 GMT expires: - '-1' pragma: @@ -448,14 +543,14 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\"\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache @@ -464,7 +559,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:13 GMT + - Thu, 16 Mar 2023 01:49:51 GMT expires: - '-1' pragma: @@ -497,14 +592,14 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\"\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache @@ -513,7 +608,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:43 GMT + - Thu, 16 Mar 2023 01:50:21 GMT expires: - '-1' pragma: @@ -546,14 +641,14 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\"\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache @@ -562,7 +657,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:13 GMT + - Thu, 16 Mar 2023 01:50:51 GMT expires: - '-1' pragma: @@ -595,29 +690,23 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: fb291245-24d0-4b5d-9166-8cd8217123c6, Operation ID: a35b0b11-6001-4750-aebc-4b42f9f5ebdc, - Timestamp: 2022-11-24T09:53:22Z.\"\n }\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache content-length: - - '578' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:43 GMT + - Thu, 16 Mar 2023 01:51:21 GMT expires: - '-1' pragma: @@ -650,29 +739,23 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: fb291245-24d0-4b5d-9166-8cd8217123c6, Operation ID: a35b0b11-6001-4750-aebc-4b42f9f5ebdc, - Timestamp: 2022-11-24T09:53:22Z.\"\n }\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache content-length: - - '578' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:13 GMT + - Thu, 16 Mar 2023 01:51:52 GMT expires: - '-1' pragma: @@ -705,29 +788,23 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: fb291245-24d0-4b5d-9166-8cd8217123c6, Operation ID: a35b0b11-6001-4750-aebc-4b42f9f5ebdc, - Timestamp: 2022-11-24T09:53:22Z.\"\n }\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache content-length: - - '578' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:43 GMT + - Thu, 16 Mar 2023 01:52:22 GMT expires: - '-1' pragma: @@ -760,30 +837,318 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/a35b0b11-6001-4750-aebc-4b42f9f5ebdc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"110b5ba3-0160-5047-aebc-4b42f9f5ebdc\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:49:12.4158114Z\",\n \"endTime\": - \"2022-11-24T09:54:52.771617Z\",\n \"error\": {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n - \ \"message\": \"AKS encountered an internal error while attempting the requested - Creating operation. AKS will continuously retry the requested operation until - successful or a retry timeout is hit. Check back to see if the operation requires - resubmission. Correlation ID: fb291245-24d0-4b5d-9166-8cd8217123c6, Operation - ID: a35b0b11-6001-4750-aebc-4b42f9f5ebdc, Timestamp: 2022-11-24T09:53:22Z.\"\n - \ }\n }" + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" headers: cache-control: - no-cache content-length: - - '621' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:52:51 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: + - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:53:22 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: + - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:53:52 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: + - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:54:22 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: + - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:54:52 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: + - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:55:22 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: + - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/0a31f5a0-77e2-46cb-b31c-dbd19dbea17a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0f5310a-e277-cb46-b31c-dbd19dbea17a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:46:20.5177843Z\",\n \"endTime\": + \"2023-03-16T01:55:44.9673176Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:13 GMT + - Thu, 16 Mar 2023 01:55:52 GMT expires: - '-1' pragma: @@ -816,8 +1181,8 @@ interactions: - --resource-group --name --location --ssh-key-value --kubernetes-version --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -826,30 +1191,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestvgu6zyzwt-79a739\",\n \"fqdn\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestlptkpgtop-79a739\",\n \"fqdn\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/c1f52a88-e43c-4ffd-ba50-ea5fd03ab9c2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/2a66b886-9eab-4479-ab39-18ca465d06fc\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIP\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n @@ -871,11 +1236,11 @@ interactions: cache-control: - no-cache content-length: - - '4219' + - '4220' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:14 GMT + - Thu, 16 Mar 2023 01:55:52 GMT expires: - '-1' pragma: @@ -907,8 +1272,8 @@ interactions: ParameterSetName: - -g -n --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -917,30 +1282,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestvgu6zyzwt-79a739\",\n \"fqdn\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestlptkpgtop-79a739\",\n \"fqdn\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/c1f52a88-e43c-4ffd-ba50-ea5fd03ab9c2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/2a66b886-9eab-4479-ab39-18ca465d06fc\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIP\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n @@ -962,11 +1327,11 @@ interactions: cache-control: - no-cache content-length: - - '4219' + - '4220' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:14 GMT + - Thu, 16 Mar 2023 01:55:54 GMT expires: - '-1' pragma: @@ -987,22 +1352,22 @@ interactions: - request: body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.25.2", "dnsPrefix": "cliakstest-clitestvgu6zyzwt-79a739", "agentPoolProfiles": + "1.26.0", "dnsPrefix": "cliakstest-clitestlptkpgtop-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.25.2", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/c1f52a88-e43c-4ffd-ba50-ea5fd03ab9c2"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/2a66b886-9eab-4479-ab39-18ca465d06fc"}], "allocatedOutboundPorts": 0, "idleTimeoutInMinutes": 30, "backendPoolType": "nodeIP"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1027,8 +1392,8 @@ interactions: ParameterSetName: - -g -n --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1037,30 +1402,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestvgu6zyzwt-79a739\",\n \"fqdn\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestlptkpgtop-79a739\",\n \"fqdn\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/c1f52a88-e43c-4ffd-ba50-ea5fd03ab9c2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/2a66b886-9eab-4479-ab39-18ca465d06fc\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIP\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n @@ -1080,15 +1445,15 @@ interactions: {\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/centraluseuap/operations/1913920b-8fc1-4ce0-aa39-c419701e95f8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8ef719b8-5d8c-460c-a89e-233e142336e3?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4217' + - '4218' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:19 GMT + - Thu, 16 Mar 2023 01:55:59 GMT expires: - '-1' pragma: @@ -1104,7 +1469,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' status: code: 200 message: OK @@ -1122,14 +1487,14 @@ interactions: ParameterSetName: - -g -n --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/1913920b-8fc1-4ce0-aa39-c419701e95f8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8ef719b8-5d8c-460c-a89e-233e142336e3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b921319-c18f-e04c-aa39-c419701e95f8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:18.6084608Z\"\n }" + string: "{\n \"name\": \"b819f78e-8c5d-0c46-a89e-233e142336e3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:57.6098765Z\"\n }" headers: cache-control: - no-cache @@ -1138,7 +1503,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:49 GMT + - Thu, 16 Mar 2023 01:56:29 GMT expires: - '-1' pragma: @@ -1170,14 +1535,14 @@ interactions: ParameterSetName: - -g -n --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/1913920b-8fc1-4ce0-aa39-c419701e95f8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8ef719b8-5d8c-460c-a89e-233e142336e3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b921319-c18f-e04c-aa39-c419701e95f8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:55:18.6084608Z\"\n }" + string: "{\n \"name\": \"b819f78e-8c5d-0c46-a89e-233e142336e3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:55:57.6098765Z\"\n }" headers: cache-control: - no-cache @@ -1186,7 +1551,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:19 GMT + - Thu, 16 Mar 2023 01:56:59 GMT expires: - '-1' pragma: @@ -1218,15 +1583,15 @@ interactions: ParameterSetName: - -g -n --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/1913920b-8fc1-4ce0-aa39-c419701e95f8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/8ef719b8-5d8c-460c-a89e-233e142336e3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b921319-c18f-e04c-aa39-c419701e95f8\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:55:18.6084608Z\",\n \"endTime\": - \"2022-11-24T09:56:38.0354856Z\"\n }" + string: "{\n \"name\": \"b819f78e-8c5d-0c46-a89e-233e142336e3\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:55:57.6098765Z\",\n \"endTime\": + \"2023-03-16T01:57:26.7219497Z\"\n }" headers: cache-control: - no-cache @@ -1235,7 +1600,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:49 GMT + - Thu, 16 Mar 2023 01:57:30 GMT expires: - '-1' pragma: @@ -1267,8 +1632,8 @@ interactions: ParameterSetName: - -g -n --load-balancer-backend-pool-type --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1277,30 +1642,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestvgu6zyzwt-79a739\",\n \"fqdn\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestvgu6zyzwt-79a739-9acb7ecc.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestlptkpgtop-79a739\",\n \"fqdn\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlptkpgtop-79a739-mpkuk46w.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/c1f52a88-e43c-4ffd-ba50-ea5fd03ab9c2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/2a66b886-9eab-4479-ab39-18ca465d06fc\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIP\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n @@ -1322,11 +1687,11 @@ interactions: cache-control: - no-cache content-length: - - '4219' + - '4220' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:49 GMT + - Thu, 16 Mar 2023 01:57:30 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_private_cluster_public_fqdn.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_private_cluster_public_fqdn.yaml old mode 100644 new mode 100755 index 9b551077961..e458c214e4f --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_private_cluster_public_fqdn.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_private_cluster_public_fqdn.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:57:32 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-private-cluster --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:56:52Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:57:32Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:56:51 GMT + - Thu, 16 Mar 2023 01:57:32 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesthmq2hd2yd-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestnwpcsyp3y-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -84,24 +129,24 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthmq2hd2yd-79a739\",\n \"fqdn\": \"cliakstest-clitesthmq2hd2yd-79a739-64c3ff8d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"de8725cceb1ee9b8ffe6fe8272e5a067-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitesthmq2hd2yd-79a739-0596a32d.29b97548-832c-4872-9b95-37e4c4b95ef1.privatelink.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestnwpcsyp3y-79a739\",\n \"fqdn\": \"cliakstest-clitestnwpcsyp3y-79a739-la4nu843.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"50740dfe06a73ee312d461337e3ee082-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestnwpcsyp3y-79a739-kximhggu.0b605c81-cd80-4867-babc-826ef3a4bd87.privatelink.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -128,15 +173,15 @@ interactions: {\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/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3988' + - '3984' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:55 GMT + - Thu, 16 Mar 2023 01:57:36 GMT expires: - '-1' pragma: @@ -148,7 +193,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1196' status: code: 201 message: Created @@ -166,14 +211,110 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:58:06 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: + - --resource-group --name --enable-private-cluster --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:58:37 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: + - --resource-group --name --enable-private-cluster --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -182,7 +323,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:25 GMT + - Thu, 16 Mar 2023 01:59:06 GMT expires: - '-1' pragma: @@ -214,14 +355,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -230,7 +371,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:57:55 GMT + - Thu, 16 Mar 2023 01:59:41 GMT expires: - '-1' pragma: @@ -262,14 +403,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -278,7 +419,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:25 GMT + - Thu, 16 Mar 2023 02:00:11 GMT expires: - '-1' pragma: @@ -310,14 +451,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -326,7 +467,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:55 GMT + - Thu, 16 Mar 2023 02:00:41 GMT expires: - '-1' pragma: @@ -358,14 +499,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -374,7 +515,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:25 GMT + - Thu, 16 Mar 2023 02:01:11 GMT expires: - '-1' pragma: @@ -406,14 +547,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -422,7 +563,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:56 GMT + - Thu, 16 Mar 2023 02:01:42 GMT expires: - '-1' pragma: @@ -454,14 +595,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -470,7 +611,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:26 GMT + - Thu, 16 Mar 2023 02:02:12 GMT expires: - '-1' pragma: @@ -502,14 +643,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -518,7 +659,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:56 GMT + - Thu, 16 Mar 2023 02:02:41 GMT expires: - '-1' pragma: @@ -550,14 +691,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -566,7 +707,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:26 GMT + - Thu, 16 Mar 2023 02:03:11 GMT expires: - '-1' pragma: @@ -598,14 +739,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -614,7 +755,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:56 GMT + - Thu, 16 Mar 2023 02:03:42 GMT expires: - '-1' pragma: @@ -646,14 +787,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -662,7 +803,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:26 GMT + - Thu, 16 Mar 2023 02:04:12 GMT expires: - '-1' pragma: @@ -694,14 +835,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -710,7 +851,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:56 GMT + - Thu, 16 Mar 2023 02:04:41 GMT expires: - '-1' pragma: @@ -742,14 +883,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -758,7 +899,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:27 GMT + - Thu, 16 Mar 2023 02:05:12 GMT expires: - '-1' pragma: @@ -790,14 +931,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -806,7 +947,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:57 GMT + - Thu, 16 Mar 2023 02:05:42 GMT expires: - '-1' pragma: @@ -838,14 +979,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -854,7 +995,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:27 GMT + - Thu, 16 Mar 2023 02:06:12 GMT expires: - '-1' pragma: @@ -886,14 +1027,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -902,7 +1043,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:57 GMT + - Thu, 16 Mar 2023 02:06:42 GMT expires: - '-1' pragma: @@ -934,14 +1075,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -950,7 +1091,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:27 GMT + - Thu, 16 Mar 2023 02:07:12 GMT expires: - '-1' pragma: @@ -982,14 +1123,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -998,7 +1139,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:56 GMT + - Thu, 16 Mar 2023 02:07:42 GMT expires: - '-1' pragma: @@ -1030,14 +1171,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -1046,7 +1187,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:27 GMT + - Thu, 16 Mar 2023 02:08:12 GMT expires: - '-1' pragma: @@ -1078,14 +1219,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\"\n }" headers: cache-control: - no-cache @@ -1094,7 +1235,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:57 GMT + - Thu, 16 Mar 2023 02:08:42 GMT expires: - '-1' pragma: @@ -1126,15 +1267,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6aebf0a1-0431-4d65-a830-0b857f814de6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0007d7c-f794-4628-81c6-1e2ca0ac7fb4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a1f0eb6a-3104-654d-a830-0b857f814de6\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:56:55.9837411Z\",\n \"endTime\": - \"2022-11-24T10:07:08.9507267Z\"\n }" + string: "{\n \"name\": \"7c7d00b0-94f7-2846-81c6-1e2ca0ac7fb4\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:57:36.7990364Z\",\n \"endTime\": + \"2023-03-16T02:09:03.1271369Z\"\n }" headers: cache-control: - no-cache @@ -1143,7 +1284,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:27 GMT + - Thu, 16 Mar 2023 02:09:13 GMT expires: - '-1' pragma: @@ -1175,8 +1316,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-private-cluster --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1185,31 +1326,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthmq2hd2yd-79a739\",\n \"fqdn\": \"cliakstest-clitesthmq2hd2yd-79a739-64c3ff8d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"de8725cceb1ee9b8ffe6fe8272e5a067-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitesthmq2hd2yd-79a739-0596a32d.29b97548-832c-4872-9b95-37e4c4b95ef1.privatelink.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestnwpcsyp3y-79a739\",\n \"fqdn\": \"cliakstest-clitestnwpcsyp3y-79a739-la4nu843.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"50740dfe06a73ee312d461337e3ee082-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestnwpcsyp3y-79a739-kximhggu.0b605c81-cd80-4867-babc-826ef3a4bd87.privatelink.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/00ec8116-a1cf-400f-85cf-4d81abf9c122\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/61a1f917-e201-4212-8568-45d0dec608d3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1236,11 +1377,11 @@ interactions: cache-control: - no-cache content-length: - - '4838' + - '4834' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:28 GMT + - Thu, 16 Mar 2023 02:09:13 GMT expires: - '-1' pragma: @@ -1272,8 +1413,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1282,31 +1423,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthmq2hd2yd-79a739\",\n \"fqdn\": \"cliakstest-clitesthmq2hd2yd-79a739-64c3ff8d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"de8725cceb1ee9b8ffe6fe8272e5a067-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitesthmq2hd2yd-79a739-0596a32d.29b97548-832c-4872-9b95-37e4c4b95ef1.privatelink.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestnwpcsyp3y-79a739\",\n \"fqdn\": \"cliakstest-clitestnwpcsyp3y-79a739-la4nu843.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"50740dfe06a73ee312d461337e3ee082-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestnwpcsyp3y-79a739-kximhggu.0b605c81-cd80-4867-babc-826ef3a4bd87.privatelink.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/00ec8116-a1cf-400f-85cf-4d81abf9c122\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/61a1f917-e201-4212-8568-45d0dec608d3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1333,11 +1474,11 @@ interactions: cache-control: - no-cache content-length: - - '4838' + - '4834' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:30 GMT + - Thu, 16 Mar 2023 02:09:13 GMT expires: - '-1' pragma: @@ -1357,23 +1498,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitesthmq2hd2yd-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestnwpcsyp3y-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/00ec8116-a1cf-400f-85cf-4d81abf9c122"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/61a1f917-e201-4212-8568-45d0dec608d3"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "apiServerAccessProfile": {"enablePrivateCluster": true, "privateDNSZone": "system", "enablePrivateClusterPublicFQDN": false}, @@ -1394,14 +1535,14 @@ interactions: Connection: - keep-alive Content-Length: - - '3169' + - '3167' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1410,30 +1551,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthmq2hd2yd-79a739\",\n \"azurePortalFQDN\": \"de8725cceb1ee9b8ffe6fe8272e5a067-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitesthmq2hd2yd-79a739-0596a32d.29b97548-832c-4872-9b95-37e4c4b95ef1.privatelink.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestnwpcsyp3y-79a739\",\n \"azurePortalFQDN\": \"50740dfe06a73ee312d461337e3ee082-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestnwpcsyp3y-79a739-kximhggu.0b605c81-cd80-4867-babc-826ef3a4bd87.privatelink.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/00ec8116-a1cf-400f-85cf-4d81abf9c122\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/61a1f917-e201-4212-8568-45d0dec608d3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1442,7 +1583,7 @@ interactions: [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"privateLinkResources\": [\n {\n \"name\": \"management\",\n \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n \ \"groupId\": \"management\",\n \"requiredMembers\": [\n \"management\"\n - \ ],\n \"privateLinkServiceID\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hcp-underlay-westus2-cx-125/providers/Microsoft.Network/privateLinkServices/aa7991cb0c934454f89d402a4ec0f477\"\n + \ ],\n \"privateLinkServiceID\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hcp-underlay-westus2-cx-220/providers/Microsoft.Network/privateLinkServices/a76eca88a36cb4a62a5e37f29c78b986\"\n \ }\n ],\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": true,\n \"privateDNSZone\": \"system\",\n \"enablePrivateClusterPublicFQDN\": false\n },\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": @@ -1458,15 +1599,15 @@ interactions: {\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/westus2/operations/018c8d35-5ccc-47ff-bc14-0d8fb40ab121?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2565c7d-a6fe-4aa4-8c31-2419452d4d68?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4768' + - '4764' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:32 GMT + - Thu, 16 Mar 2023 02:09:32 GMT expires: - '-1' pragma: @@ -1482,7 +1623,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1193' status: code: 200 message: OK @@ -1500,14 +1641,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/018c8d35-5ccc-47ff-bc14-0d8fb40ab121?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2565c7d-a6fe-4aa4-8c31-2419452d4d68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"358d8c01-cc5c-ff47-bc14-0d8fb40ab121\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:33.0406516Z\"\n }" + string: "{\n \"name\": \"7d5c56b2-fea6-a44a-8c31-2419452d4d68\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:33.0520557Z\"\n }" headers: cache-control: - no-cache @@ -1516,7 +1657,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:02 GMT + - Thu, 16 Mar 2023 02:10:02 GMT expires: - '-1' pragma: @@ -1548,14 +1689,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/018c8d35-5ccc-47ff-bc14-0d8fb40ab121?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2565c7d-a6fe-4aa4-8c31-2419452d4d68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"358d8c01-cc5c-ff47-bc14-0d8fb40ab121\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:33.0406516Z\"\n }" + string: "{\n \"name\": \"7d5c56b2-fea6-a44a-8c31-2419452d4d68\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:33.0520557Z\"\n }" headers: cache-control: - no-cache @@ -1564,7 +1705,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:32 GMT + - Thu, 16 Mar 2023 02:10:33 GMT expires: - '-1' pragma: @@ -1596,14 +1737,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/018c8d35-5ccc-47ff-bc14-0d8fb40ab121?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2565c7d-a6fe-4aa4-8c31-2419452d4d68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"358d8c01-cc5c-ff47-bc14-0d8fb40ab121\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:33.0406516Z\"\n }" + string: "{\n \"name\": \"7d5c56b2-fea6-a44a-8c31-2419452d4d68\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:33.0520557Z\"\n }" headers: cache-control: - no-cache @@ -1612,7 +1753,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:03 GMT + - Thu, 16 Mar 2023 02:11:03 GMT expires: - '-1' pragma: @@ -1644,14 +1785,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/018c8d35-5ccc-47ff-bc14-0d8fb40ab121?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2565c7d-a6fe-4aa4-8c31-2419452d4d68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"358d8c01-cc5c-ff47-bc14-0d8fb40ab121\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:33.0406516Z\"\n }" + string: "{\n \"name\": \"7d5c56b2-fea6-a44a-8c31-2419452d4d68\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:33.0520557Z\"\n }" headers: cache-control: - no-cache @@ -1660,7 +1801,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:33 GMT + - Thu, 16 Mar 2023 02:11:33 GMT expires: - '-1' pragma: @@ -1692,14 +1833,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/018c8d35-5ccc-47ff-bc14-0d8fb40ab121?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2565c7d-a6fe-4aa4-8c31-2419452d4d68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"358d8c01-cc5c-ff47-bc14-0d8fb40ab121\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:33.0406516Z\"\n }" + string: "{\n \"name\": \"7d5c56b2-fea6-a44a-8c31-2419452d4d68\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:33.0520557Z\"\n }" headers: cache-control: - no-cache @@ -1708,7 +1849,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:02 GMT + - Thu, 16 Mar 2023 02:12:02 GMT expires: - '-1' pragma: @@ -1740,15 +1881,15 @@ interactions: ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/018c8d35-5ccc-47ff-bc14-0d8fb40ab121?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2565c7d-a6fe-4aa4-8c31-2419452d4d68?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"358d8c01-cc5c-ff47-bc14-0d8fb40ab121\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:07:33.0406516Z\",\n \"endTime\": - \"2022-11-24T10:10:08.9713736Z\"\n }" + string: "{\n \"name\": \"7d5c56b2-fea6-a44a-8c31-2419452d4d68\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:09:33.0520557Z\",\n \"endTime\": + \"2023-03-16T02:12:33.2936747Z\"\n }" headers: cache-control: - no-cache @@ -1757,7 +1898,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:32 GMT + - Thu, 16 Mar 2023 02:12:32 GMT expires: - '-1' pragma: @@ -1789,8 +1930,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-public-fqdn User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1799,30 +1940,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesthmq2hd2yd-79a739\",\n \"azurePortalFQDN\": \"de8725cceb1ee9b8ffe6fe8272e5a067-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitesthmq2hd2yd-79a739-0596a32d.29b97548-832c-4872-9b95-37e4c4b95ef1.privatelink.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestnwpcsyp3y-79a739\",\n \"azurePortalFQDN\": \"50740dfe06a73ee312d461337e3ee082-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestnwpcsyp3y-79a739-kximhggu.0b605c81-cd80-4867-babc-826ef3a4bd87.privatelink.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/00ec8116-a1cf-400f-85cf-4d81abf9c122\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/61a1f917-e201-4212-8568-45d0dec608d3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1849,11 +1990,11 @@ interactions: cache-control: - no-cache content-length: - - '4759' + - '4755' content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:33 GMT + - Thu, 16 Mar 2023 02:12:33 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_using_azurecni_with_pod_identity_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_using_azurecni_with_pod_identity_enabled.yaml old mode 100644 new mode 100755 index 5ab7cb0a4ac..520cbdd3a1f --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_using_azurecni_with_pod_identity_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_using_azurecni_with_pod_identity_enabled.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --enable-pod-identity + --network-plugin --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 04:59:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestm4sus34xv-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestj3ewtyyo3-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "podIdentityProfile": {"enabled": true, "allowNetworkPluginKubenet": false}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "azure", "outboundType": "loadBalancer", @@ -32,8 +78,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -42,23 +88,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -82,15 +128,15 @@ interactions: {\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/westus2/operations/6c3aeabc-0b8d-4355-8a94-dcb939b11519?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3582' + - '3578' content-type: - application/json date: - - Thu, 24 Nov 2022 15:04:03 GMT + - Mon, 20 Mar 2023 04:59:09 GMT expires: - '-1' pragma: @@ -121,14 +167,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c3aeabc-0b8d-4355-8a94-dcb939b11519?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bcea3a6c-8d0b-5543-8a94-dcb939b11519\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:04.1234489Z\"\n }" + string: "{\n \"name\": \"8feebfb0-9b7e-b344-81d7-45963b35bf05\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.8904242Z\"\n }" headers: cache-control: - no-cache @@ -137,7 +183,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:04:33 GMT + - Mon, 20 Mar 2023 04:59:39 GMT expires: - '-1' pragma: @@ -170,14 +216,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c3aeabc-0b8d-4355-8a94-dcb939b11519?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bcea3a6c-8d0b-5543-8a94-dcb939b11519\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:04.1234489Z\"\n }" + string: "{\n \"name\": \"8feebfb0-9b7e-b344-81d7-45963b35bf05\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.8904242Z\"\n }" headers: cache-control: - no-cache @@ -186,7 +232,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:04 GMT + - Mon, 20 Mar 2023 05:00:10 GMT expires: - '-1' pragma: @@ -219,14 +265,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c3aeabc-0b8d-4355-8a94-dcb939b11519?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bcea3a6c-8d0b-5543-8a94-dcb939b11519\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:04.1234489Z\"\n }" + string: "{\n \"name\": \"8feebfb0-9b7e-b344-81d7-45963b35bf05\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.8904242Z\"\n }" headers: cache-control: - no-cache @@ -235,7 +281,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:34 GMT + - Mon, 20 Mar 2023 05:00:39 GMT expires: - '-1' pragma: @@ -268,14 +314,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c3aeabc-0b8d-4355-8a94-dcb939b11519?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bcea3a6c-8d0b-5543-8a94-dcb939b11519\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:04.1234489Z\"\n }" + string: "{\n \"name\": \"8feebfb0-9b7e-b344-81d7-45963b35bf05\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.8904242Z\"\n }" headers: cache-control: - no-cache @@ -284,7 +330,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:04 GMT + - Mon, 20 Mar 2023 05:01:09 GMT expires: - '-1' pragma: @@ -317,14 +363,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c3aeabc-0b8d-4355-8a94-dcb939b11519?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bcea3a6c-8d0b-5543-8a94-dcb939b11519\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:04.1234489Z\"\n }" + string: "{\n \"name\": \"8feebfb0-9b7e-b344-81d7-45963b35bf05\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.8904242Z\"\n }" headers: cache-control: - no-cache @@ -333,7 +379,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:33 GMT + - Mon, 20 Mar 2023 05:01:39 GMT expires: - '-1' pragma: @@ -366,14 +412,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c3aeabc-0b8d-4355-8a94-dcb939b11519?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bcea3a6c-8d0b-5543-8a94-dcb939b11519\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:04.1234489Z\"\n }" + string: "{\n \"name\": \"8feebfb0-9b7e-b344-81d7-45963b35bf05\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.8904242Z\"\n }" headers: cache-control: - no-cache @@ -382,7 +428,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:04 GMT + - Mon, 20 Mar 2023 05:02:09 GMT expires: - '-1' pragma: @@ -415,15 +461,64 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c3aeabc-0b8d-4355-8a94-dcb939b11519?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bcea3a6c-8d0b-5543-8a94-dcb939b11519\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:04:04.1234489Z\",\n \"endTime\": - \"2022-11-24T15:07:20.0375655Z\"\n }" + string: "{\n \"name\": \"8feebfb0-9b7e-b344-81d7-45963b35bf05\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.8904242Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 05:02:40 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: + - --resource-group --name --location --enable-managed-identity --enable-pod-identity + --network-plugin --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b0bfee8f-7e9b-44b3-81d7-45963b35bf05?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8feebfb0-9b7e-b344-81d7-45963b35bf05\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T04:59:09.8904242Z\",\n \"endTime\": + \"2023-03-20T05:03:00.0885546Z\"\n }" headers: cache-control: - no-cache @@ -432,7 +527,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:34 GMT + - Mon, 20 Mar 2023 05:03:10 GMT expires: - '-1' pragma: @@ -465,8 +560,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -475,23 +570,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -499,7 +594,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -520,11 +615,11 @@ interactions: cache-control: - no-cache content-length: - - '4235' + - '4231' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:34 GMT + - Mon, 20 Mar 2023 05:03:10 GMT expires: - '-1' pragma: @@ -556,8 +651,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -566,23 +661,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -590,7 +685,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -611,11 +706,11 @@ interactions: cache-control: - no-cache content-length: - - '4235' + - '4231' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:35 GMT + - Mon, 20 Mar 2023 05:03:11 GMT expires: - '-1' pragma: @@ -635,16 +730,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestm4sus34xv-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestj3ewtyyo3-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": - "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": false}, "oidcIssuerProfile": {"enabled": false}, @@ -653,7 +748,7 @@ interactions: "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1, "countIPv6": 0}, - "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4"}], + "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -670,14 +765,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2719' + - '2717' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -686,23 +781,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -710,7 +805,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -729,15 +824,15 @@ interactions: {\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/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b47a84c0-f712-4c4b-baed-86af963cc953?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4169' + - '4165' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:38 GMT + - Mon, 20 Mar 2023 05:03:14 GMT expires: - '-1' pragma: @@ -753,247 +848,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --disable-pod-identity - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:08:07 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 update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --disable-pod-identity - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:08:38 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 update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --disable-pod-identity - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:09:08 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 update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --disable-pod-identity - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:09:38 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 update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --disable-pod-identity - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:10:08 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 + - '1198' status: code: 200 message: OK @@ -1011,14 +866,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b47a84c0-f712-4c4b-baed-86af963cc953?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\"\n }" + string: "{\n \"name\": \"c0847ab4-12f7-4b4c-baed-86af963cc953\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:15.1882965Z\"\n }" headers: cache-control: - no-cache @@ -1027,7 +882,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:39 GMT + - Mon, 20 Mar 2023 05:03:44 GMT expires: - '-1' pragma: @@ -1059,14 +914,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b47a84c0-f712-4c4b-baed-86af963cc953?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\"\n }" + string: "{\n \"name\": \"c0847ab4-12f7-4b4c-baed-86af963cc953\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:15.1882965Z\"\n }" headers: cache-control: - no-cache @@ -1075,7 +930,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:09 GMT + - Mon, 20 Mar 2023 05:04:15 GMT expires: - '-1' pragma: @@ -1107,14 +962,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b47a84c0-f712-4c4b-baed-86af963cc953?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\"\n }" + string: "{\n \"name\": \"c0847ab4-12f7-4b4c-baed-86af963cc953\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:15.1882965Z\"\n }" headers: cache-control: - no-cache @@ -1123,7 +978,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:38 GMT + - Mon, 20 Mar 2023 05:04:45 GMT expires: - '-1' pragma: @@ -1155,15 +1010,15 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c51b80f3-26e7-467e-9cdc-5f5c4aa453a8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b47a84c0-f712-4c4b-baed-86af963cc953?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f3801bc5-e726-7e46-9cdc-5f5c4aa453a8\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:07:38.6373604Z\",\n \"endTime\": - \"2022-11-24T15:11:40.1142755Z\"\n }" + string: "{\n \"name\": \"c0847ab4-12f7-4b4c-baed-86af963cc953\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:03:15.1882965Z\",\n \"endTime\": + \"2023-03-20T05:04:47.5290235Z\"\n }" headers: cache-control: - no-cache @@ -1172,7 +1027,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:08 GMT + - Mon, 20 Mar 2023 05:05:15 GMT expires: - '-1' pragma: @@ -1204,8 +1059,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1214,23 +1069,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1238,7 +1093,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1259,11 +1114,11 @@ interactions: cache-control: - no-cache content-length: - - '4171' + - '4167' content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:09 GMT + - Mon, 20 Mar 2023 05:05:15 GMT expires: - '-1' pragma: @@ -1295,8 +1150,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1305,23 +1160,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1329,7 +1184,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1350,11 +1205,11 @@ interactions: cache-control: - no-cache content-length: - - '4171' + - '4167' content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:10 GMT + - Mon, 20 Mar 2023 05:05:16 GMT expires: - '-1' pragma: @@ -1374,16 +1229,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestm4sus34xv-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestj3ewtyyo3-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": - "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": true, "userAssignedIdentities": [], "userAssignedIdentityExceptions": @@ -1392,7 +1247,7 @@ interactions: "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1, "countIPv6": 0}, - "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4"}], + "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1409,14 +1264,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2786' + - '2784' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1425,23 +1280,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1449,7 +1304,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1468,15 +1323,15 @@ interactions: {\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/westus2/operations/995fe3ee-5aad-4615-97ca-b77e3ab1a2aa?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf04aa0e-f147-4bce-aedb-93231e77359c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4193' + - '4189' content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:13 GMT + - Mon, 20 Mar 2023 05:05:19 GMT expires: - '-1' pragma: @@ -1510,14 +1365,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/995fe3ee-5aad-4615-97ca-b77e3ab1a2aa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf04aa0e-f147-4bce-aedb-93231e77359c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eee35f99-ad5a-1546-97ca-b77e3ab1a2aa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:12:13.8738454Z\"\n }" + string: "{\n \"name\": \"0eaa04bf-47f1-ce4b-aedb-93231e77359c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:05:19.2825374Z\"\n }" headers: cache-control: - no-cache @@ -1526,7 +1381,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:43 GMT + - Mon, 20 Mar 2023 05:05:49 GMT expires: - '-1' pragma: @@ -1558,14 +1413,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/995fe3ee-5aad-4615-97ca-b77e3ab1a2aa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf04aa0e-f147-4bce-aedb-93231e77359c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eee35f99-ad5a-1546-97ca-b77e3ab1a2aa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:12:13.8738454Z\"\n }" + string: "{\n \"name\": \"0eaa04bf-47f1-ce4b-aedb-93231e77359c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:05:19.2825374Z\"\n }" headers: cache-control: - no-cache @@ -1574,7 +1429,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:13:13 GMT + - Mon, 20 Mar 2023 05:06:19 GMT expires: - '-1' pragma: @@ -1606,14 +1461,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/995fe3ee-5aad-4615-97ca-b77e3ab1a2aa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf04aa0e-f147-4bce-aedb-93231e77359c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eee35f99-ad5a-1546-97ca-b77e3ab1a2aa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:12:13.8738454Z\"\n }" + string: "{\n \"name\": \"0eaa04bf-47f1-ce4b-aedb-93231e77359c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:05:19.2825374Z\"\n }" headers: cache-control: - no-cache @@ -1622,7 +1477,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:13:43 GMT + - Mon, 20 Mar 2023 05:06:48 GMT expires: - '-1' pragma: @@ -1654,15 +1509,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/995fe3ee-5aad-4615-97ca-b77e3ab1a2aa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf04aa0e-f147-4bce-aedb-93231e77359c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eee35f99-ad5a-1546-97ca-b77e3ab1a2aa\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:12:13.8738454Z\",\n \"endTime\": - \"2022-11-24T15:13:50.6404132Z\"\n }" + string: "{\n \"name\": \"0eaa04bf-47f1-ce4b-aedb-93231e77359c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:05:19.2825374Z\",\n \"endTime\": + \"2023-03-20T05:06:51.2031045Z\"\n }" headers: cache-control: - no-cache @@ -1671,7 +1526,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:13 GMT + - Mon, 20 Mar 2023 05:07:19 GMT expires: - '-1' pragma: @@ -1703,8 +1558,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1713,23 +1568,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1737,7 +1592,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1758,11 +1613,11 @@ interactions: cache-control: - no-cache content-length: - - '4195' + - '4191' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:14 GMT + - Mon, 20 Mar 2023 05:07:20 GMT expires: - '-1' pragma: @@ -1794,8 +1649,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1804,23 +1659,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1828,7 +1683,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1849,11 +1704,11 @@ interactions: cache-control: - no-cache content-length: - - '4195' + - '4191' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:15 GMT + - Mon, 20 Mar 2023 05:07:21 GMT expires: - '-1' pragma: @@ -1873,16 +1728,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestm4sus34xv-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestj3ewtyyo3-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": - "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": true, "userAssignedIdentities": [], "userAssignedIdentityExceptions": @@ -1892,7 +1747,7 @@ interactions: "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1910,14 +1765,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2979' + - '2977' Content-Type: - application/json ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1926,23 +1781,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1950,7 +1805,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1971,15 +1826,15 @@ interactions: {\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/westus2/operations/0f1dde2d-31f3-4357-8496-8c0822f5046b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1a6c4217-f5c8-4074-b299-b3a6da2484bf?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4367' + - '4363' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:21 GMT + - Mon, 20 Mar 2023 05:07:24 GMT expires: - '-1' pragma: @@ -1995,7 +1850,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2013,14 +1868,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0f1dde2d-31f3-4357-8496-8c0822f5046b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1a6c4217-f5c8-4074-b299-b3a6da2484bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2dde1d0f-f331-5743-8496-8c0822f5046b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:21.0851174Z\"\n }" + string: "{\n \"name\": \"17426c1a-c8f5-7440-b299-b3a6da2484bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:07:23.9395289Z\"\n }" headers: cache-control: - no-cache @@ -2029,7 +1884,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:51 GMT + - Mon, 20 Mar 2023 05:07:54 GMT expires: - '-1' pragma: @@ -2061,14 +1916,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0f1dde2d-31f3-4357-8496-8c0822f5046b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1a6c4217-f5c8-4074-b299-b3a6da2484bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2dde1d0f-f331-5743-8496-8c0822f5046b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:21.0851174Z\"\n }" + string: "{\n \"name\": \"17426c1a-c8f5-7440-b299-b3a6da2484bf\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:07:23.9395289Z\"\n }" headers: cache-control: - no-cache @@ -2077,7 +1932,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:15:20 GMT + - Mon, 20 Mar 2023 05:08:23 GMT expires: - '-1' pragma: @@ -2109,24 +1964,24 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0f1dde2d-31f3-4357-8496-8c0822f5046b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1a6c4217-f5c8-4074-b299-b3a6da2484bf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2dde1d0f-f331-5743-8496-8c0822f5046b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:14:21.0851174Z\",\n \"endTime\": - \"2022-11-24T15:15:42.068047Z\"\n }" + string: "{\n \"name\": \"17426c1a-c8f5-7440-b299-b3a6da2484bf\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:07:23.9395289Z\",\n \"endTime\": + \"2023-03-20T05:08:50.7402319Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 15:15:50 GMT + - Mon, 20 Mar 2023 05:08:53 GMT expires: - '-1' pragma: @@ -2158,8 +2013,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2168,23 +2023,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -2192,7 +2047,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2215,11 +2070,11 @@ interactions: cache-control: - no-cache content-length: - - '4369' + - '4365' content-type: - application/json date: - - Thu, 24 Nov 2022 15:15:51 GMT + - Mon, 20 Mar 2023 05:08:54 GMT expires: - '-1' pragma: @@ -2251,8 +2106,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2261,23 +2116,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -2285,7 +2140,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2308,11 +2163,11 @@ interactions: cache-control: - no-cache content-length: - - '4369' + - '4365' content-type: - application/json date: - - Thu, 24 Nov 2022 15:15:52 GMT + - Mon, 20 Mar 2023 05:08:55 GMT expires: - '-1' pragma: @@ -2332,16 +2187,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestm4sus34xv-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestj3ewtyyo3-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": - "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": true, "userAssignedIdentities": [], "userAssignedIdentityExceptions": @@ -2351,7 +2206,7 @@ interactions: false, "networkProfile": {"networkPlugin": "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -2369,14 +2224,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2989' + - '2987' Content-Type: - application/json ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2385,23 +2240,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -2409,7 +2264,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2430,15 +2285,15 @@ interactions: {\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/westus2/operations/ada7f1b8-0362-49a7-8f30-31b3f39f9051?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8482d5c0-baed-42c8-8336-b2cf8d472130?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4384' + - '4380' content-type: - application/json date: - - Thu, 24 Nov 2022 15:15:54 GMT + - Mon, 20 Mar 2023 05:08:58 GMT expires: - '-1' pragma: @@ -2454,7 +2309,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -2472,14 +2327,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ada7f1b8-0362-49a7-8f30-31b3f39f9051?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8482d5c0-baed-42c8-8336-b2cf8d472130?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b8f1a7ad-6203-a749-8f30-31b3f39f9051\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:15:55.2318977Z\"\n }" + string: "{\n \"name\": \"c0d58284-edba-c842-8336-b2cf8d472130\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:08:58.8458994Z\"\n }" headers: cache-control: - no-cache @@ -2488,7 +2343,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:16:24 GMT + - Mon, 20 Mar 2023 05:09:28 GMT expires: - '-1' pragma: @@ -2520,14 +2375,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ada7f1b8-0362-49a7-8f30-31b3f39f9051?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8482d5c0-baed-42c8-8336-b2cf8d472130?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b8f1a7ad-6203-a749-8f30-31b3f39f9051\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:15:55.2318977Z\"\n }" + string: "{\n \"name\": \"c0d58284-edba-c842-8336-b2cf8d472130\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:08:58.8458994Z\"\n }" headers: cache-control: - no-cache @@ -2536,7 +2391,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:16:54 GMT + - Mon, 20 Mar 2023 05:09:58 GMT expires: - '-1' pragma: @@ -2568,14 +2423,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ada7f1b8-0362-49a7-8f30-31b3f39f9051?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8482d5c0-baed-42c8-8336-b2cf8d472130?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b8f1a7ad-6203-a749-8f30-31b3f39f9051\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:15:55.2318977Z\"\n }" + string: "{\n \"name\": \"c0d58284-edba-c842-8336-b2cf8d472130\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:08:58.8458994Z\"\n }" headers: cache-control: - no-cache @@ -2584,7 +2439,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:17:25 GMT + - Mon, 20 Mar 2023 05:10:28 GMT expires: - '-1' pragma: @@ -2616,24 +2471,24 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ada7f1b8-0362-49a7-8f30-31b3f39f9051?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8482d5c0-baed-42c8-8336-b2cf8d472130?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b8f1a7ad-6203-a749-8f30-31b3f39f9051\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:15:55.2318977Z\",\n \"endTime\": - \"2022-11-24T15:17:26.327811Z\"\n }" + string: "{\n \"name\": \"c0d58284-edba-c842-8336-b2cf8d472130\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:08:58.8458994Z\",\n \"endTime\": + \"2023-03-20T05:10:47.4381304Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 15:17:55 GMT + - Mon, 20 Mar 2023 05:10:59 GMT expires: - '-1' pragma: @@ -2665,8 +2520,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2675,23 +2530,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -2699,7 +2554,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2722,11 +2577,11 @@ interactions: cache-control: - no-cache content-length: - - '4386' + - '4382' content-type: - application/json date: - - Thu, 24 Nov 2022 15:17:55 GMT + - Mon, 20 Mar 2023 05:10:59 GMT expires: - '-1' pragma: @@ -2758,8 +2613,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2768,23 +2623,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -2792,7 +2647,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2815,11 +2670,11 @@ interactions: cache-control: - no-cache content-length: - - '4386' + - '4382' content-type: - application/json date: - - Thu, 24 Nov 2022 15:17:56 GMT + - Mon, 20 Mar 2023 05:11:00 GMT expires: - '-1' pragma: @@ -2839,16 +2694,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestm4sus34xv-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestj3ewtyyo3-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": - "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": true, "userAssignedIdentities": [], "userAssignedIdentityExceptions": @@ -2857,7 +2712,7 @@ interactions: "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -2875,14 +2730,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2898' + - '2896' Content-Type: - application/json ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2891,23 +2746,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -2915,7 +2770,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2934,15 +2789,15 @@ interactions: {\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/westus2/operations/ee5cf3d5-7e4d-49d3-a20f-4f1dba0a3eba?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2247cb36-cb1d-480d-8aad-f9bfbb0a1e87?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4193' + - '4189' content-type: - application/json date: - - Thu, 24 Nov 2022 15:17:59 GMT + - Mon, 20 Mar 2023 05:11:04 GMT expires: - '-1' pragma: @@ -2976,23 +2831,71 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2247cb36-cb1d-480d-8aad-f9bfbb0a1e87?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"36cb4722-1dcb-0d48-8aad-f9bfbb0a1e87\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:11:03.9245077Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 05:11:34 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 pod-identity exception delete + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group --namespace --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee5cf3d5-7e4d-49d3-a20f-4f1dba0a3eba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2247cb36-cb1d-480d-8aad-f9bfbb0a1e87?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5f35cee-4d7e-d349-a20f-4f1dba0a3eba\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:17:59.661765Z\"\n }" + string: "{\n \"name\": \"36cb4722-1dcb-0d48-8aad-f9bfbb0a1e87\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:11:03.9245077Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 15:18:29 GMT + - Mon, 20 Mar 2023 05:12:04 GMT expires: - '-1' pragma: @@ -3024,23 +2927,23 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee5cf3d5-7e4d-49d3-a20f-4f1dba0a3eba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2247cb36-cb1d-480d-8aad-f9bfbb0a1e87?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5f35cee-4d7e-d349-a20f-4f1dba0a3eba\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:17:59.661765Z\"\n }" + string: "{\n \"name\": \"36cb4722-1dcb-0d48-8aad-f9bfbb0a1e87\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:11:03.9245077Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 15:18:59 GMT + - Mon, 20 Mar 2023 05:12:34 GMT expires: - '-1' pragma: @@ -3072,24 +2975,24 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ee5cf3d5-7e4d-49d3-a20f-4f1dba0a3eba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2247cb36-cb1d-480d-8aad-f9bfbb0a1e87?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5f35cee-4d7e-d349-a20f-4f1dba0a3eba\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:17:59.661765Z\",\n \"endTime\": - \"2022-11-24T15:19:26.7049776Z\"\n }" + string: "{\n \"name\": \"36cb4722-1dcb-0d48-8aad-f9bfbb0a1e87\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:11:03.9245077Z\",\n \"endTime\": + \"2023-03-20T05:12:37.9877605Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 15:19:29 GMT + - Mon, 20 Mar 2023 05:13:04 GMT expires: - '-1' pragma: @@ -3121,8 +3024,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -3131,23 +3034,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestm4sus34xv-8ecadf\",\n \"fqdn\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestm4sus34xv-8ecadf-c891b221.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ewtyyo3-8ecadf\",\n \"fqdn\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ewtyyo3-8ecadf-7f35zcio.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -3155,7 +3058,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/874b7eef-b698-4964-85b5-63bc6213c3b4\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12b186ae-f550-41c9-818b-a7f414b98482\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -3176,11 +3079,11 @@ interactions: cache-control: - no-cache content-length: - - '4195' + - '4191' content-type: - application/json date: - - Thu, 24 Nov 2022 15:19:29 GMT + - Mon, 20 Mar 2023 05:13:04 GMT expires: - '-1' pragma: @@ -3214,8 +3117,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -3223,17 +3126,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2ac905d0-a2fa-4c8f-8e91-f2f06cc9a597?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1a8f4e7-7572-4da1-9e59-f56f58f7ea7f?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 15:19:31 GMT + - Mon, 20 Mar 2023 05:13:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/2ac905d0-a2fa-4c8f-8e91-f2f06cc9a597?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/a1a8f4e7-7572-4da1-9e59-f56f58f7ea7f?api-version=2016-03-30 pragma: - no-cache server: @@ -3243,7 +3146,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ahub.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ahub.yaml old mode 100644 new mode 100755 index 7c9347037ab..437bd514b3a --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ahub.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ahub.yaml @@ -1,4 +1,51 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --enable-ahub --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:12:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": @@ -9,7 +56,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$", "licenseType": "Windows_Server"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": @@ -33,8 +80,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -43,23 +90,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e509a846.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e509a846.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-vpu0qkw7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-vpu0qkw7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -81,15 +128,15 @@ interactions: {\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/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3470' + - '3466' content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:47 GMT + - Thu, 16 Mar 2023 02:12:42 GMT expires: - '-1' pragma: @@ -101,7 +148,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 201 message: Created @@ -121,23 +168,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:16 GMT + - Thu, 16 Mar 2023 02:13:12 GMT expires: - '-1' pragma: @@ -171,23 +218,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:47 GMT + - Thu, 16 Mar 2023 02:13:43 GMT expires: - '-1' pragma: @@ -221,23 +268,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:17 GMT + - Thu, 16 Mar 2023 02:14:13 GMT expires: - '-1' pragma: @@ -271,23 +318,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:47 GMT + - Thu, 16 Mar 2023 02:14:43 GMT expires: - '-1' pragma: @@ -321,23 +368,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:17 GMT + - Thu, 16 Mar 2023 02:15:13 GMT expires: - '-1' pragma: @@ -371,23 +418,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:47 GMT + - Thu, 16 Mar 2023 02:15:43 GMT expires: - '-1' pragma: @@ -421,23 +468,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:17 GMT + - Thu, 16 Mar 2023 02:16:13 GMT expires: - '-1' pragma: @@ -471,23 +518,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:49 GMT + - Thu, 16 Mar 2023 02:16:43 GMT expires: - '-1' pragma: @@ -521,24 +568,24 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/60fae4b7-d5a8-4f1b-b989-50e9ca8c4ea3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2e7fd5e0-c3bd-46e2-8644-6d41d73fa886?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b7e4fa60-a8d5-1b4f-b989-50e9ca8c4ea3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:10:47.6001389Z\",\n \"endTime\": - \"2022-11-24T10:14:52.5086068Z\"\n }" + string: "{\n \"name\": \"e0d57f2e-bdc3-e246-8644-6d41d73fa886\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:12:43.115207Z\",\n \"endTime\": + \"2023-03-16T02:17:08.8234661Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:20 GMT + - Thu, 16 Mar 2023 02:17:13 GMT expires: - '-1' pragma: @@ -572,8 +619,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -582,23 +629,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e509a846.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e509a846.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-vpu0qkw7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-vpu0qkw7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -606,7 +653,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/df836017-ef84-4e3e-974e-f9cbca6b191b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e841b485-8b2d-495a-9f81-628fd0f50054\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -626,11 +673,11 @@ interactions: cache-control: - no-cache content-length: - - '4123' + - '4119' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:20 GMT + - Thu, 16 Mar 2023 02:17:13 GMT expires: - '-1' pragma: @@ -662,8 +709,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -675,22 +722,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1139' + - '1137' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:21 GMT + - Thu, 16 Mar 2023 02:17:15 GMT expires: - '-1' pragma: @@ -732,8 +779,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -746,23 +793,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1081' + - '1079' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:24 GMT + - Thu, 16 Mar 2023 02:17:18 GMT expires: - '-1' pragma: @@ -774,7 +821,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -792,14 +839,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -808,7 +855,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:54 GMT + - Thu, 16 Mar 2023 02:17:47 GMT expires: - '-1' pragma: @@ -840,14 +887,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -856,7 +903,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:24 GMT + - Thu, 16 Mar 2023 02:18:18 GMT expires: - '-1' pragma: @@ -888,14 +935,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -904,7 +951,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:54 GMT + - Thu, 16 Mar 2023 02:18:47 GMT expires: - '-1' pragma: @@ -936,14 +983,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -952,7 +999,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:25 GMT + - Thu, 16 Mar 2023 02:19:18 GMT expires: - '-1' pragma: @@ -984,14 +1031,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -1000,7 +1047,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:55 GMT + - Thu, 16 Mar 2023 02:19:48 GMT expires: - '-1' pragma: @@ -1032,14 +1079,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -1048,7 +1095,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:18:24 GMT + - Thu, 16 Mar 2023 02:20:18 GMT expires: - '-1' pragma: @@ -1080,14 +1127,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -1096,7 +1143,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:18:54 GMT + - Thu, 16 Mar 2023 02:20:48 GMT expires: - '-1' pragma: @@ -1128,14 +1175,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -1144,7 +1191,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:24 GMT + - Thu, 16 Mar 2023 02:21:18 GMT expires: - '-1' pragma: @@ -1176,14 +1223,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\"\n }" headers: cache-control: - no-cache @@ -1192,7 +1239,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:54 GMT + - Thu, 16 Mar 2023 02:21:48 GMT expires: - '-1' pragma: @@ -1224,159 +1271,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03015fa2-9b1a-4afa-afaa-7d94cd8a3a5b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:20:25 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:20:55 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:21:25 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cdd4afd9-1483-414d-a28c-d8843db48d40?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d9afd4cd-8314-4d41-a28c-d8843db48d40\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:15:24.8523351Z\",\n \"endTime\": - \"2022-11-24T10:21:26.6012603Z\"\n }" + string: "{\n \"name\": \"a25f0103-1a9b-fa4a-afaa-7d94cd8a3a5b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:17:18.2725024Z\",\n \"endTime\": + \"2023-03-16T02:21:53.9647046Z\"\n }" headers: cache-control: - no-cache @@ -1385,7 +1288,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:55 GMT + - Thu, 16 Mar 2023 02:22:19 GMT expires: - '-1' pragma: @@ -1417,8 +1320,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -1431,21 +1334,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1082' + - '1080' content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:55 GMT + - Thu, 16 Mar 2023 02:22:19 GMT expires: - '-1' pragma: @@ -1477,8 +1380,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1487,20 +1390,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e509a846.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e509a846.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-vpu0qkw7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-vpu0qkw7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1508,14 +1411,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1523,7 +1426,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/df836017-ef84-4e3e-974e-f9cbca6b191b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e841b485-8b2d-495a-9f81-628fd0f50054\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1543,11 +1446,11 @@ interactions: cache-control: - no-cache content-length: - - '5003' + - '4997' content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:56 GMT + - Thu, 16 Mar 2023 02:22:19 GMT expires: - '-1' pragma: @@ -1567,22 +1470,22 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}, {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Windows", "osSKU": "Windows2019", "enableAutoScaling": false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": "User", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "npwin"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "licenseType": "None", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": @@ -1591,7 +1494,7 @@ interactions: "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1, "countIPv6": 0}, - "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/df836017-ef84-4e3e-974e-f9cbca6b191b"}], + "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e841b485-8b2d-495a-9f81-628fd0f50054"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -1608,14 +1511,14 @@ interactions: Connection: - keep-alive Content-Length: - - '3266' + - '3263' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1624,20 +1527,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e509a846.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e509a846.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-vpu0qkw7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-vpu0qkw7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1645,14 +1548,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"None\",\n \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1660,7 +1563,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/df836017-ef84-4e3e-974e-f9cbca6b191b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e841b485-8b2d-495a-9f81-628fd0f50054\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1678,15 +1581,15 @@ interactions: {\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/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4990' + - '4984' content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:59 GMT + - Thu, 16 Mar 2023 02:22:22 GMT expires: - '-1' pragma: @@ -1720,14 +1623,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -1736,7 +1639,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:29 GMT + - Thu, 16 Mar 2023 02:22:53 GMT expires: - '-1' pragma: @@ -1768,14 +1671,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -1784,7 +1687,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:59 GMT + - Thu, 16 Mar 2023 02:23:23 GMT expires: - '-1' pragma: @@ -1816,14 +1719,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -1832,7 +1735,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:29 GMT + - Thu, 16 Mar 2023 02:23:53 GMT expires: - '-1' pragma: @@ -1864,14 +1767,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -1880,7 +1783,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:59 GMT + - Thu, 16 Mar 2023 02:24:23 GMT expires: - '-1' pragma: @@ -1912,14 +1815,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -1928,7 +1831,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:29 GMT + - Thu, 16 Mar 2023 02:24:53 GMT expires: - '-1' pragma: @@ -1960,14 +1863,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -1976,7 +1879,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:59 GMT + - Thu, 16 Mar 2023 02:25:23 GMT expires: - '-1' pragma: @@ -2008,14 +1911,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2024,7 +1927,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:29 GMT + - Thu, 16 Mar 2023 02:25:54 GMT expires: - '-1' pragma: @@ -2056,14 +1959,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2072,7 +1975,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:00 GMT + - Thu, 16 Mar 2023 02:26:23 GMT expires: - '-1' pragma: @@ -2104,14 +2007,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2120,7 +2023,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:30 GMT + - Thu, 16 Mar 2023 02:26:53 GMT expires: - '-1' pragma: @@ -2152,14 +2055,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2168,7 +2071,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:00 GMT + - Thu, 16 Mar 2023 02:27:23 GMT expires: - '-1' pragma: @@ -2200,14 +2103,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2216,7 +2119,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:30 GMT + - Thu, 16 Mar 2023 02:27:53 GMT expires: - '-1' pragma: @@ -2248,14 +2151,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2264,7 +2167,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:00 GMT + - Thu, 16 Mar 2023 02:28:24 GMT expires: - '-1' pragma: @@ -2296,14 +2199,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2312,7 +2215,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:30 GMT + - Thu, 16 Mar 2023 02:28:54 GMT expires: - '-1' pragma: @@ -2344,14 +2247,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2360,7 +2263,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:00 GMT + - Thu, 16 Mar 2023 02:29:24 GMT expires: - '-1' pragma: @@ -2392,14 +2295,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2408,7 +2311,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:30 GMT + - Thu, 16 Mar 2023 02:29:54 GMT expires: - '-1' pragma: @@ -2440,14 +2343,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2456,7 +2359,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:01 GMT + - Thu, 16 Mar 2023 02:30:23 GMT expires: - '-1' pragma: @@ -2488,14 +2391,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2504,7 +2407,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:31 GMT + - Thu, 16 Mar 2023 02:30:54 GMT expires: - '-1' pragma: @@ -2536,14 +2439,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2552,7 +2455,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:00 GMT + - Thu, 16 Mar 2023 02:31:24 GMT expires: - '-1' pragma: @@ -2584,14 +2487,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2600,7 +2503,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:35 GMT + - Thu, 16 Mar 2023 02:31:54 GMT expires: - '-1' pragma: @@ -2632,14 +2535,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2648,7 +2551,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:05 GMT + - Thu, 16 Mar 2023 02:32:24 GMT expires: - '-1' pragma: @@ -2680,14 +2583,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2696,7 +2599,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:35 GMT + - Thu, 16 Mar 2023 02:32:54 GMT expires: - '-1' pragma: @@ -2728,14 +2631,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\"\n }" headers: cache-control: - no-cache @@ -2744,7 +2647,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:05 GMT + - Thu, 16 Mar 2023 02:33:24 GMT expires: - '-1' pragma: @@ -2776,72 +2679,24 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cab66847-f684-40d1-870e-114c21989100?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\"\n }" + string: "{\n \"name\": \"4768b6ca-84f6-d140-870e-114c21989100\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:22:23.2895751Z\",\n \"endTime\": + \"2023-03-16T02:33:51.025678Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:33:35 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 update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --disable-ahub - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/055fa0c0-47bd-4d09-a194-a11f1b9729db?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"c0a05f05-bd47-094d-a194-a11f1b9729db\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:21:59.6587783Z\",\n \"endTime\": - \"2022-11-24T10:33:59.7759324Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:05 GMT + - Thu, 16 Mar 2023 02:33:54 GMT expires: - '-1' pragma: @@ -2873,8 +2728,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -2883,20 +2738,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e509a846.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e509a846.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-vpu0qkw7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-vpu0qkw7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -2904,14 +2759,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"None\",\n \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -2919,7 +2774,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/df836017-ef84-4e3e-974e-f9cbca6b191b\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e841b485-8b2d-495a-9f81-628fd0f50054\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2939,11 +2794,11 @@ interactions: cache-control: - no-cache content-length: - - '4993' + - '4987' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:06 GMT + - Thu, 16 Mar 2023 02:33:54 GMT expires: - '-1' pragma: @@ -2975,8 +2830,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -2988,11 +2843,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n @@ -3002,21 +2857,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2292' + - '2288' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:06 GMT + - Thu, 16 Mar 2023 02:33:56 GMT expires: - '-1' pragma: @@ -3050,8 +2905,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -3059,17 +2914,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/281044f7-f64a-4321-ba63-d2615d911a6d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/44653207-5b33-4ba4-92e6-543afa6c6513?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:34:06 GMT + - Thu, 16 Mar 2023 02:33:56 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/281044f7-f64a-4321-ba63-d2615d911a6d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/44653207-5b33-4ba4-92e6-543afa6c6513?api-version=2016-03-30 pragma: - no-cache server: @@ -3079,7 +2934,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14991' status: code: 202 message: Accepted @@ -3099,8 +2954,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -3108,17 +2963,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/515eb9fd-11b6-44dd-b951-b8fb681635d0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38160658-815d-4948-8d4f-7009a66eb72b?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:34:08 GMT + - Thu, 16 Mar 2023 02:33:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/515eb9fd-11b6-44dd-b951-b8fb681635d0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/38160658-815d-4948-8d4f-7009a66eb72b?api-version=2016-03-30 pragma: - no-cache server: @@ -3128,7 +2983,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14996' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml old mode 100644 new mode 100755 index 81a7298c2e3..9114822b89e --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --enable-private-cluster --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:50:22 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest7ghlro7ad-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestzx665sedg-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -36,8 +82,8 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -46,24 +92,24 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest7ghlro7ad-79a739\",\n \"fqdn\": \"cliakstest-clitest7ghlro7ad-79a739-b77f0c39.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"819d18fd2bf0b7dd44172e45c3bacc46-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitest7ghlro7ad-79a739-74f39953.02047063-5f92-4221-8fe6-88000df978c9.private.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzx665sedg-79a739\",\n \"fqdn\": \"cliakstest-clitestzx665sedg-79a739-ka3iuubk.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"0a6fcc55d72ef983fdf3f16a1ac98410-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestzx665sedg-79a739-e41vxywv.be0ed159-8e99-451a-bb9d-c015f5ca2636.private.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -88,15 +134,15 @@ interactions: {\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/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3803' + - '3799' content-type: - application/json date: - - Thu, 24 Nov 2022 09:56:51 GMT + - Thu, 16 Mar 2023 01:50:25 GMT expires: - '-1' pragma: @@ -108,7 +154,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1195' status: code: 201 message: Created @@ -127,161 +173,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 09:57:22 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: - - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers - --enable-private-cluster --location --ssh-key-value -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 09:57:52 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: - - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers - --enable-private-cluster --location --ssh-key-value -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 09:58:22 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: - - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers - --enable-private-cluster --location --ssh-key-value -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -290,7 +189,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:58:52 GMT + - Thu, 16 Mar 2023 01:50:55 GMT expires: - '-1' pragma: @@ -323,14 +222,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -339,7 +238,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:22 GMT + - Thu, 16 Mar 2023 01:51:26 GMT expires: - '-1' pragma: @@ -372,14 +271,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -388,7 +287,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:52 GMT + - Thu, 16 Mar 2023 01:51:55 GMT expires: - '-1' pragma: @@ -421,14 +320,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -437,7 +336,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:22 GMT + - Thu, 16 Mar 2023 01:52:39 GMT expires: - '-1' pragma: @@ -470,14 +369,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -486,7 +385,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:53 GMT + - Thu, 16 Mar 2023 01:53:13 GMT expires: - '-1' pragma: @@ -519,14 +418,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -535,7 +434,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:23 GMT + - Thu, 16 Mar 2023 01:53:42 GMT expires: - '-1' pragma: @@ -568,14 +467,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -584,7 +483,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:53 GMT + - Thu, 16 Mar 2023 01:54:13 GMT expires: - '-1' pragma: @@ -617,14 +516,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -633,7 +532,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:23 GMT + - Thu, 16 Mar 2023 01:54:43 GMT expires: - '-1' pragma: @@ -666,14 +565,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -682,7 +581,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:53 GMT + - Thu, 16 Mar 2023 01:55:13 GMT expires: - '-1' pragma: @@ -715,14 +614,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -731,7 +630,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:23 GMT + - Thu, 16 Mar 2023 01:55:43 GMT expires: - '-1' pragma: @@ -764,14 +663,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -780,7 +679,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:53 GMT + - Thu, 16 Mar 2023 01:56:13 GMT expires: - '-1' pragma: @@ -813,14 +712,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -829,7 +728,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:23 GMT + - Thu, 16 Mar 2023 01:56:43 GMT expires: - '-1' pragma: @@ -862,14 +761,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -878,7 +777,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:53 GMT + - Thu, 16 Mar 2023 01:57:14 GMT expires: - '-1' pragma: @@ -911,14 +810,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -927,7 +826,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:24 GMT + - Thu, 16 Mar 2023 01:57:43 GMT expires: - '-1' pragma: @@ -960,14 +859,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -976,7 +875,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:54 GMT + - Thu, 16 Mar 2023 01:58:13 GMT expires: - '-1' pragma: @@ -1009,14 +908,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -1025,7 +924,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:24 GMT + - Thu, 16 Mar 2023 01:58:44 GMT expires: - '-1' pragma: @@ -1058,14 +957,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -1074,7 +973,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:54 GMT + - Thu, 16 Mar 2023 01:59:13 GMT expires: - '-1' pragma: @@ -1107,14 +1006,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -1123,7 +1022,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:23 GMT + - Thu, 16 Mar 2023 01:59:44 GMT expires: - '-1' pragma: @@ -1156,14 +1055,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -1172,7 +1071,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:53 GMT + - Thu, 16 Mar 2023 02:00:13 GMT expires: - '-1' pragma: @@ -1205,14 +1104,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\"\n }" headers: cache-control: - no-cache @@ -1221,7 +1120,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:24 GMT + - Thu, 16 Mar 2023 02:00:44 GMT expires: - '-1' pragma: @@ -1254,24 +1153,24 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5b1a54-0d23-48d3-96b6-1392497513db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdf6df7b-8a08-4477-a0ae-2fc3c26ff62a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"541a5b3c-230d-d348-96b6-1392497513db\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:56:52.6710065Z\",\n \"endTime\": - \"2022-11-24T10:08:39.47322Z\"\n }" + string: "{\n \"name\": \"7bdff6bd-088a-7744-a0ae-2fc3c26ff62a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:50:25.8756875Z\",\n \"endTime\": + \"2023-03-16T02:00:48.1640351Z\"\n }" headers: cache-control: - no-cache content-length: - - '168' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:54 GMT + - Thu, 16 Mar 2023 02:01:14 GMT expires: - '-1' pragma: @@ -1304,8 +1203,8 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --enable-private-cluster --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1314,31 +1213,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest7ghlro7ad-79a739\",\n \"fqdn\": \"cliakstest-clitest7ghlro7ad-79a739-b77f0c39.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"819d18fd2bf0b7dd44172e45c3bacc46-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitest7ghlro7ad-79a739-74f39953.02047063-5f92-4221-8fe6-88000df978c9.private.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzx665sedg-79a739\",\n \"fqdn\": \"cliakstest-clitestzx665sedg-79a739-ka3iuubk.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"0a6fcc55d72ef983fdf3f16a1ac98410-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestzx665sedg-79a739-e41vxywv.be0ed159-8e99-451a-bb9d-c015f5ca2636.private.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5a1623fd-529d-4b7e-81c2-bfeb7636cf7e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/47be38d3-6f65-4ccd-943c-dfaad72132af\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1362,11 +1261,11 @@ interactions: cache-control: - no-cache content-length: - - '4456' + - '4452' content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:55 GMT + - Thu, 16 Mar 2023 02:01:14 GMT expires: - '-1' pragma: @@ -1400,8 +1299,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1409,17 +1308,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ccdaac2-ce72-48fb-af66-19d0f0d42574?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2febc840-8383-4a82-9d8d-8d2b35e54da3?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:08:56 GMT + - Thu, 16 Mar 2023 02:01:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7ccdaac2-ce72-48fb-af66-19d0f0d42574?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/2febc840-8383-4a82-9d8d-8d2b35e54da3?api-version=2016-03-30 pragma: - no-cache server: @@ -1429,7 +1328,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14993' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml old mode 100644 new mode 100755 index 30f25321955..98861ebc6a1 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_apiserver_vnet_integration_public.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:01:16 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesturpk72fe4-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestno3sjqxj5-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -35,8 +81,8 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -45,23 +91,23 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesturpk72fe4-79a739\",\n \"fqdn\": \"cliakstest-clitesturpk72fe4-79a739-43a12cd3.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesturpk72fe4-79a739-43a12cd3.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestno3sjqxj5-79a739\",\n \"fqdn\": \"cliakstest-clitestno3sjqxj5-79a739-2xhln03q.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestno3sjqxj5-79a739-2xhln03q.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n @@ -85,15 +131,15 @@ interactions: {\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/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3630' + - '3627' content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:03 GMT + - Thu, 16 Mar 2023 02:01:22 GMT expires: - '-1' pragma: @@ -124,14 +170,2072 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:01:53 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:02:23 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:02:53 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:03:22 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:03:52 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:04:22 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:04:52 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:05:23 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:05:53 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:06:23 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:06:53 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:07:23 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:07:54 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:08:24 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:08:54 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:09:24 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:09:54 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:24 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:54 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:11:25 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:11:55 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:12:25 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:12:55 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:13:25 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:13:55 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:14:26 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:14:56 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:15:26 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:15:56 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:16:26 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:16:56 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:17:26 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:17:57 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:18:27 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:18:57 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:19:26 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:19:57 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:20:27 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:20:57 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:21:27 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:21:57 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:22:28 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: + - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers + --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -140,7 +2244,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:32 GMT + - Thu, 16 Mar 2023 02:22:58 GMT expires: - '-1' pragma: @@ -173,14 +2277,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -189,7 +2293,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:02 GMT + - Thu, 16 Mar 2023 02:23:28 GMT expires: - '-1' pragma: @@ -222,14 +2326,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -238,7 +2342,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:32 GMT + - Thu, 16 Mar 2023 02:23:58 GMT expires: - '-1' pragma: @@ -271,14 +2375,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -287,7 +2391,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:02 GMT + - Thu, 16 Mar 2023 02:24:28 GMT expires: - '-1' pragma: @@ -320,14 +2424,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -336,7 +2440,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:33 GMT + - Thu, 16 Mar 2023 02:24:58 GMT expires: - '-1' pragma: @@ -369,14 +2473,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -385,7 +2489,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:03 GMT + - Thu, 16 Mar 2023 02:25:29 GMT expires: - '-1' pragma: @@ -418,14 +2522,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -434,7 +2538,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:33 GMT + - Thu, 16 Mar 2023 02:25:58 GMT expires: - '-1' pragma: @@ -467,14 +2571,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -483,7 +2587,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:03 GMT + - Thu, 16 Mar 2023 02:26:28 GMT expires: - '-1' pragma: @@ -516,14 +2620,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -532,7 +2636,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:33 GMT + - Thu, 16 Mar 2023 02:26:58 GMT expires: - '-1' pragma: @@ -565,14 +2669,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -581,7 +2685,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:03 GMT + - Thu, 16 Mar 2023 02:27:28 GMT expires: - '-1' pragma: @@ -614,14 +2718,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -630,7 +2734,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:33 GMT + - Thu, 16 Mar 2023 02:27:59 GMT expires: - '-1' pragma: @@ -663,14 +2767,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -679,7 +2783,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:04 GMT + - Thu, 16 Mar 2023 02:28:29 GMT expires: - '-1' pragma: @@ -712,14 +2816,14 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\"\n }" headers: cache-control: - no-cache @@ -728,7 +2832,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:34 GMT + - Thu, 16 Mar 2023 02:29:00 GMT expires: - '-1' pragma: @@ -761,15 +2865,15 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/d9aed490-3252-4bc0-9324-6fc3dd4dac0c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a21aab-99e5-48b8-a848-b15bf2444760?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"90d4aed9-5232-c04b-9324-6fc3dd4dac0c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:09:02.9015536Z\",\n \"endTime\": - \"2022-11-24T10:15:56.7848971Z\"\n }" + string: "{\n \"name\": \"ab1aa275-e599-b848-a848-b15bf2444760\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:01:22.7555147Z\",\n \"endTime\": + \"2023-03-16T02:29:10.0165737Z\"\n }" headers: cache-control: - no-cache @@ -778,7 +2882,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:04 GMT + - Thu, 16 Mar 2023 02:29:29 GMT expires: - '-1' pragma: @@ -811,8 +2915,8 @@ interactions: - --resource-group --name --enable-apiserver-vnet-integration --aks-custom-headers --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -821,30 +2925,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesturpk72fe4-79a739\",\n \"fqdn\": \"cliakstest-clitesturpk72fe4-79a739-43a12cd3.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesturpk72fe4-79a739-43a12cd3.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestno3sjqxj5-79a739\",\n \"fqdn\": \"cliakstest-clitestno3sjqxj5-79a739-2xhln03q.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestno3sjqxj5-79a739-2xhln03q.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/c3f5dfd9-739d-4f8f-b2c0-c8d0a4307e81\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/674baa09-a9bd-4be7-bb54-1260157b1ffa\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -867,11 +2971,11 @@ interactions: cache-control: - no-cache content-length: - - '4295' + - '4292' content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:05 GMT + - Thu, 16 Mar 2023 02:29:30 GMT expires: - '-1' pragma: @@ -905,8 +3009,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -914,17 +3018,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/4cc040e1-fd59-4c25-a97f-b5b2771febf3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/b18b80da-6f9c-41e5-b115-28418dc66fb7?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:16:06 GMT + - Thu, 16 Mar 2023 02:29:31 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/4cc040e1-fd59-4c25-a97f-b5b2771febf3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/b18b80da-6f9c-41e5-b115-28418dc66fb7?api-version=2016-03-30 pragma: - no-cache server: @@ -934,7 +3038,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14992' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel.yaml old mode 100644 new mode 100755 index a43ae724eb3..74b3ab609db --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel.yaml @@ -1,15 +1,61 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:29:32 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3v4gwfx6d-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestj67ltg5d5-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, - "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ3QQF3b2JCZJxJtpKp/iJsnQUOhUoiLakn7cbilqism736bFvQMIDeYG2FaGm/Sh0dd3Kv7x/bqBJU30PBfID1RLNmmnIB9Pu/BpbI8nTEiOngwsCmMkKRPa7GWaolB29Jed8T8afwc+/i8frQSPOaKsE2DfOCbFnFn2EI3R8qnK7QjpaN6TSa26oADcF4g920wfInyLqf1NZIC+6AOe3Wbv+/PXtc+mcI1WgfjLB1I5OQfzRvyouexaqpIH7WQaHjF6K6bLvDO4LftA0clzbG5emqNwcaB/dM2ePeLxx8LzkXcPwoJwy8Sikxbrj4L+G40o5X+ddG8i5FmrdOEUJ + "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -26,15 +72,15 @@ interactions: Connection: - keep-alive Content-Length: - - '1609' + - '1631' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -43,23 +89,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3v4gwfx6d-79a739\",\n \"fqdn\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj67ltg5d5-79a739\",\n \"fqdn\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ3QQF3b2JCZJxJtpKp/iJsnQUOhUoiLakn7cbilqism736bFvQMIDeYG2FaGm/Sh0dd3Kv7x/bqBJU30PBfID1RLNmmnIB9Pu/BpbI8nTEiOngwsCmMkKRPa7GWaolB29Jed8T8afwc+/i8frQSPOaKsE2DfOCbFnFn2EI3R8qnK7QjpaN6TSa26oADcF4g920wfInyLqf1NZIC+6AOe3Wbv+/PXtc+mcI1WgfjLB1I5OQfzRvyouexaqpIH7WQaHjF6K6bLvDO4LftA0clzbG5emqNwcaB/dM2ePeLxx8LzkXcPwoJwy8Sikxbrj4L+G40o5X+ddG8i5FmrdOEUJ + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -82,15 +128,15 @@ interactions: {\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/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3516' + - '3539' content-type: - application/json date: - - Mon, 17 Oct 2022 08:18:24 GMT + - Thu, 16 Mar 2023 02:29:36 GMT expires: - '-1' pragma: @@ -102,7 +148,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1195' status: code: 201 message: Created @@ -121,14 +167,161 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:30:06 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: + - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:30:36 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: + - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:31:07 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: + - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -137,7 +330,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:18:54 GMT + - Thu, 16 Mar 2023 02:31:37 GMT expires: - '-1' pragma: @@ -170,14 +363,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -186,7 +379,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:19:24 GMT + - Thu, 16 Mar 2023 02:32:07 GMT expires: - '-1' pragma: @@ -219,14 +412,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -235,7 +428,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:19:54 GMT + - Thu, 16 Mar 2023 02:32:37 GMT expires: - '-1' pragma: @@ -268,14 +461,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -284,7 +477,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:20:24 GMT + - Thu, 16 Mar 2023 02:33:07 GMT expires: - '-1' pragma: @@ -317,14 +510,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -333,7 +526,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:20:54 GMT + - Thu, 16 Mar 2023 02:33:37 GMT expires: - '-1' pragma: @@ -366,14 +559,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -382,7 +575,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:21:24 GMT + - Thu, 16 Mar 2023 02:34:07 GMT expires: - '-1' pragma: @@ -415,14 +608,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -431,7 +624,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:21:54 GMT + - Thu, 16 Mar 2023 02:34:37 GMT expires: - '-1' pragma: @@ -464,14 +657,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -480,7 +673,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:22:25 GMT + - Thu, 16 Mar 2023 02:35:07 GMT expires: - '-1' pragma: @@ -513,14 +706,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -529,7 +722,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:22:55 GMT + - Thu, 16 Mar 2023 02:35:38 GMT expires: - '-1' pragma: @@ -562,14 +755,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -578,7 +771,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:23:25 GMT + - Thu, 16 Mar 2023 02:36:08 GMT expires: - '-1' pragma: @@ -611,14 +804,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\"\n }" headers: cache-control: - no-cache @@ -627,7 +820,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:23:55 GMT + - Thu, 16 Mar 2023 02:36:38 GMT expires: - '-1' pragma: @@ -660,24 +853,24 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08bc0429-b0c1-43f4-8490-d0cdf8d16246?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e0dc0ac-6555-4cfa-a0ab-97eaeea3fa81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2904bc08-c1b0-f443-8490-d0cdf8d16246\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-10-17T08:18:24.6550901Z\",\n \"endTime\": - \"2022-10-17T08:24:11.9099336Z\"\n }" + string: "{\n \"name\": \"acc00d9e-5565-fa4c-a0ab-97eaeea3fa81\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:29:37.1817707Z\",\n \"endTime\": + \"2023-03-16T02:37:06.761985Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Mon, 17 Oct 2022 08:24:25 GMT + - Thu, 16 Mar 2023 02:37:07 GMT expires: - '-1' pragma: @@ -710,8 +903,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel --ssh-key-value User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -720,30 +913,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3v4gwfx6d-79a739\",\n \"fqdn\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj67ltg5d5-79a739\",\n \"fqdn\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ3QQF3b2JCZJxJtpKp/iJsnQUOhUoiLakn7cbilqism736bFvQMIDeYG2FaGm/Sh0dd3Kv7x/bqBJU30PBfID1RLNmmnIB9Pu/BpbI8nTEiOngwsCmMkKRPa7GWaolB29Jed8T8afwc+/i8frQSPOaKsE2DfOCbFnFn2EI3R8qnK7QjpaN6TSa26oADcF4g920wfInyLqf1NZIC+6AOe3Wbv+/PXtc+mcI1WgfjLB1I5OQfzRvyouexaqpIH7WQaHjF6K6bLvDO4LftA0clzbG5emqNwcaB/dM2ePeLxx8LzkXcPwoJwy8Sikxbrj4L+G40o5X+ddG8i5FmrdOEUJ + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/67b06035-fc38-4ffd-a43f-d5a3751a3474\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f773d798-d027-4277-b0e1-51be32c8ee87\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -765,11 +958,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4192' content-type: - application/json date: - - Mon, 17 Oct 2022 08:24:25 GMT + - Thu, 16 Mar 2023 02:37:08 GMT expires: - '-1' pragma: @@ -801,8 +994,8 @@ interactions: ParameterSetName: - --resource-group --name --auto-upgrade-channel User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -811,30 +1004,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3v4gwfx6d-79a739\",\n \"fqdn\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj67ltg5d5-79a739\",\n \"fqdn\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ3QQF3b2JCZJxJtpKp/iJsnQUOhUoiLakn7cbilqism736bFvQMIDeYG2FaGm/Sh0dd3Kv7x/bqBJU30PBfID1RLNmmnIB9Pu/BpbI8nTEiOngwsCmMkKRPa7GWaolB29Jed8T8afwc+/i8frQSPOaKsE2DfOCbFnFn2EI3R8qnK7QjpaN6TSa26oADcF4g920wfInyLqf1NZIC+6AOe3Wbv+/PXtc+mcI1WgfjLB1I5OQfzRvyouexaqpIH7WQaHjF6K6bLvDO4LftA0clzbG5emqNwcaB/dM2ePeLxx8LzkXcPwoJwy8Sikxbrj4L+G40o5X+ddG8i5FmrdOEUJ + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/67b06035-fc38-4ffd-a43f-d5a3751a3474\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f773d798-d027-4277-b0e1-51be32c8ee87\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -856,11 +1049,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4192' content-type: - application/json date: - - Mon, 17 Oct 2022 08:24:26 GMT + - Thu, 16 Mar 2023 02:37:09 GMT expires: - '-1' pragma: @@ -880,23 +1073,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest3v4gwfx6d-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestj67ltg5d5-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, - "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": - {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ3QQF3b2JCZJxJtpKp/iJsnQUOhUoiLakn7cbilqism736bFvQMIDeYG2FaGm/Sh0dd3Kv7x/bqBJU30PBfID1RLNmmnIB9Pu/BpbI8nTEiOngwsCmMkKRPa7GWaolB29Jed8T8afwc+/i8frQSPOaKsE2DfOCbFnFn2EI3R8qnK7QjpaN6TSa26oADcF4g920wfInyLqf1NZIC+6AOe3Wbv+/PXtc+mcI1WgfjLB1I5OQfzRvyouexaqpIH7WQaHjF6K6bLvDO4LftA0clzbG5emqNwcaB/dM2ePeLxx8LzkXcPwoJwy8Sikxbrj4L+G40o5X+ddG8i5FmrdOEUJ + "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, - "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": - true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": + "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", + "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/67b06035-fc38-4ffd-a43f-d5a3751a3474"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f773d798-d027-4277-b0e1-51be32c8ee87"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "autoUpgradeProfile": {"upgradeChannel": "stable"}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -913,14 +1106,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2654' + - '2715' Content-Type: - application/json ParameterSetName: - --resource-group --name --auto-upgrade-channel User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -929,30 +1122,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3v4gwfx6d-79a739\",\n \"fqdn\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj67ltg5d5-79a739\",\n \"fqdn\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ3QQF3b2JCZJxJtpKp/iJsnQUOhUoiLakn7cbilqism736bFvQMIDeYG2FaGm/Sh0dd3Kv7x/bqBJU30PBfID1RLNmmnIB9Pu/BpbI8nTEiOngwsCmMkKRPa7GWaolB29Jed8T8afwc+/i8frQSPOaKsE2DfOCbFnFn2EI3R8qnK7QjpaN6TSa26oADcF4g920wfInyLqf1NZIC+6AOe3Wbv+/PXtc+mcI1WgfjLB1I5OQfzRvyouexaqpIH7WQaHjF6K6bLvDO4LftA0clzbG5emqNwcaB/dM2ePeLxx8LzkXcPwoJwy8Sikxbrj4L+G40o5X+ddG8i5FmrdOEUJ + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/67b06035-fc38-4ffd-a43f-d5a3751a3474\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f773d798-d027-4277-b0e1-51be32c8ee87\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -972,15 +1165,15 @@ interactions: {\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/westus2/operations/1eb36185-2eda-44cf-b2c7-1ce753144f9c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/32cf335c-33fd-4900-8448-e9af8ca7c09f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4168' + - '4191' content-type: - application/json date: - - Mon, 17 Oct 2022 08:24:28 GMT + - Thu, 16 Mar 2023 02:37:12 GMT expires: - '-1' pragma: @@ -996,7 +1189,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1194' status: code: 200 message: OK @@ -1014,14 +1207,14 @@ interactions: ParameterSetName: - --resource-group --name --auto-upgrade-channel User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1eb36185-2eda-44cf-b2c7-1ce753144f9c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/32cf335c-33fd-4900-8448-e9af8ca7c09f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8561b31e-da2e-cf44-b2c7-1ce753144f9c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:24:29.1943705Z\"\n }" + string: "{\n \"name\": \"5c33cf32-fd33-0049-8448-e9af8ca7c09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:37:12.4493561Z\"\n }" headers: cache-control: - no-cache @@ -1030,7 +1223,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:24:58 GMT + - Thu, 16 Mar 2023 02:37:42 GMT expires: - '-1' pragma: @@ -1062,14 +1255,14 @@ interactions: ParameterSetName: - --resource-group --name --auto-upgrade-channel User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1eb36185-2eda-44cf-b2c7-1ce753144f9c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/32cf335c-33fd-4900-8448-e9af8ca7c09f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8561b31e-da2e-cf44-b2c7-1ce753144f9c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-10-17T08:24:29.1943705Z\"\n }" + string: "{\n \"name\": \"5c33cf32-fd33-0049-8448-e9af8ca7c09f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:37:12.4493561Z\"\n }" headers: cache-control: - no-cache @@ -1078,7 +1271,7 @@ interactions: content-type: - application/json date: - - Mon, 17 Oct 2022 08:25:28 GMT + - Thu, 16 Mar 2023 02:38:11 GMT expires: - '-1' pragma: @@ -1110,24 +1303,24 @@ interactions: ParameterSetName: - --resource-group --name --auto-upgrade-channel User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1eb36185-2eda-44cf-b2c7-1ce753144f9c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/32cf335c-33fd-4900-8448-e9af8ca7c09f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8561b31e-da2e-cf44-b2c7-1ce753144f9c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-10-17T08:24:29.1943705Z\",\n \"endTime\": - \"2022-10-17T08:25:52.1166683Z\"\n }" + string: "{\n \"name\": \"5c33cf32-fd33-0049-8448-e9af8ca7c09f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:37:12.4493561Z\",\n \"endTime\": + \"2023-03-16T02:38:34.41148Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '168' content-type: - application/json date: - - Mon, 17 Oct 2022 08:25:59 GMT + - Thu, 16 Mar 2023 02:38:41 GMT expires: - '-1' pragma: @@ -1159,8 +1352,8 @@ interactions: ParameterSetName: - --resource-group --name --auto-upgrade-channel User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1169,30 +1362,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3v4gwfx6d-79a739\",\n \"fqdn\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3v4gwfx6d-79a739-ff9c45a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj67ltg5d5-79a739\",\n \"fqdn\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj67ltg5d5-79a739-67xtapcw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.03\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ3QQF3b2JCZJxJtpKp/iJsnQUOhUoiLakn7cbilqism736bFvQMIDeYG2FaGm/Sh0dd3Kv7x/bqBJU30PBfID1RLNmmnIB9Pu/BpbI8nTEiOngwsCmMkKRPa7GWaolB29Jed8T8afwc+/i8frQSPOaKsE2DfOCbFnFn2EI3R8qnK7QjpaN6TSa26oADcF4g920wfInyLqf1NZIC+6AOe3Wbv+/PXtc+mcI1WgfjLB1I5OQfzRvyouexaqpIH7WQaHjF6K6bLvDO4LftA0clzbG5emqNwcaB/dM2ePeLxx8LzkXcPwoJwy8Sikxbrj4L+G40o5X+ddG8i5FmrdOEUJ + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/67b06035-fc38-4ffd-a43f-d5a3751a3474\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f773d798-d027-4277-b0e1-51be32c8ee87\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1214,11 +1407,11 @@ interactions: cache-control: - no-cache content-length: - - '4170' + - '4193' content-type: - application/json date: - - Mon, 17 Oct 2022 08:25:59 GMT + - Thu, 16 Mar 2023 02:38:42 GMT expires: - '-1' pragma: @@ -1252,8 +1445,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.41.0 azsdk-python-azure-mgmt-containerservice/20.4.0b Python/3.8.10 - (Linux-5.15.0-1020-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1261,17 +1454,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d1831f43-6abd-44d5-99d7-18cf24d0fe20?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8fc5d8d0-a35e-4afe-a7af-ca61b2713f9c?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Mon, 17 Oct 2022 08:26:01 GMT + - Thu, 16 Mar 2023 02:38:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d1831f43-6abd-44d5-99d7-18cf24d0fe20?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/8fc5d8d0-a35e-4afe-a7af-ca61b2713f9c?api-version=2016-03-30 pragma: - no-cache server: @@ -1281,7 +1474,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel_and_node_os_upgrade_channel.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel_and_node_os_upgrade_channel.yaml old mode 100644 new mode 100755 index f57354d4d77..c2a8c6d21cd --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel_and_node_os_upgrade_channel.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel_and_node_os_upgrade_channel.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:51:22 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesta2w3nqncf-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest5ijxgva77-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,14 +55,16 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "autoUpgradeProfile": {"upgradeChannel": "rapid", "nodeOSUpgradeChannel": "NodeImage"}, - "disableLocalAccounts": false, "storageProfile": {}}}' - headers: + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, + "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", + "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "autoUpgradeProfile": {"upgradeChannel": "rapid", "nodeOSUpgradeChannel": + "NodeImage"}, "disableLocalAccounts": false, "storageProfile": {}}}' + headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/NodeOSUpgradeChannelPreview Accept: - application/json Accept-Encoding: @@ -26,76 +74,71 @@ interactions: Connection: - keep-alive Content-Length: - - '1997' + - '1668' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitesta2w3nqncf-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\"\ - : {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\"\ - ,\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"\ - count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"autoUpgradeProfile\"\ - : {\n \"upgradeChannel\": \"rapid\",\n \"nodeOSUpgradeChannel\": \"\ - NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\"\ - : {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\"\ - : true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \ - \ \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\"\ - : true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n\ - \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest5ijxgva77-79a739\",\n \"fqdn\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"rapid\",\n \"nodeOSUpgradeChannel\": + \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3909' + - '3580' content-type: - application/json date: - - Thu, 19 Jan 2023 21:28:15 GMT + - Thu, 16 Mar 2023 01:51:25 GMT expires: - '-1' pragma: @@ -124,16 +167,163 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:52:01 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: + - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:52:37 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: + - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:53:14 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: + - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf2c9094-e3af-e44a-bc6b-4894ba3fffdb\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:28:15.0022494Z\"\n }" + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" headers: cache-control: - no-cache @@ -142,7 +332,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:28:45 GMT + - Thu, 16 Mar 2023 01:53:44 GMT expires: - '-1' pragma: @@ -173,16 +363,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf2c9094-e3af-e44a-bc6b-4894ba3fffdb\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:28:15.0022494Z\"\n }" + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" headers: cache-control: - no-cache @@ -191,7 +381,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:29:14 GMT + - Thu, 16 Mar 2023 01:54:13 GMT expires: - '-1' pragma: @@ -222,16 +412,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf2c9094-e3af-e44a-bc6b-4894ba3fffdb\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:28:15.0022494Z\"\n }" + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" headers: cache-control: - no-cache @@ -240,7 +430,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:29:44 GMT + - Thu, 16 Mar 2023 01:54:44 GMT expires: - '-1' pragma: @@ -271,16 +461,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf2c9094-e3af-e44a-bc6b-4894ba3fffdb\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:28:15.0022494Z\"\n }" + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" headers: cache-control: - no-cache @@ -289,7 +479,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:30:14 GMT + - Thu, 16 Mar 2023 01:55:14 GMT expires: - '-1' pragma: @@ -320,16 +510,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf2c9094-e3af-e44a-bc6b-4894ba3fffdb\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:28:15.0022494Z\"\n }" + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" headers: cache-control: - no-cache @@ -338,7 +528,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:30:44 GMT + - Thu, 16 Mar 2023 01:55:44 GMT expires: - '-1' pragma: @@ -369,16 +559,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf2c9094-e3af-e44a-bc6b-4894ba3fffdb\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:28:15.0022494Z\"\n }" + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" headers: cache-control: - no-cache @@ -387,7 +577,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:31:15 GMT + - Thu, 16 Mar 2023 01:56:14 GMT expires: - '-1' pragma: @@ -418,16 +608,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf2c9094-e3af-e44a-bc6b-4894ba3fffdb\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:28:15.0022494Z\"\n }" + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\"\n }" headers: cache-control: - no-cache @@ -436,7 +626,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:31:45 GMT + - Thu, 16 Mar 2023 01:56:44 GMT expires: - '-1' pragma: @@ -467,17 +657,17 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94902cbf-afe3-4ae4-bc6b-4894ba3fffdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d73204d-4cb6-4cf1-a55f-2782115f27dc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf2c9094-e3af-e44a-bc6b-4894ba3fffdb\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-01-19T21:28:15.0022494Z\",\n \"\ - endTime\": \"2023-01-19T21:32:00.3077744Z\"\n }" + string: "{\n \"name\": \"4d20734d-b64c-f14c-a55f-2782115f27dc\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:51:26.2821526Z\",\n \"endTime\": + \"2023-03-16T01:57:11.5446496Z\"\n }" headers: cache-control: - no-cache @@ -486,7 +676,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:32:15 GMT + - Thu, 16 Mar 2023 01:57:14 GMT expires: - '-1' pragma: @@ -517,74 +707,69 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --auto-upgrade-channel - --node-os-upgrade-channel --ssh-key-value + --node-os-upgrade-channel --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitesta2w3nqncf-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/29f489a3-6ed1-440c-ae46-757c4c057813\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"autoUpgradeProfile\"\ - : {\n \"upgradeChannel\": \"rapid\",\n \"nodeOSUpgradeChannel\": \"\ - NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\"\ - : {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\"\ - : true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \ - \ \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\"\ - : true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n\ - \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest5ijxgva77-79a739\",\n \"fqdn\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/74001898-d356-4b04-b2e5-8ba19b9afa3e\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"rapid\",\n + \ \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": + false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": + {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": + {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": + true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n + \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4562' + - '4233' content-type: - application/json date: - - Thu, 19 Jan 2023 21:32:16 GMT + - Thu, 16 Mar 2023 01:57:14 GMT expires: - '-1' pragma: @@ -614,74 +799,69 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitesta2w3nqncf-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/29f489a3-6ed1-440c-ae46-757c4c057813\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"autoUpgradeProfile\"\ - : {\n \"upgradeChannel\": \"rapid\",\n \"nodeOSUpgradeChannel\": \"\ - NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\"\ - : {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\"\ - : true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \ - \ \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\"\ - : true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n\ - \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest5ijxgva77-79a739\",\n \"fqdn\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/74001898-d356-4b04-b2e5-8ba19b9afa3e\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"rapid\",\n + \ \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": + false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": + {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": + {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": + true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n + \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4562' + - '4233' content-type: - application/json date: - - Thu, 19 Jan 2023 21:32:17 GMT + - Thu, 16 Mar 2023 01:57:15 GMT expires: - '-1' pragma: @@ -701,23 +881,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.6", "dnsPrefix": - "cliakstest-clitesta2w3nqncf-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest5ijxgva77-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.24.6", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/29f489a3-6ed1-440c-ae46-757c4c057813"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/74001898-d356-4b04-b2e5-8ba19b9afa3e"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "autoUpgradeProfile": {"upgradeChannel": "stable", "nodeOSUpgradeChannel": "None"}, "identityProfile": {"kubeletidentity": @@ -726,6 +906,8 @@ interactions: "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, "workloadAutoScalerProfile": {}}}' headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/NodeOSUpgradeChannelPreview Accept: - application/json Accept-Encoding: @@ -735,80 +917,75 @@ interactions: Connection: - keep-alive Content-Length: - - '3076' + - '2747' Content-Type: - application/json ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitesta2w3nqncf-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/29f489a3-6ed1-440c-ae46-757c4c057813\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"autoUpgradeProfile\"\ - : {\n \"upgradeChannel\": \"stable\",\n \"nodeOSUpgradeChannel\": \"\ - None\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\"\ - : {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\"\ - : true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \ - \ \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\"\ - : true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n\ - \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest5ijxgva77-79a739\",\n \"fqdn\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/74001898-d356-4b04-b2e5-8ba19b9afa3e\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"stable\",\n + \ \"nodeOSUpgradeChannel\": \"None\"\n },\n \"disableLocalAccounts\": + false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": + {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": + {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": + true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n + \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4556' + - '4227' content-type: - application/json date: - - Thu, 19 Jan 2023 21:32:20 GMT + - Thu, 16 Mar 2023 01:57:18 GMT expires: - '-1' pragma: @@ -824,7 +1001,1015 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:57:48 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:58:18 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:58:48 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:59:18 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:59:51 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:00:22 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:00:51 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:01: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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:01:51 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:02:22 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:02:52 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:03:22 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:03:52 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:04:22 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:04:52 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:05:23 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:05:52 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:06:22 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:06:52 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:07:22 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:07:52 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 @@ -840,16 +2025,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -858,7 +2043,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:32:49 GMT + - Thu, 16 Mar 2023 02:08:23 GMT expires: - '-1' pragma: @@ -888,16 +2073,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -906,7 +2091,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:33:20 GMT + - Thu, 16 Mar 2023 02:08:53 GMT expires: - '-1' pragma: @@ -936,16 +2121,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -954,7 +2139,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:33:50 GMT + - Thu, 16 Mar 2023 02:09:23 GMT expires: - '-1' pragma: @@ -984,16 +2169,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1002,7 +2187,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:34:20 GMT + - Thu, 16 Mar 2023 02:09:52 GMT expires: - '-1' pragma: @@ -1032,16 +2217,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1050,7 +2235,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:34:50 GMT + - Thu, 16 Mar 2023 02:10:23 GMT expires: - '-1' pragma: @@ -1080,16 +2265,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1098,7 +2283,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:35:21 GMT + - Thu, 16 Mar 2023 02:10:53 GMT expires: - '-1' pragma: @@ -1128,16 +2313,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1146,7 +2331,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:35:51 GMT + - Thu, 16 Mar 2023 02:11:23 GMT expires: - '-1' pragma: @@ -1176,16 +2361,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1194,7 +2379,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:36:21 GMT + - Thu, 16 Mar 2023 02:11:53 GMT expires: - '-1' pragma: @@ -1224,16 +2409,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1242,7 +2427,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:36:50 GMT + - Thu, 16 Mar 2023 02:12:23 GMT expires: - '-1' pragma: @@ -1272,16 +2457,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1290,7 +2475,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:37:20 GMT + - Thu, 16 Mar 2023 02:12:54 GMT expires: - '-1' pragma: @@ -1320,16 +2505,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1338,7 +2523,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:37:51 GMT + - Thu, 16 Mar 2023 02:13:23 GMT expires: - '-1' pragma: @@ -1368,16 +2553,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1386,7 +2571,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:38:21 GMT + - Thu, 16 Mar 2023 02:13:53 GMT expires: - '-1' pragma: @@ -1416,16 +2601,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1434,7 +2619,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:38:51 GMT + - Thu, 16 Mar 2023 02:14:24 GMT expires: - '-1' pragma: @@ -1464,16 +2649,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1482,7 +2667,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:39:21 GMT + - Thu, 16 Mar 2023 02:14:54 GMT expires: - '-1' pragma: @@ -1512,16 +2697,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1530,7 +2715,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:39:52 GMT + - Thu, 16 Mar 2023 02:15:24 GMT expires: - '-1' pragma: @@ -1560,16 +2745,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1578,7 +2763,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:40:21 GMT + - Thu, 16 Mar 2023 02:15:54 GMT expires: - '-1' pragma: @@ -1608,16 +2793,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1626,7 +2811,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:40:51 GMT + - Thu, 16 Mar 2023 02:16:24 GMT expires: - '-1' pragma: @@ -1656,16 +2841,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1674,7 +2859,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:41:21 GMT + - Thu, 16 Mar 2023 02:16:54 GMT expires: - '-1' pragma: @@ -1704,16 +2889,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\"\n }" headers: cache-control: - no-cache @@ -1722,7 +2907,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:41:52 GMT + - Thu, 16 Mar 2023 02:17:24 GMT expires: - '-1' pragma: @@ -1752,17 +2937,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/49e94f48-1c5d-4f7b-8bd3-f54515cf1a29?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b49b5487-8d7d-4f8f-8880-3b7d8690ca33?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"484fe949-5d1c-7b4f-8bd3-f54515cf1a29\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-01-19T21:32:20.4087578Z\",\n \"\ - endTime\": \"2023-01-19T21:42:05.8827267Z\"\n }" + string: "{\n \"name\": \"87549bb4-7d8d-8f4f-8880-3b7d8690ca33\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:57:18.6583541Z\",\n \"endTime\": + \"2023-03-16T02:17:33.6617967Z\"\n }" headers: cache-control: - no-cache @@ -1771,7 +2956,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 21:42:22 GMT + - Thu, 16 Mar 2023 02:17:54 GMT expires: - '-1' pragma: @@ -1801,74 +2986,69 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel + - --resource-group --name --auto-upgrade-channel --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitesta2w3nqncf-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitesta2w3nqncf-8ecadf-98f04173.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/29f489a3-6ed1-440c-ae46-757c4c057813\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"autoUpgradeProfile\"\ - : {\n \"upgradeChannel\": \"stable\",\n \"nodeOSUpgradeChannel\": \"\ - None\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\"\ - : {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\"\ - : true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \ - \ \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\"\ - : true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n\ - \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest5ijxgva77-79a739\",\n \"fqdn\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest5ijxgva77-79a739-t8f8bx7t.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/74001898-d356-4b04-b2e5-8ba19b9afa3e\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"autoUpgradeProfile\": {\n \"upgradeChannel\": \"stable\",\n + \ \"nodeOSUpgradeChannel\": \"None\"\n },\n \"disableLocalAccounts\": + false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": + {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": + {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": + true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n + \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4558' + - '4229' content-type: - application/json date: - - Thu, 19 Jan 2023 21:42:22 GMT + - Thu, 16 Mar 2023 02:17:55 GMT expires: - '-1' pragma: @@ -1902,8 +3082,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1911,17 +3091,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9a0188f9-f677-4eca-b28f-0a07e0c1448d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c3d7d9fe-148c-4d84-85c4-d6e189ac4fa6?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 19 Jan 2023 21:42:24 GMT + - Thu, 16 Mar 2023 02:17:55 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9a0188f9-f677-4eca-b28f-0a07e0c1448d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/c3d7d9fe-148c-4d84-85c4-d6e189ac4fa6?api-version=2016-03-30 pragma: - no-cache server: @@ -1931,7 +3111,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14996' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml old mode 100644 new mode 100755 index 6d0ecbc0d10..82939e5ed1e --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:17:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:10:10Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:17:57Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:10:10 GMT + - Thu, 16 Mar 2023 02:17:57 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestmgrvxxwhh-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestz5dwtpyd3-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "false", "rotationPollInterval": "2m"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": @@ -75,8 +120,8 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -85,23 +130,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestmgrvxxwhh-79a739\",\n \"fqdn\": \"cliakstest-clitestmgrvxxwhh-79a739-85547af4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestmgrvxxwhh-79a739-85547af4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestz5dwtpyd3-79a739\",\n \"fqdn\": \"cliakstest-clitestz5dwtpyd3-79a739-i21kypya.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestz5dwtpyd3-79a739-i21kypya.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -125,15 +170,15 @@ interactions: {\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/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3672' + - '3668' content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:13 GMT + - Thu, 16 Mar 2023 02:18:00 GMT expires: - '-1' pragma: @@ -145,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 201 message: Created @@ -163,23 +208,311 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:18:30 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:19: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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:19:30 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:20: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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:20:30 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:21: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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:43 GMT + - Thu, 16 Mar 2023 02:21:30 GMT expires: - '-1' pragma: @@ -211,23 +544,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:13 GMT + - Thu, 16 Mar 2023 02:22:01 GMT expires: - '-1' pragma: @@ -259,23 +592,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:44 GMT + - Thu, 16 Mar 2023 02:22:31 GMT expires: - '-1' pragma: @@ -307,23 +640,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:14 GMT + - Thu, 16 Mar 2023 02:23:01 GMT expires: - '-1' pragma: @@ -355,23 +688,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:43 GMT + - Thu, 16 Mar 2023 02:23:31 GMT expires: - '-1' pragma: @@ -403,23 +736,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:13 GMT + - Thu, 16 Mar 2023 02:24:01 GMT expires: - '-1' pragma: @@ -451,23 +784,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:43 GMT + - Thu, 16 Mar 2023 02:24:31 GMT expires: - '-1' pragma: @@ -499,23 +832,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:13 GMT + - Thu, 16 Mar 2023 02:25:01 GMT expires: - '-1' pragma: @@ -547,23 +880,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:43 GMT + - Thu, 16 Mar 2023 02:25:32 GMT expires: - '-1' pragma: @@ -595,23 +928,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:14 GMT + - Thu, 16 Mar 2023 02:26:01 GMT expires: - '-1' pragma: @@ -643,24 +976,24 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84403229-7643-46f4-b449-b7c6862c5813?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2742ec41-2ad2-415c-a947-742358f9ac36?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"29324084-4376-f446-b449-b7c6862c5813\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:10:13.8479192Z\",\n \"endTime\": - \"2022-11-24T10:15:41.0482048Z\"\n }" + string: "{\n \"name\": \"41ec4227-d22a-5c41-a947-742358f9ac36\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:18:00.616485Z\",\n \"endTime\": + \"2023-03-16T02:26:08.8038546Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:44 GMT + - Thu, 16 Mar 2023 02:26:31 GMT expires: - '-1' pragma: @@ -692,8 +1025,8 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -702,23 +1035,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestmgrvxxwhh-79a739\",\n \"fqdn\": \"cliakstest-clitestmgrvxxwhh-79a739-85547af4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestmgrvxxwhh-79a739-85547af4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestz5dwtpyd3-79a739\",\n \"fqdn\": \"cliakstest-clitestz5dwtpyd3-79a739-i21kypya.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestz5dwtpyd3-79a739-i21kypya.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -729,7 +1062,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/dd74bcfa-1769-47fb-8b1d-af3643680132\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5e0ecc35-0739-4e05-9292-a6dcd9e1a17a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -750,11 +1083,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:44 GMT + - Thu, 16 Mar 2023 02:26:32 GMT expires: - '-1' pragma: @@ -788,8 +1121,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -797,17 +1130,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a6e60dc-e7ec-4aeb-ace9-d703442de7ea?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c014ef5-25f3-442b-8723-df0de8aa1470?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:15:45 GMT + - Thu, 16 Mar 2023 02:26:33 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7a6e60dc-e7ec-4aeb-ace9-d703442de7ea?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/0c014ef5-25f3-442b-8723-df0de8aa1470?api-version=2016-03-30 pragma: - no-cache server: @@ -817,7 +1150,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14996' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml old mode 100644 new mode 100755 index 7ecc2db5216..2c2e3ffebee --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:26:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:15:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:26:33Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:15:46 GMT + - Thu, 16 Mar 2023 02:26:33 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestxojnocf54-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestef3n5yt6r-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -75,8 +120,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -85,23 +130,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestxojnocf54-79a739\",\n \"fqdn\": \"cliakstest-clitestxojnocf54-79a739-da591ae7.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestxojnocf54-79a739-da591ae7.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestef3n5yt6r-79a739\",\n \"fqdn\": \"cliakstest-clitestef3n5yt6r-79a739-his7e83e.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestef3n5yt6r-79a739-his7e83e.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -125,15 +170,15 @@ interactions: {\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/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3630' + - '3626' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:51 GMT + - Thu, 16 Mar 2023 02:26:37 GMT expires: - '-1' pragma: @@ -145,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1195' status: code: 201 message: Created @@ -163,14 +208,302 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:08 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:38 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:28:08 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:28:38 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:29:08 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:29:39 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" headers: cache-control: - no-cache @@ -179,7 +512,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:21 GMT + - Thu, 16 Mar 2023 02:30:08 GMT expires: - '-1' pragma: @@ -211,14 +544,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" headers: cache-control: - no-cache @@ -227,7 +560,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:50 GMT + - Thu, 16 Mar 2023 02:30:39 GMT expires: - '-1' pragma: @@ -259,14 +592,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" headers: cache-control: - no-cache @@ -275,7 +608,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:20 GMT + - Thu, 16 Mar 2023 02:31:08 GMT expires: - '-1' pragma: @@ -307,14 +640,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" headers: cache-control: - no-cache @@ -323,7 +656,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:51 GMT + - Thu, 16 Mar 2023 02:31:38 GMT expires: - '-1' pragma: @@ -355,14 +688,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" headers: cache-control: - no-cache @@ -371,7 +704,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:18:21 GMT + - Thu, 16 Mar 2023 02:32:09 GMT expires: - '-1' pragma: @@ -403,14 +736,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" headers: cache-control: - no-cache @@ -419,7 +752,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:18:51 GMT + - Thu, 16 Mar 2023 02:32:39 GMT expires: - '-1' pragma: @@ -451,14 +784,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" headers: cache-control: - no-cache @@ -467,7 +800,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:21 GMT + - Thu, 16 Mar 2023 02:33:09 GMT expires: - '-1' pragma: @@ -499,14 +832,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\"\n }" headers: cache-control: - no-cache @@ -515,7 +848,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:51 GMT + - Thu, 16 Mar 2023 02:33:39 GMT expires: - '-1' pragma: @@ -547,15 +880,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/30bb145d-6c1e-442e-b890-ea8ef28cfa04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/335c6e0c-a7c3-4302-b669-704e1296bc2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5d14bb30-1e6c-2e44-b890-ea8ef28cfa04\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:15:51.1039487Z\",\n \"endTime\": - \"2022-11-24T10:20:03.7122249Z\"\n }" + string: "{\n \"name\": \"0c6e5c33-c3a7-0243-b669-704e1296bc2f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:26:38.4467791Z\",\n \"endTime\": + \"2023-03-16T02:34:09.8975308Z\"\n }" headers: cache-control: - no-cache @@ -564,7 +897,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:20:21 GMT + - Thu, 16 Mar 2023 02:34:09 GMT expires: - '-1' pragma: @@ -596,8 +929,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -606,23 +939,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestxojnocf54-79a739\",\n \"fqdn\": \"cliakstest-clitestxojnocf54-79a739-da591ae7.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestxojnocf54-79a739-da591ae7.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestef3n5yt6r-79a739\",\n \"fqdn\": \"cliakstest-clitestef3n5yt6r-79a739-his7e83e.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestef3n5yt6r-79a739-his7e83e.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -631,7 +964,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/21e809d1-b7ad-4d43-834d-5b37b42d6ce0\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ddfe5ff7-e92c-48b1-8328-02f95e212628\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -652,11 +985,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 10:20:22 GMT + - Thu, 16 Mar 2023 02:34:09 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml old mode 100644 new mode 100755 index 54fcdaa31a2..fd277267d13 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 01:54:14 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:20:22Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T01:54:14Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:20:22 GMT + - Thu, 16 Mar 2023 01:54:14 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest5zuexnavb-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestgood6vucp-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "true"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -77,8 +123,8 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5zuexnavb-79a739\",\n \"fqdn\": \"cliakstest-clitest5zuexnavb-79a739-6197f9f9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5zuexnavb-79a739-6197f9f9.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgood6vucp-79a739\",\n \"fqdn\": \"cliakstest-clitestgood6vucp-79a739-b7kos8x5.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgood6vucp-79a739-b7kos8x5.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -127,15 +173,15 @@ interactions: {\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/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3629' + - '3625' content-type: - application/json date: - - Thu, 24 Nov 2022 10:20:27 GMT + - Thu, 16 Mar 2023 01:54:17 GMT expires: - '-1' pragma: @@ -147,7 +193,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 201 message: Created @@ -166,14 +212,210 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:54:48 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: + - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:55:18 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: + - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:55:48 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: + - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 01:56:18 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: + - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -182,7 +424,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:20:57 GMT + - Thu, 16 Mar 2023 01:56:48 GMT expires: - '-1' pragma: @@ -215,14 +457,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -231,7 +473,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:27 GMT + - Thu, 16 Mar 2023 01:57:18 GMT expires: - '-1' pragma: @@ -264,14 +506,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -280,7 +522,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:57 GMT + - Thu, 16 Mar 2023 01:57:48 GMT expires: - '-1' pragma: @@ -313,14 +555,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -329,7 +571,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:27 GMT + - Thu, 16 Mar 2023 01:58:18 GMT expires: - '-1' pragma: @@ -362,14 +604,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -378,7 +620,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:57 GMT + - Thu, 16 Mar 2023 01:58:48 GMT expires: - '-1' pragma: @@ -411,14 +653,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -427,7 +669,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:27 GMT + - Thu, 16 Mar 2023 01:59:19 GMT expires: - '-1' pragma: @@ -460,14 +702,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -476,7 +718,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:57 GMT + - Thu, 16 Mar 2023 01:59:51 GMT expires: - '-1' pragma: @@ -509,14 +751,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -525,7 +767,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:27 GMT + - Thu, 16 Mar 2023 02:00:22 GMT expires: - '-1' pragma: @@ -558,14 +800,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -574,7 +816,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:58 GMT + - Thu, 16 Mar 2023 02:00:51 GMT expires: - '-1' pragma: @@ -607,14 +849,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\"\n }" headers: cache-control: - no-cache @@ -623,7 +865,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:27 GMT + - Thu, 16 Mar 2023 02:01:21 GMT expires: - '-1' pragma: @@ -656,15 +898,15 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/589074b2-9d4f-4b95-b1c5-17450e2870bd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/47e1a8f3-6a86-4104-b6a8-e8d0b42ad51d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2749058-4f9d-954b-b1c5-17450e2870bd\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:20:27.5125565Z\",\n \"endTime\": - \"2022-11-24T10:25:31.2505434Z\"\n }" + string: "{\n \"name\": \"f3a8e147-866a-0441-b6a8-e8d0b42ad51d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T01:54:18.4078028Z\",\n \"endTime\": + \"2023-03-16T02:01:26.8064829Z\"\n }" headers: cache-control: - no-cache @@ -673,7 +915,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:57 GMT + - Thu, 16 Mar 2023 02:01:52 GMT expires: - '-1' pragma: @@ -706,8 +948,8 @@ interactions: - --resource-group --name --enable-managed-identity -a --enable-sgxquotehelper --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -716,23 +958,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5zuexnavb-79a739\",\n \"fqdn\": \"cliakstest-clitest5zuexnavb-79a739-6197f9f9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5zuexnavb-79a739-6197f9f9.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgood6vucp-79a739\",\n \"fqdn\": \"cliakstest-clitestgood6vucp-79a739-b7kos8x5.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgood6vucp-79a739-b7kos8x5.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -741,7 +983,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/75a6f594-2bbe-4db6-a2eb-fb50b78f5d7f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ac17ea3e-be06-4a42-a626-e3a459103532\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -762,11 +1004,11 @@ interactions: cache-control: - no-cache content-length: - - '4282' + - '4278' content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:58 GMT + - Thu, 16 Mar 2023 02:01:52 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_crg_id.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_crg_id.yaml index 3cc85d6cbb1..d88ebc5380e 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_crg_id.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_crg_id.yaml @@ -1,4 +1,50 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --node-vm-size --nodepool-name -c --enable-managed-identity + --assign-identity --crg-id --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:12:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/staging-crg-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/crg-rg-id": diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_csi_driver_v2.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_csi_driver_v2.yaml old mode 100644 new mode 100755 index 4e323aba344..44e47c80b87 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_csi_driver_v2.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_csi_driver_v2.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 04:59:06 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver + --disable-snapshot-controller + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T15:03:58Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{"product":"azurecli","cause":"automation","date":"2023-03-20T04:59:04Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 15:04:00 GMT + - Mon, 20 Mar 2023 04:59:05 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest6p66ctsr3-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestlzhxwv3gu-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -77,8 +123,8 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest6p66ctsr3-8ecadf\",\n \"fqdn\": \"cliakstest-clitest6p66ctsr3-8ecadf-38e7cc12.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest6p66ctsr3-8ecadf-38e7cc12.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestlzhxwv3gu-8ecadf\",\n \"fqdn\": \"cliakstest-clitestlzhxwv3gu-8ecadf-b58mv8gk.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlzhxwv3gu-8ecadf-b58mv8gk.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n @@ -125,15 +171,15 @@ interactions: {\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/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e61acb36-adf2-4fea-a64d-c23be6e2a0f5?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3506' + - '3503' content-type: - application/json date: - - Thu, 24 Nov 2022 15:04:05 GMT + - Mon, 20 Mar 2023 04:59:13 GMT expires: - '-1' pragma: @@ -164,112 +210,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"2f578859-b389-6e42-b9ec-ef5f015193d7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:06.1371511Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:04:36 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: - - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver - --disable-snapshot-controller - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"2f578859-b389-6e42-b9ec-ef5f015193d7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:06.1371511Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:05:06 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: - - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver - --disable-snapshot-controller - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e61acb36-adf2-4fea-a64d-c23be6e2a0f5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2f578859-b389-6e42-b9ec-ef5f015193d7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:06.1371511Z\"\n }" + string: "{\n \"name\": \"36cb1ae6-f2ad-ea4f-a64d-c23be6e2a0f5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.0958884Z\"\n }" headers: cache-control: - no-cache @@ -278,7 +226,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:36 GMT + - Mon, 20 Mar 2023 04:59:43 GMT expires: - '-1' pragma: @@ -311,14 +259,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e61acb36-adf2-4fea-a64d-c23be6e2a0f5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2f578859-b389-6e42-b9ec-ef5f015193d7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:06.1371511Z\"\n }" + string: "{\n \"name\": \"36cb1ae6-f2ad-ea4f-a64d-c23be6e2a0f5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.0958884Z\"\n }" headers: cache-control: - no-cache @@ -327,7 +275,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:06 GMT + - Mon, 20 Mar 2023 05:00:14 GMT expires: - '-1' pragma: @@ -360,14 +308,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e61acb36-adf2-4fea-a64d-c23be6e2a0f5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2f578859-b389-6e42-b9ec-ef5f015193d7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:06.1371511Z\"\n }" + string: "{\n \"name\": \"36cb1ae6-f2ad-ea4f-a64d-c23be6e2a0f5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.0958884Z\"\n }" headers: cache-control: - no-cache @@ -376,7 +324,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:36 GMT + - Mon, 20 Mar 2023 05:00:44 GMT expires: - '-1' pragma: @@ -409,14 +357,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e61acb36-adf2-4fea-a64d-c23be6e2a0f5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2f578859-b389-6e42-b9ec-ef5f015193d7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:06.1371511Z\"\n }" + string: "{\n \"name\": \"36cb1ae6-f2ad-ea4f-a64d-c23be6e2a0f5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.0958884Z\"\n }" headers: cache-control: - no-cache @@ -425,7 +373,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:07 GMT + - Mon, 20 Mar 2023 05:01:13 GMT expires: - '-1' pragma: @@ -458,14 +406,14 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e61acb36-adf2-4fea-a64d-c23be6e2a0f5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2f578859-b389-6e42-b9ec-ef5f015193d7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:06.1371511Z\"\n }" + string: "{\n \"name\": \"36cb1ae6-f2ad-ea4f-a64d-c23be6e2a0f5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:13.0958884Z\"\n }" headers: cache-control: - no-cache @@ -474,7 +422,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:36 GMT + - Mon, 20 Mar 2023 05:01:43 GMT expires: - '-1' pragma: @@ -507,15 +455,15 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/5988572f-89b3-426e-b9ec-ef5f015193d7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e61acb36-adf2-4fea-a64d-c23be6e2a0f5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2f578859-b389-6e42-b9ec-ef5f015193d7\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:04:06.1371511Z\",\n \"endTime\": - \"2022-11-24T15:07:44.8968476Z\"\n }" + string: "{\n \"name\": \"36cb1ae6-f2ad-ea4f-a64d-c23be6e2a0f5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T04:59:13.0958884Z\",\n \"endTime\": + \"2023-03-20T05:02:14.7102105Z\"\n }" headers: cache-control: - no-cache @@ -524,7 +472,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:07 GMT + - Mon, 20 Mar 2023 05:02:14 GMT expires: - '-1' pragma: @@ -557,8 +505,8 @@ interactions: - --resource-group --name --ssh-key-value -o --disk-driver-version --disable-file-driver --disable-snapshot-controller User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -567,30 +515,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest6p66ctsr3-8ecadf\",\n \"fqdn\": \"cliakstest-clitest6p66ctsr3-8ecadf-38e7cc12.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest6p66ctsr3-8ecadf-38e7cc12.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestlzhxwv3gu-8ecadf\",\n \"fqdn\": \"cliakstest-clitestlzhxwv3gu-8ecadf-b58mv8gk.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlzhxwv3gu-8ecadf-b58mv8gk.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/87623ad3-a2f2-4b7b-8f95-44d8ca10ff21\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/030cede8-4d85-48d2-9863-4a6d1ee3c66f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -611,11 +559,11 @@ interactions: cache-control: - no-cache content-length: - - '4171' + - '4168' content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:07 GMT + - Mon, 20 Mar 2023 05:02:14 GMT expires: - '-1' pragma: @@ -649,8 +597,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -658,17 +606,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e8dcfbb2-05aa-4cab-a7d1-f9656e9e6f5d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/becd6ffd-7534-41e9-a8d9-f989d2c68dd5?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 15:08:09 GMT + - Mon, 20 Mar 2023 05:02:15 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/e8dcfbb2-05aa-4cab-a7d1-f9656e9e6f5d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/becd6ffd-7534-41e9-a8d9-f989d2c68dd5?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_default_network.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_default_network.yaml old mode 100644 new mode 100755 index 8bd6aff541f..77803c02273 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_default_network.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_default_network.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:12:56 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestlbg7lngen-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesthdxkotata-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "172.126.0.0/16", "serviceCidr": "172.56.0.0/16", "dnsServiceIP": @@ -33,8 +79,8 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -43,23 +89,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlbg7lngen-79a739\",\n \"fqdn\": \"cliakstest-clitestlbg7lngen-79a739-93d78168.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlbg7lngen-79a739-93d78168.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthdxkotata-79a739\",\n \"fqdn\": \"cliakstest-clitesthdxkotata-79a739-enwf0kr6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthdxkotata-79a739-enwf0kr6.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -81,15 +127,15 @@ interactions: {\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/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3488' + - '3484' content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:20 GMT + - Thu, 16 Mar 2023 02:13:00 GMT expires: - '-1' pragma: @@ -101,7 +147,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1196' status: code: 201 message: Created @@ -120,14 +166,259 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:13:29 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:14: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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:14:29 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:15: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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:15:30 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: + - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip + --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -136,7 +427,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:50:50 GMT + - Thu, 16 Mar 2023 02:16:00 GMT expires: - '-1' pragma: @@ -169,14 +460,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -185,7 +476,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:20 GMT + - Thu, 16 Mar 2023 02:16:30 GMT expires: - '-1' pragma: @@ -218,14 +509,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -234,7 +525,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:51:50 GMT + - Thu, 16 Mar 2023 02:17:00 GMT expires: - '-1' pragma: @@ -267,14 +558,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -283,7 +574,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:20 GMT + - Thu, 16 Mar 2023 02:17:31 GMT expires: - '-1' pragma: @@ -316,14 +607,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -332,7 +623,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:52:50 GMT + - Thu, 16 Mar 2023 02:18:00 GMT expires: - '-1' pragma: @@ -365,14 +656,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -381,7 +672,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:21 GMT + - Thu, 16 Mar 2023 02:18:31 GMT expires: - '-1' pragma: @@ -414,14 +705,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -430,7 +721,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:53:51 GMT + - Thu, 16 Mar 2023 02:19:00 GMT expires: - '-1' pragma: @@ -463,14 +754,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -479,7 +770,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:21 GMT + - Thu, 16 Mar 2023 02:19:31 GMT expires: - '-1' pragma: @@ -512,14 +803,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -528,7 +819,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:54:51 GMT + - Thu, 16 Mar 2023 02:20:01 GMT expires: - '-1' pragma: @@ -561,14 +852,14 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\"\n }" headers: cache-control: - no-cache @@ -577,7 +868,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:20 GMT + - Thu, 16 Mar 2023 02:20:31 GMT expires: - '-1' pragma: @@ -610,15 +901,15 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258e6a80-3aaa-4210-b077-0d816f9b786e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7c6b7a1-1f83-4f94-954b-750766ca28ea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"806a8e25-aa3a-1042-b077-0d816f9b786e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:50:20.3645792Z\",\n \"endTime\": - \"2022-11-24T09:55:38.1190904Z\"\n }" + string: "{\n \"name\": \"a1b7c6f7-831f-944f-954b-750766ca28ea\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:13:00.4902647Z\",\n \"endTime\": + \"2023-03-16T02:20:41.9801132Z\"\n }" headers: cache-control: - no-cache @@ -627,7 +918,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:50 GMT + - Thu, 16 Mar 2023 02:21:01 GMT expires: - '-1' pragma: @@ -660,8 +951,8 @@ interactions: - --resource-group --name --location --pod-cidr --service-cidr --dns-service-ip --pod-cidrs --service-cidrs --ip-families --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -670,30 +961,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlbg7lngen-79a739\",\n \"fqdn\": \"cliakstest-clitestlbg7lngen-79a739-93d78168.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlbg7lngen-79a739-93d78168.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthdxkotata-79a739\",\n \"fqdn\": \"cliakstest-clitesthdxkotata-79a739-enwf0kr6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthdxkotata-79a739-enwf0kr6.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/38f56d7c-7677-4dec-9d40-be3e0b3a0e63\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9dee5a95-b055-4034-b167-8958cf585a47\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"podCidr\": \"172.126.0.0/16\",\n \"serviceCidr\": \"172.56.0.0/16\",\n \ \"dnsServiceIP\": \"172.56.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n @@ -714,11 +1005,11 @@ interactions: cache-control: - no-cache content-length: - - '4141' + - '4137' content-type: - application/json date: - - Thu, 24 Nov 2022 09:55:51 GMT + - Thu, 16 Mar 2023 02:21:01 GMT expires: - '-1' pragma: @@ -752,8 +1043,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -761,17 +1052,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eacce5a3-8ded-429a-8bb8-d8ecb7fc4f46?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe5f9dcb-732f-4e03-a5f9-660336a85615?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 09:55:52 GMT + - Thu, 16 Mar 2023 02:21:03 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/eacce5a3-8ded-429a-8bb8-d8ecb7fc4f46?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/fe5f9dcb-732f-4e03-a5f9-660336a85615?api-version=2016-03-30 pragma: - no-cache server: @@ -781,7 +1072,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14995' + - '14988' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_cilium_dataplane.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_cilium_dataplane.yaml old mode 100644 new mode 100755 index 605651ba84b..f27e7fe3b82 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_cilium_dataplane.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_enable_cilium_dataplane.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --network-plugin --network-plugin-mode + --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:21:04 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestcifcb2juw-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestoaqzvjpnq-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "azure", "networkPluginMode": "overlay", "ebpfDataplane": "cilium", "podCidr": "10.244.0.0/16", @@ -17,7 +63,7 @@ interactions: false, "storageProfile": {}}}' headers: AKSHTTPCustomFeatures: - - Microsoft.ContainerService/CiliumDataplanePreview + - Microsoft.ContainerService/CiliumDataplanePreview,Microsoft.ContainerService/AzureOverlayPreview Accept: - application/json Accept-Encoding: @@ -34,8 +80,8 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -44,36 +90,37 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestcifcb2juw-8ecadf\",\n \"fqdn\": \"cliakstest-clitestcifcb2juw-8ecadf-7c8fcade.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcifcb2juw-8ecadf-7c8fcade.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestoaqzvjpnq-79a739\",\n \"fqdn\": \"cliakstest-clitestoaqzvjpnq-79a739-48lgt332.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestoaqzvjpnq-79a739-48lgt332.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_centraluseuap\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": \"overlay\",\n - \ \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": - {\n \"count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n - \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ],\n \"ebpfDataplane\": \"cilium\"\n },\n \"maxAgentPools\": + \ \"networkPolicy\": \"cilium\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": + [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ],\n + \ \"kubeProxyConfig\": {},\n \"ebpfDataplane\": \"cilium\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": @@ -84,15 +131,15 @@ interactions: {\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/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3659' + - '3714' content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:17 GMT + - Thu, 16 Mar 2023 02:21:09 GMT expires: - '-1' pragma: @@ -104,7 +151,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -123,14 +170,308 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:21:39 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: + - --resource-group --name --location --network-plugin --network-plugin-mode + --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:22:09 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: + - --resource-group --name --location --network-plugin --network-plugin-mode + --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:22:39 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: + - --resource-group --name --location --network-plugin --network-plugin-mode + --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:23:10 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: + - --resource-group --name --location --network-plugin --network-plugin-mode + --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:23:39 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: + - --resource-group --name --location --network-plugin --network-plugin-mode + --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:24:10 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: + - --resource-group --name --location --network-plugin --network-plugin-mode + --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" headers: cache-control: - no-cache @@ -139,7 +480,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:47 GMT + - Thu, 16 Mar 2023 02:24:40 GMT expires: - '-1' pragma: @@ -172,14 +513,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" headers: cache-control: - no-cache @@ -188,7 +529,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:17 GMT + - Thu, 16 Mar 2023 02:25:10 GMT expires: - '-1' pragma: @@ -221,14 +562,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +578,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:47 GMT + - Thu, 16 Mar 2023 02:25:40 GMT expires: - '-1' pragma: @@ -270,14 +611,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" headers: cache-control: - no-cache @@ -286,7 +627,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:17 GMT + - Thu, 16 Mar 2023 02:26:11 GMT expires: - '-1' pragma: @@ -319,14 +660,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" headers: cache-control: - no-cache @@ -335,7 +676,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:47 GMT + - Thu, 16 Mar 2023 02:26:41 GMT expires: - '-1' pragma: @@ -368,14 +709,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" headers: cache-control: - no-cache @@ -384,7 +725,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:18 GMT + - Thu, 16 Mar 2023 02:27:11 GMT expires: - '-1' pragma: @@ -417,14 +758,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" headers: cache-control: - no-cache @@ -433,7 +774,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:48 GMT + - Thu, 16 Mar 2023 02:27:40 GMT expires: - '-1' pragma: @@ -466,14 +807,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\"\n }" headers: cache-control: - no-cache @@ -482,7 +823,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:18 GMT + - Thu, 16 Mar 2023 02:28:10 GMT expires: - '-1' pragma: @@ -515,15 +856,15 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/c39b3dfb-1e2c-4091-a313-50becefedb41?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/fb853654-9eac-43f7-8365-7c660c5b7a56?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb3d9bc3-2c1e-9140-a313-50becefedb41\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:08:17.1872682Z\",\n \"endTime\": - \"2022-11-24T15:12:44.8539067Z\"\n }" + string: "{\n \"name\": \"543685fb-ac9e-f743-8365-7c660c5b7a56\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:21:09.5702221Z\",\n \"endTime\": + \"2023-03-16T02:28:14.6676712Z\"\n }" headers: cache-control: - no-cache @@ -532,7 +873,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:48 GMT + - Thu, 16 Mar 2023 02:28:41 GMT expires: - '-1' pragma: @@ -565,8 +906,8 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --enable-cilium-dataplane --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -575,40 +916,40 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestcifcb2juw-8ecadf\",\n \"fqdn\": \"cliakstest-clitestcifcb2juw-8ecadf-7c8fcade.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcifcb2juw-8ecadf-7c8fcade.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestoaqzvjpnq-79a739\",\n \"fqdn\": \"cliakstest-clitestoaqzvjpnq-79a739-48lgt332.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestoaqzvjpnq-79a739-48lgt332.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_centraluseuap\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": \"overlay\",\n - \ \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": - {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_centraluseuap/providers/Microsoft.Network/publicIPAddresses/dbb9bdbb-0db2-4197-b1ba-bdcc6fce8591\"\n + \ \"networkPolicy\": \"cilium\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_centraluseuap/providers/Microsoft.Network/publicIPAddresses/d80fcf63-425f-4b69-86e2-fcb493a65525\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ],\n \"ebpfDataplane\": \"cilium\"\n },\n \"maxAgentPools\": - 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + [\n \"IPv4\"\n ],\n \"kubeProxyConfig\": {},\n \"ebpfDataplane\": + \"cilium\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n + \ \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": @@ -622,11 +963,11 @@ interactions: cache-control: - no-cache content-length: - - '4324' + - '4379' content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:48 GMT + - Thu, 16 Mar 2023 02:28:42 GMT expires: - '-1' pragma: @@ -660,8 +1001,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -669,17 +1010,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/b0c89e4f-5e8f-42bf-9bd0-5ba1b56657af?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/646c6fa4-7c36-4e02-bbb6-2a63f64a219d?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 15:12:49 GMT + - Thu, 16 Mar 2023 02:28:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/b0c89e4f-5e8f-42bf-9bd0-5ba1b56657af?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/646c6fa4-7c36-4e02-bbb6-2a63f64a219d?api-version=2016-03-30 pragma: - no-cache server: @@ -689,7 +1030,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14993' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml old mode 100644 new mode 100755 index a3fdc25d2e5..f586608d8c5 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:28:44 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T09:59:24Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:28:44Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 09:59:24 GMT + - Thu, 16 Mar 2023 02:28:44 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestk2vmw5tc5-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestqsfzkvqrs-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 60, "osDiskType": "Ephemeral", "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": @@ -53,7 +99,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -76,8 +122,8 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -86,23 +132,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestk2vmw5tc5-79a739\",\n \"fqdn\": \"cliakstest-clitestk2vmw5tc5-79a739-3fd2e9c5.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestk2vmw5tc5-79a739-3fd2e9c5.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqsfzkvqrs-79a739\",\n \"fqdn\": \"cliakstest-clitestqsfzkvqrs-79a739-trcbhkah.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqsfzkvqrs-79a739-trcbhkah.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 60,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -124,15 +170,15 @@ interactions: {\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/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3481' + - '3477' content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:28 GMT + - Thu, 16 Mar 2023 02:28:47 GMT expires: - '-1' pragma: @@ -144,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1193' status: code: 201 message: Created @@ -163,14 +209,308 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:29:18 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: + - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:29:48 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: + - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:30:18 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: + - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:30:47 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: + - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:31:18 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: + - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:31:48 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: + - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -179,7 +519,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 09:59:59 GMT + - Thu, 16 Mar 2023 02:32:18 GMT expires: - '-1' pragma: @@ -212,14 +552,14 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -228,7 +568,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:28 GMT + - Thu, 16 Mar 2023 02:32:48 GMT expires: - '-1' pragma: @@ -261,14 +601,14 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -277,7 +617,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:00:58 GMT + - Thu, 16 Mar 2023 02:33:18 GMT expires: - '-1' pragma: @@ -310,14 +650,14 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -326,7 +666,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:28 GMT + - Thu, 16 Mar 2023 02:33:49 GMT expires: - '-1' pragma: @@ -359,14 +699,14 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -375,7 +715,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:01:59 GMT + - Thu, 16 Mar 2023 02:34:19 GMT expires: - '-1' pragma: @@ -408,14 +748,14 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -424,7 +764,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:29 GMT + - Thu, 16 Mar 2023 02:34:49 GMT expires: - '-1' pragma: @@ -457,14 +797,14 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -473,7 +813,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:59 GMT + - Thu, 16 Mar 2023 02:35:19 GMT expires: - '-1' pragma: @@ -506,14 +846,14 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -522,7 +862,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:29 GMT + - Thu, 16 Mar 2023 02:35:49 GMT expires: - '-1' pragma: @@ -555,14 +895,14 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\"\n }" headers: cache-control: - no-cache @@ -571,7 +911,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:58 GMT + - Thu, 16 Mar 2023 02:36:20 GMT expires: - '-1' pragma: @@ -604,15 +944,15 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8bafe8a3-2644-4954-8a73-762d76538bef?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc543ac7-0dd0-42aa-a91c-67ee1da6d3ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a3e8af8b-4426-5449-8a73-762d76538bef\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T09:59:29.0720318Z\",\n \"endTime\": - \"2022-11-24T10:04:19.1441187Z\"\n }" + string: "{\n \"name\": \"c73a54dc-d00d-aa42-a91c-67ee1da6d3ff\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:28:48.2753273Z\",\n \"endTime\": + \"2023-03-16T02:36:20.7598533Z\"\n }" headers: cache-control: - no-cache @@ -621,7 +961,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:29 GMT + - Thu, 16 Mar 2023 02:36:49 GMT expires: - '-1' pragma: @@ -654,8 +994,8 @@ interactions: - --resource-group --name --vm-set-type -c --node-osdisk-type --node-osdisk-size --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -664,30 +1004,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestk2vmw5tc5-79a739\",\n \"fqdn\": \"cliakstest-clitestk2vmw5tc5-79a739-3fd2e9c5.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestk2vmw5tc5-79a739-3fd2e9c5.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestqsfzkvqrs-79a739\",\n \"fqdn\": \"cliakstest-clitestqsfzkvqrs-79a739-trcbhkah.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestqsfzkvqrs-79a739-trcbhkah.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 60,\n \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fc031269-ea7c-4063-af1f-c3ac55b8166c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/757ce1ab-0c98-4a34-aefd-5d9978ca9f95\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -708,11 +1048,11 @@ interactions: cache-control: - no-cache content-length: - - '4134' + - '4130' content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:30 GMT + - Thu, 16 Mar 2023 02:36:50 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_fips.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_fips.yaml old mode 100644 new mode 100755 index e45abae5633..61695ed3b10 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_fips.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_fips.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:02:01 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-fips-image --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:04:30Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:02:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:04:30 GMT + - Thu, 16 Mar 2023 02:02:01 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestcqlb47eke-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestvnu6f24eq-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": true, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestcqlb47eke-79a739\",\n \"fqdn\": \"cliakstest-clitestcqlb47eke-79a739-9aed1740.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcqlb47eke-79a739-9aed1740.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvnu6f24eq-79a739\",\n \"fqdn\": \"cliakstest-clitestvnu6f24eq-79a739-kogwmdgm.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvnu6f24eq-79a739-kogwmdgm.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2fipscontainerd-2022.10.24\",\n \"upgradeSettings\": + \"AKSUbuntu-1804gen2fipscontainerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": true,\n \"networkProfile\": {}\n }\n ],\n \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": - {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3483' + - '3479' content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:34 GMT + - Thu, 16 Mar 2023 02:02:04 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -159,14 +204,206 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:02:35 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: + - --resource-group --name --enable-fips-image --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:03:05 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: + - --resource-group --name --enable-fips-image --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:03:35 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: + - --resource-group --name --enable-fips-image --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:04:05 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: + - --resource-group --name --enable-fips-image --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:05 GMT + - Thu, 16 Mar 2023 02:04:35 GMT expires: - '-1' pragma: @@ -207,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:35 GMT + - Thu, 16 Mar 2023 02:05:05 GMT expires: - '-1' pragma: @@ -255,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:04 GMT + - Thu, 16 Mar 2023 02:05:35 GMT expires: - '-1' pragma: @@ -303,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:35 GMT + - Thu, 16 Mar 2023 02:06:05 GMT expires: - '-1' pragma: @@ -351,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:05 GMT + - Thu, 16 Mar 2023 02:06:34 GMT expires: - '-1' pragma: @@ -399,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:35 GMT + - Thu, 16 Mar 2023 02:07:05 GMT expires: - '-1' pragma: @@ -447,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:05 GMT + - Thu, 16 Mar 2023 02:07:35 GMT expires: - '-1' pragma: @@ -495,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:35 GMT + - Thu, 16 Mar 2023 02:08:05 GMT expires: - '-1' pragma: @@ -543,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:05 GMT + - Thu, 16 Mar 2023 02:08:35 GMT expires: - '-1' pragma: @@ -591,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:35 GMT + - Thu, 16 Mar 2023 02:09:05 GMT expires: - '-1' pragma: @@ -639,15 +876,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbb5d511-ccc7-4803-b795-bbe8eb09b80d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff779e2f-4c63-41ec-beca-5cd36cfabe0a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"11d5b5db-c7cc-0348-b795-bbe8eb09b80d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:04:35.0291816Z\",\n \"endTime\": - \"2022-11-24T10:09:57.3169058Z\"\n }" + string: "{\n \"name\": \"2f9e77ff-634c-ec41-beca-5cd36cfabe0a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:02:05.0502574Z\",\n \"endTime\": + \"2023-03-16T02:09:20.3174783Z\"\n }" headers: cache-control: - no-cache @@ -656,7 +893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:05 GMT + - Thu, 16 Mar 2023 02:09:35 GMT expires: - '-1' pragma: @@ -688,8 +925,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -698,30 +935,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestcqlb47eke-79a739\",\n \"fqdn\": \"cliakstest-clitestcqlb47eke-79a739-9aed1740.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcqlb47eke-79a739-9aed1740.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvnu6f24eq-79a739\",\n \"fqdn\": \"cliakstest-clitestvnu6f24eq-79a739-kogwmdgm.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvnu6f24eq-79a739-kogwmdgm.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2fipscontainerd-2022.10.24\",\n \"upgradeSettings\": + \"AKSUbuntu-1804gen2fipscontainerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": true,\n \"networkProfile\": {}\n }\n ],\n \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": - {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/f348d639-2932-49ad-9fd5-938759d0c807\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/43282bb5-6396-4d56-8e35-1c89beae1830\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -742,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4136' + - '4132' content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:05 GMT + - Thu, 16 Mar 2023 02:09:36 GMT expires: - '-1' pragma: @@ -778,8 +1015,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -791,22 +1028,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": true,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1143' + - '1141' content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:06 GMT + - Thu, 16 Mar 2023 02:09:37 GMT expires: - '-1' pragma: @@ -848,8 +1085,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2?api-version=2023-01-02-preview response: @@ -862,23 +1099,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": true,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1069' + - '1067' content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:10 GMT + - Thu, 16 Mar 2023 02:09:57 GMT expires: - '-1' pragma: @@ -908,14 +1145,1838 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:27 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:10:57 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:11:28 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:11:57 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:12:27 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:12:57 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:13:28 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:13:58 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:14:27 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:14:58 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:15:28 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:15:58 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:16:28 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:16:58 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:17:29 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:17:58 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:18:28 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:18:59 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:19:29 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:19:58 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:20:29 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:20:59 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:21:29 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:21:59 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:22:29 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:22:59 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:23:29 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:24: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:24:29 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:24:59 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:25:30 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:26: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:26:29 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:30 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:59 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:28:30 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:29: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --enable-fips-image + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -924,7 +2985,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:41 GMT + - Thu, 16 Mar 2023 02:29:30 GMT expires: - '-1' pragma: @@ -956,14 +3017,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -972,7 +3033,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:11 GMT + - Thu, 16 Mar 2023 02:30:00 GMT expires: - '-1' pragma: @@ -1004,14 +3065,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -1020,7 +3081,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:41 GMT + - Thu, 16 Mar 2023 02:30:30 GMT expires: - '-1' pragma: @@ -1052,14 +3113,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -1068,7 +3129,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:11 GMT + - Thu, 16 Mar 2023 02:31:01 GMT expires: - '-1' pragma: @@ -1100,14 +3161,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -1116,7 +3177,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:41 GMT + - Thu, 16 Mar 2023 02:31:30 GMT expires: - '-1' pragma: @@ -1148,14 +3209,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -1164,7 +3225,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:12 GMT + - Thu, 16 Mar 2023 02:32:01 GMT expires: - '-1' pragma: @@ -1196,14 +3257,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -1212,7 +3273,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:42 GMT + - Thu, 16 Mar 2023 02:32:31 GMT expires: - '-1' pragma: @@ -1244,14 +3305,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -1260,7 +3321,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:12 GMT + - Thu, 16 Mar 2023 02:33:00 GMT expires: - '-1' pragma: @@ -1292,14 +3353,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\"\n }" headers: cache-control: - no-cache @@ -1308,7 +3369,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:42 GMT + - Thu, 16 Mar 2023 02:33:30 GMT expires: - '-1' pragma: @@ -1340,15 +3401,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a575b19-8c37-4f49-bcf9-d25d0fc401b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/452b3799-95cd-48f5-8a5d-c3ca274dfc0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"195b576a-378c-494f-bcf9-d25d0fc401b5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:10:11.4883316Z\",\n \"endTime\": - \"2022-11-24T10:14:52.5869894Z\"\n }" + string: "{\n \"name\": \"99372b45-cd95-f548-8a5d-c3ca274dfc0c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:09:57.8177646Z\",\n \"endTime\": + \"2023-03-16T02:33:55.9180155Z\"\n }" headers: cache-control: - no-cache @@ -1357,7 +3418,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:12 GMT + - Thu, 16 Mar 2023 02:34:01 GMT expires: - '-1' pragma: @@ -1389,8 +3450,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2?api-version=2023-01-02-preview response: @@ -1403,21 +3464,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": true,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1070' + - '1068' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:12 GMT + - Thu, 16 Mar 2023 02:34:01 GMT expires: - '-1' pragma: @@ -1451,8 +3512,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1460,17 +3521,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/363ba5ca-ef75-4b03-a814-e16aa9659c38?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/075fade9-59f8-401a-8c5b-61fed3f1502d?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:15:13 GMT + - Thu, 16 Mar 2023 02:34:02 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/363ba5ca-ef75-4b03-a814-e16aa9659c38?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/075fade9-59f8-401a-8c5b-61fed3f1502d?api-version=2016-03-30 pragma: - no-cache server: @@ -1480,7 +3541,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14991' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml old mode 100644 new mode 100755 index 8ca4f0daaa5..cf7ab9ee66b --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_default_interval_hours.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:34:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestgnwclahfh-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestzaw33m7tu-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_D4s_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -35,8 +81,8 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -45,23 +91,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestgnwclahfh-79a739\",\n \"fqdn\": \"cliakstest-clitestgnwclahfh-79a739-e39dc35f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestgnwclahfh-79a739-e39dc35f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzaw33m7tu-79a739\",\n \"fqdn\": \"cliakstest-clitestzaw33m7tu-79a739-wpqk8zog.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzaw33m7tu-79a739-wpqk8zog.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -84,15 +130,15 @@ interactions: {\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/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3560' + - '3556' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:28 GMT + - Thu, 16 Mar 2023 02:34:06 GMT expires: - '-1' pragma: @@ -104,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1193' status: code: 201 message: Created @@ -123,14 +169,112 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:34:37 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:35:07 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" headers: cache-control: - no-cache @@ -139,7 +283,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:58 GMT + - Thu, 16 Mar 2023 02:35:36 GMT expires: - '-1' pragma: @@ -172,14 +316,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" headers: cache-control: - no-cache @@ -188,7 +332,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:29 GMT + - Thu, 16 Mar 2023 02:36:07 GMT expires: - '-1' pragma: @@ -221,14 +365,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +381,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:58 GMT + - Thu, 16 Mar 2023 02:36:37 GMT expires: - '-1' pragma: @@ -270,14 +414,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" headers: cache-control: - no-cache @@ -286,7 +430,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:28 GMT + - Thu, 16 Mar 2023 02:37:07 GMT expires: - '-1' pragma: @@ -319,14 +463,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" headers: cache-control: - no-cache @@ -335,7 +479,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:17:58 GMT + - Thu, 16 Mar 2023 02:37:37 GMT expires: - '-1' pragma: @@ -368,14 +512,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" headers: cache-control: - no-cache @@ -384,7 +528,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:18:29 GMT + - Thu, 16 Mar 2023 02:38:07 GMT expires: - '-1' pragma: @@ -417,14 +561,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" headers: cache-control: - no-cache @@ -433,7 +577,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:18:59 GMT + - Thu, 16 Mar 2023 02:38:37 GMT expires: - '-1' pragma: @@ -466,14 +610,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\"\n }" headers: cache-control: - no-cache @@ -482,7 +626,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:29 GMT + - Thu, 16 Mar 2023 02:39:07 GMT expires: - '-1' pragma: @@ -515,15 +659,15 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1bcfc2a7-53b1-415b-9580-08eaca507723?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ada2804-7235-4c11-a153-7a48b5649cf0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a7c2cf1b-b153-5b41-9580-08eaca507723\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:15:29.0088434Z\",\n \"endTime\": - \"2022-11-24T10:19:56.2268549Z\"\n }" + string: "{\n \"name\": \"0428da7a-3572-114c-a153-7a48b5649cf0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:34:07.2608871Z\",\n \"endTime\": + \"2023-03-16T02:39:13.8112125Z\"\n }" headers: cache-control: - no-cache @@ -532,7 +676,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:59 GMT + - Thu, 16 Mar 2023 02:39:37 GMT expires: - '-1' pragma: @@ -565,8 +709,8 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -575,30 +719,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestgnwclahfh-79a739\",\n \"fqdn\": \"cliakstest-clitestgnwclahfh-79a739-e39dc35f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestgnwclahfh-79a739-e39dc35f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestzaw33m7tu-79a739\",\n \"fqdn\": \"cliakstest-clitestzaw33m7tu-79a739-wpqk8zog.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzaw33m7tu-79a739-wpqk8zog.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/d722fddd-3548-4ad0-8108-089e5d7a97e5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/b443691e-8f18-416b-b0a9-2d49cc540b2b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -620,11 +764,11 @@ interactions: cache-control: - no-cache content-length: - - '4213' + - '4209' content-type: - application/json date: - - Thu, 24 Nov 2022 10:19:59 GMT + - Thu, 16 Mar 2023 02:39:38 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml old mode 100644 new mode 100755 index 6464a254d24..35859e1bbd5 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_image_cleaner_enabled_with_interval_hours.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:39:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest43qyh2wdl-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3ulm67ftf-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_D4s_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -35,8 +81,8 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -45,23 +91,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest43qyh2wdl-79a739\",\n \"fqdn\": \"cliakstest-clitest43qyh2wdl-79a739-4df64853.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest43qyh2wdl-79a739-4df64853.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3ulm67ftf-79a739\",\n \"fqdn\": \"cliakstest-clitest3ulm67ftf-79a739-i9xgfzvc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3ulm67ftf-79a739-i9xgfzvc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -84,15 +130,15 @@ interactions: {\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/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3559' + - '3555' content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:31 GMT + - Thu, 16 Mar 2023 02:39:42 GMT expires: - '-1' pragma: @@ -104,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1192' status: code: 201 message: Created @@ -123,14 +169,259 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:40:12 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:40:42 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:41:12 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:41:42 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:42:13 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" headers: cache-control: - no-cache @@ -139,7 +430,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:01 GMT + - Thu, 16 Mar 2023 02:42:43 GMT expires: - '-1' pragma: @@ -172,14 +463,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" headers: cache-control: - no-cache @@ -188,7 +479,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:31 GMT + - Thu, 16 Mar 2023 02:43:12 GMT expires: - '-1' pragma: @@ -221,14 +512,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +528,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:01 GMT + - Thu, 16 Mar 2023 02:43:42 GMT expires: - '-1' pragma: @@ -270,14 +561,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" headers: cache-control: - no-cache @@ -286,7 +577,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:32 GMT + - Thu, 16 Mar 2023 02:44:13 GMT expires: - '-1' pragma: @@ -319,14 +610,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" headers: cache-control: - no-cache @@ -335,7 +626,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:01 GMT + - Thu, 16 Mar 2023 02:44:43 GMT expires: - '-1' pragma: @@ -368,14 +659,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" headers: cache-control: - no-cache @@ -384,7 +675,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:31 GMT + - Thu, 16 Mar 2023 02:45:12 GMT expires: - '-1' pragma: @@ -417,14 +708,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" headers: cache-control: - no-cache @@ -433,7 +724,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:01 GMT + - Thu, 16 Mar 2023 02:45:43 GMT expires: - '-1' pragma: @@ -466,14 +757,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\"\n }" headers: cache-control: - no-cache @@ -482,7 +773,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:31 GMT + - Thu, 16 Mar 2023 02:46:13 GMT expires: - '-1' pragma: @@ -515,15 +806,15 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ab383a8e-2745-412a-925e-af034ce37bb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3abadb39-f888-41d1-ae7c-c9334ef686fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e3a38ab-4527-2a41-925e-af034ce37bb4\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:02:31.5837976Z\",\n \"endTime\": - \"2022-11-24T10:06:50.9968088Z\"\n }" + string: "{\n \"name\": \"39dbba3a-88f8-d141-ae7c-c9334ef686fb\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:39:42.6062495Z\",\n \"endTime\": + \"2023-03-16T02:46:28.7757264Z\"\n }" headers: cache-control: - no-cache @@ -532,7 +823,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:01 GMT + - Thu, 16 Mar 2023 02:46:43 GMT expires: - '-1' pragma: @@ -565,8 +856,8 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --image-cleaner-interval-hours --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -575,30 +866,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest43qyh2wdl-79a739\",\n \"fqdn\": \"cliakstest-clitest43qyh2wdl-79a739-4df64853.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest43qyh2wdl-79a739-4df64853.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3ulm67ftf-79a739\",\n \"fqdn\": \"cliakstest-clitest3ulm67ftf-79a739-i9xgfzvc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3ulm67ftf-79a739-i9xgfzvc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/21c30dea-1ceb-4b28-833b-ee685b49d2c9\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/f536f93c-f8d2-4dc1-a918-d7af013b8d54\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -620,11 +911,11 @@ interactions: cache-control: - no-cache content-length: - - '4212' + - '4208' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:02 GMT + - Thu, 16 Mar 2023 02:46:43 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml index 78071baaa05..539cc684273 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:33:58 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:07:03Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:33:58Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:07:03 GMT + - Thu, 16 Mar 2023 02:33:58 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest443kw6n2v-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestc37fc4j6p-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ingressApplicationGateway": {"enabled": true, "config": {"subnetCIDR": "10.232.0.0/16"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -77,8 +123,8 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest443kw6n2v-79a739\",\n \"fqdn\": \"cliakstest-clitest443kw6n2v-79a739-7a090e6f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest443kw6n2v-79a739-7a090e6f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestc37fc4j6p-79a739\",\n \"fqdn\": \"cliakstest-clitestc37fc4j6p-79a739-s5kanuup.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestc37fc4j6p-79a739-s5kanuup.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ingressApplicationGateway\": {\n \"enabled\": true,\n \"config\": @@ -128,15 +174,15 @@ interactions: {\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/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3849' + - '3845' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:07 GMT + - Thu, 16 Mar 2023 02:34:07 GMT expires: - '-1' pragma: @@ -148,7 +194,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1193' status: code: 201 message: Created @@ -167,14 +213,210 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:34:37 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: + - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:35:07 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: + - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:35:38 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: + - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:36:07 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: + - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -183,7 +425,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:37 GMT + - Thu, 16 Mar 2023 02:36:37 GMT expires: - '-1' pragma: @@ -216,14 +458,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -232,7 +474,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:07 GMT + - Thu, 16 Mar 2023 02:37:07 GMT expires: - '-1' pragma: @@ -265,14 +507,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -281,7 +523,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:08:38 GMT + - Thu, 16 Mar 2023 02:37:38 GMT expires: - '-1' pragma: @@ -314,14 +556,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -330,7 +572,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:07 GMT + - Thu, 16 Mar 2023 02:38:08 GMT expires: - '-1' pragma: @@ -363,14 +605,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -379,7 +621,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:09:37 GMT + - Thu, 16 Mar 2023 02:38:37 GMT expires: - '-1' pragma: @@ -412,14 +654,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -428,7 +670,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:07 GMT + - Thu, 16 Mar 2023 02:39:08 GMT expires: - '-1' pragma: @@ -461,14 +703,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -477,7 +719,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:10:37 GMT + - Thu, 16 Mar 2023 02:39:38 GMT expires: - '-1' pragma: @@ -510,14 +752,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -526,7 +768,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:07 GMT + - Thu, 16 Mar 2023 02:40:08 GMT expires: - '-1' pragma: @@ -559,14 +801,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -575,7 +817,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:11:38 GMT + - Thu, 16 Mar 2023 02:40:38 GMT expires: - '-1' pragma: @@ -608,14 +850,14 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\"\n }" headers: cache-control: - no-cache @@ -624,7 +866,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:08 GMT + - Thu, 16 Mar 2023 02:41:08 GMT expires: - '-1' pragma: @@ -657,15 +899,15 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6958f46b-fd24-42ec-a282-a0ae1f8b8de8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89b5d971-74a9-4be6-aaea-e6685f0746cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6bf45869-24fd-ec42-a282-a0ae1f8b8de8\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:07:07.6172336Z\",\n \"endTime\": - \"2022-11-24T10:12:33.1472831Z\"\n }" + string: "{\n \"name\": \"71d9b589-a974-e64b-aaea-e6685f0746cb\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:34:07.8077641Z\",\n \"endTime\": + \"2023-03-16T02:41:14.7130672Z\"\n }" headers: cache-control: - no-cache @@ -674,7 +916,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:38 GMT + - Thu, 16 Mar 2023 02:41:38 GMT expires: - '-1' pragma: @@ -707,8 +949,8 @@ interactions: - --resource-group --name --enable-managed-identity -a --appgw-subnet-cidr --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -717,23 +959,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest443kw6n2v-79a739\",\n \"fqdn\": \"cliakstest-clitest443kw6n2v-79a739-7a090e6f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest443kw6n2v-79a739-7a090e6f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestc37fc4j6p-79a739\",\n \"fqdn\": \"cliakstest-clitestc37fc4j6p-79a739-s5kanuup.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestc37fc4j6p-79a739-s5kanuup.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ingressApplicationGateway\": {\n \"enabled\": true,\n \"config\": @@ -745,7 +987,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3d9e6ac6-e245-4dcf-aeb5-13138d0376f8\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f3cededf-b182-4cfa-bdaa-85fd25192c1f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -766,11 +1008,11 @@ interactions: cache-control: - no-cache content-length: - - '4876' + - '4872' content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:38 GMT + - Thu, 16 Mar 2023 02:41:39 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_keda.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_keda.yaml old mode 100644 new mode 100755 index 9b05b0e10e9..9ca71d47569 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_keda.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_keda.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:41:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestj4qxh2lhj-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestips2selzj-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -35,8 +81,8 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -45,23 +91,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj4qxh2lhj-79a739\",\n \"fqdn\": \"cliakstest-clitestj4qxh2lhj-79a739-aa25071a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj4qxh2lhj-79a739-aa25071a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestips2selzj-79a739\",\n \"fqdn\": \"cliakstest-clitestips2selzj-79a739-0cl7qxvw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestips2selzj-79a739-0cl7qxvw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -84,15 +130,15 @@ interactions: \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3525' + - '3521' content-type: - application/json date: - - Thu, 24 Nov 2022 10:12:43 GMT + - Thu, 16 Mar 2023 02:41:44 GMT expires: - '-1' pragma: @@ -104,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1190' status: code: 201 message: Created @@ -123,23 +169,562 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:42:14 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:42:43 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:43:14 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:43:44 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:44:14 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:44:44 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:45:14 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:45:45 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:46:15 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:46:44 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:47:14 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: + - --resource-group --name --location --ssh-key-value --output --aks-custom-headers + --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1dbb0c05-8d59-4d49-8b79-a0af3c7c8178\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:12:43.888868Z\"\n }" + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:14 GMT + - Thu, 16 Mar 2023 02:47:44 GMT expires: - '-1' pragma: @@ -172,23 +757,23 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1dbb0c05-8d59-4d49-8b79-a0af3c7c8178\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:12:43.888868Z\"\n }" + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:13:43 GMT + - Thu, 16 Mar 2023 02:48:15 GMT expires: - '-1' pragma: @@ -221,23 +806,23 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1dbb0c05-8d59-4d49-8b79-a0af3c7c8178\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:12:43.888868Z\"\n }" + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:13 GMT + - Thu, 16 Mar 2023 02:48:45 GMT expires: - '-1' pragma: @@ -270,23 +855,23 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1dbb0c05-8d59-4d49-8b79-a0af3c7c8178\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:12:43.888868Z\"\n }" + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:14:43 GMT + - Thu, 16 Mar 2023 02:49:15 GMT expires: - '-1' pragma: @@ -319,23 +904,23 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1dbb0c05-8d59-4d49-8b79-a0af3c7c8178\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:12:43.888868Z\"\n }" + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:13 GMT + - Thu, 16 Mar 2023 02:49:45 GMT expires: - '-1' pragma: @@ -368,23 +953,23 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1dbb0c05-8d59-4d49-8b79-a0af3c7c8178\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:12:43.888868Z\"\n }" + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:15:43 GMT + - Thu, 16 Mar 2023 02:50:15 GMT expires: - '-1' pragma: @@ -417,23 +1002,23 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1dbb0c05-8d59-4d49-8b79-a0af3c7c8178\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:12:43.888868Z\"\n }" + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:14 GMT + - Thu, 16 Mar 2023 02:50:45 GMT expires: - '-1' pragma: @@ -466,24 +1051,24 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/050cbb1d-598d-494d-8b79-a0af3c7c8178?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42477774-e9ee-4919-bb7c-9104b8632dd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1dbb0c05-8d59-4d49-8b79-a0af3c7c8178\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:12:43.888868Z\",\n \"endTime\": - \"2022-11-24T10:16:33.5500716Z\"\n }" + string: "{\n \"name\": \"74774742-eee9-1949-bb7c-9104b8632dd9\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:41:44.3723517Z\",\n \"endTime\": + \"2023-03-16T02:50:54.8995712Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:44 GMT + - Thu, 16 Mar 2023 02:51:15 GMT expires: - '-1' pragma: @@ -516,8 +1101,8 @@ interactions: - --resource-group --name --location --ssh-key-value --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -526,30 +1111,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj4qxh2lhj-79a739\",\n \"fqdn\": \"cliakstest-clitestj4qxh2lhj-79a739-aa25071a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj4qxh2lhj-79a739-aa25071a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestips2selzj-79a739\",\n \"fqdn\": \"cliakstest-clitestips2selzj-79a739-0cl7qxvw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestips2selzj-79a739-0cl7qxvw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5a58bbf8-7273-49d8-945b-d6d2e98e3416\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6185845a-4e42-4016-b840-14a51eb69db2\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -571,11 +1156,11 @@ interactions: cache-control: - no-cache content-length: - - '4178' + - '4174' content-type: - application/json date: - - Thu, 24 Nov 2022 10:16:44 GMT + - Thu, 16 Mar 2023 02:51:16 GMT expires: - '-1' pragma: @@ -609,8 +1194,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -618,17 +1203,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d60723be-e583-4001-9c4f-7d61397e9294?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0d4df304-b046-4fe5-b2b4-e0a69a1c5b13?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:16:45 GMT + - Thu, 16 Mar 2023 02:51:17 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d60723be-e583-4001-9c4f-7d61397e9294?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/0d4df304-b046-4fe5-b2b4-e0a69a1c5b13?api-version=2016-03-30 pragma: - no-cache server: @@ -638,7 +1223,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14997' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_kube_proxy_config.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_kube_proxy_config.yaml old mode 100644 new mode 100755 index aed057b0432..c09d3aa53b0 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_kube_proxy_config.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_kube_proxy_config.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:26:41 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value + --enable-managed-identity --yes -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-29T02:21:43Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:26:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 29 Nov 2022 02:21:44 GMT + - Thu, 16 Mar 2023 02:26:41 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestmjutweq6z-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestcuu2q5m3b-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdp/aDR9b8E4kBxx6P+ufG9gOkUeMtZVyC6y8rbGPlOhq90E597Y9FfT8/AiprWR8tu363Fl/2h/hXgfkjIFS8Z7IY5RkdmsAMhvzcIlsUpUiraOPLwg2yW40HE+3d7N1r00efkTY5PwLCkv40mhnW+f6fIkKHrKkManLOuzdrhT5ONQHovGEV/djQHXLZ8WFKQOsjpX4rP6kahTgCzexmsNl/C0ydVs10B2DXSa54cO2y6bLetuBMzPSS5MK/9FfMHbPh1zIA95x/gEPyKl58DQKCO6l4EkSqt7SkpOaglrxnzvQIUxf1HmHgyTAiisDBtGRneOKOXAFrzNu0qOcn + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -78,8 +124,8 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -88,23 +134,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestmjutweq6z-79a739\",\n \"fqdn\": \"cliakstest-clitestmjutweq6z-79a739-a2f7c1fe.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestmjutweq6z-79a739-a2f7c1fe.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcuu2q5m3b-79a739\",\n \"fqdn\": \"cliakstest-clitestcuu2q5m3b-79a739-3e849p1m.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcuu2q5m3b-79a739-3e849p1m.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdp/aDR9b8E4kBxx6P+ufG9gOkUeMtZVyC6y8rbGPlOhq90E597Y9FfT8/AiprWR8tu363Fl/2h/hXgfkjIFS8Z7IY5RkdmsAMhvzcIlsUpUiraOPLwg2yW40HE+3d7N1r00efkTY5PwLCkv40mhnW+f6fIkKHrKkManLOuzdrhT5ONQHovGEV/djQHXLZ8WFKQOsjpX4rP6kahTgCzexmsNl/C0ydVs10B2DXSa54cO2y6bLetuBMzPSS5MK/9FfMHbPh1zIA95x/gEPyKl58DQKCO6l4EkSqt7SkpOaglrxnzvQIUxf1HmHgyTAiisDBtGRneOKOXAFrzNu0qOcn + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -127,15 +173,15 @@ interactions: {\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/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3558' + - '3554' content-type: - application/json date: - - Tue, 29 Nov 2022 02:21:48 GMT + - Thu, 16 Mar 2023 02:26:44 GMT expires: - '-1' pragma: @@ -147,7 +193,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 201 message: Created @@ -166,14 +212,308 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:14 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: + - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value + --enable-managed-identity --yes -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:44 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: + - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value + --enable-managed-identity --yes -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:28:14 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: + - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value + --enable-managed-identity --yes -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:28:44 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: + - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value + --enable-managed-identity --yes -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:29:15 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: + - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value + --enable-managed-identity --yes -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:29:45 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: + - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value + --enable-managed-identity --yes -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -182,7 +522,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:22:18 GMT + - Thu, 16 Mar 2023 02:30:15 GMT expires: - '-1' pragma: @@ -215,14 +555,14 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -231,7 +571,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:22:48 GMT + - Thu, 16 Mar 2023 02:30:45 GMT expires: - '-1' pragma: @@ -264,14 +604,14 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -280,7 +620,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:23:18 GMT + - Thu, 16 Mar 2023 02:31:15 GMT expires: - '-1' pragma: @@ -313,14 +653,14 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -329,7 +669,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:23:48 GMT + - Thu, 16 Mar 2023 02:31:45 GMT expires: - '-1' pragma: @@ -362,14 +702,14 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -378,7 +718,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:24:18 GMT + - Thu, 16 Mar 2023 02:32:15 GMT expires: - '-1' pragma: @@ -411,14 +751,14 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -427,7 +767,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:24:48 GMT + - Thu, 16 Mar 2023 02:32:45 GMT expires: - '-1' pragma: @@ -460,14 +800,14 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -476,7 +816,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:25:18 GMT + - Thu, 16 Mar 2023 02:33:15 GMT expires: - '-1' pragma: @@ -509,14 +849,14 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -525,7 +865,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:25:48 GMT + - Thu, 16 Mar 2023 02:33:46 GMT expires: - '-1' pragma: @@ -558,14 +898,14 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\"\n }" headers: cache-control: - no-cache @@ -574,7 +914,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:26:18 GMT + - Thu, 16 Mar 2023 02:34:16 GMT expires: - '-1' pragma: @@ -607,15 +947,15 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5edbc07-bd0f-4201-9943-3399afb79827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf07a078-e81d-4935-9044-49e17c14f85a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07bceda5-0fbd-0142-9943-3399afb79827\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-29T02:21:48.4935807Z\",\n \"endTime\": - \"2022-11-29T02:26:28.2349845Z\"\n }" + string: "{\n \"name\": \"78a007bf-1de8-3549-9044-49e17c14f85a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:26:45.0093019Z\",\n \"endTime\": + \"2023-03-16T02:34:45.3700889Z\"\n }" headers: cache-control: - no-cache @@ -624,7 +964,7 @@ interactions: content-type: - application/json date: - - Tue, 29 Nov 2022 02:26:48 GMT + - Thu, 16 Mar 2023 02:34:45 GMT expires: - '-1' pragma: @@ -657,8 +997,8 @@ interactions: - --resource-group --name --kube-proxy-config --aks-custom-headers --ssh-key-value --enable-managed-identity --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -667,30 +1007,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestmjutweq6z-79a739\",\n \"fqdn\": \"cliakstest-clitestmjutweq6z-79a739-a2f7c1fe.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestmjutweq6z-79a739-a2f7c1fe.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcuu2q5m3b-79a739\",\n \"fqdn\": \"cliakstest-clitestcuu2q5m3b-79a739-3e849p1m.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcuu2q5m3b-79a739-3e849p1m.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdp/aDR9b8E4kBxx6P+ufG9gOkUeMtZVyC6y8rbGPlOhq90E597Y9FfT8/AiprWR8tu363Fl/2h/hXgfkjIFS8Z7IY5RkdmsAMhvzcIlsUpUiraOPLwg2yW40HE+3d7N1r00efkTY5PwLCkv40mhnW+f6fIkKHrKkManLOuzdrhT5ONQHovGEV/djQHXLZ8WFKQOsjpX4rP6kahTgCzexmsNl/C0ydVs10B2DXSa54cO2y6bLetuBMzPSS5MK/9FfMHbPh1zIA95x/gEPyKl58DQKCO6l4EkSqt7SkpOaglrxnzvQIUxf1HmHgyTAiisDBtGRneOKOXAFrzNu0qOcn + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/668f929a-7d94-4e25-8ba4-a362efd33c74\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6bc26457-c5b4-433f-9d2e-97163136531d\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -712,11 +1052,11 @@ interactions: cache-control: - no-cache content-length: - - '4211' + - '4207' content-type: - application/json date: - - Tue, 29 Nov 2022 02:26:49 GMT + - Thu, 16 Mar 2023 02:34:46 GMT expires: - '-1' pragma: @@ -750,8 +1090,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -759,17 +1099,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3405fc0b-10b8-4898-80be-92891472df83?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/149b5700-d187-4b80-afe3-dbcb3aa68e78?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Tue, 29 Nov 2022 02:26:51 GMT + - Thu, 16 Mar 2023 02:34:47 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/3405fc0b-10b8-4898-80be-92891472df83?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/149b5700-d187-4b80-afe3-dbcb3aa68e78?api-version=2016-03-30 pragma: - no-cache server: @@ -779,7 +1119,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14996' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_managed_disk.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_managed_disk.yaml old mode 100644 new mode 100755 index 3863f1813ad..b13c9f936fe --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_managed_disk.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_managed_disk.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:34:47 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:02:09Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:34:47Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:02:09 GMT + - Thu, 16 Mar 2023 02:34:48 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestlgqqzypnt-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest53vivxu6c-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "osDiskType": "Managed", "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", @@ -52,7 +97,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,23 +129,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlgqqzypnt-79a739\",\n \"fqdn\": \"cliakstest-clitestlgqqzypnt-79a739-7cb5368f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlgqqzypnt-79a739-7cb5368f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest53vivxu6c-79a739\",\n \"fqdn\": \"cliakstest-clitest53vivxu6c-79a739-yxcdj5bm.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest53vivxu6c-79a739-yxcdj5bm.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -122,15 +167,15 @@ interactions: {\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/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 10:02:13 GMT + - Thu, 16 Mar 2023 02:34:51 GMT expires: - '-1' pragma: @@ -142,7 +187,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 201 message: Created @@ -160,110 +205,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:02:44 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: - - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:03:14 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: - - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\"\n }" headers: cache-control: - no-cache @@ -272,7 +221,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:03:44 GMT + - Thu, 16 Mar 2023 02:35:21 GMT expires: - '-1' pragma: @@ -304,14 +253,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\"\n }" headers: cache-control: - no-cache @@ -320,7 +269,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:13 GMT + - Thu, 16 Mar 2023 02:35:52 GMT expires: - '-1' pragma: @@ -352,14 +301,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\"\n }" headers: cache-control: - no-cache @@ -368,7 +317,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:04:44 GMT + - Thu, 16 Mar 2023 02:36:22 GMT expires: - '-1' pragma: @@ -400,14 +349,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\"\n }" headers: cache-control: - no-cache @@ -416,7 +365,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:14 GMT + - Thu, 16 Mar 2023 02:36:51 GMT expires: - '-1' pragma: @@ -448,14 +397,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\"\n }" headers: cache-control: - no-cache @@ -464,7 +413,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:05:44 GMT + - Thu, 16 Mar 2023 02:37:21 GMT expires: - '-1' pragma: @@ -496,14 +445,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\"\n }" headers: cache-control: - no-cache @@ -512,7 +461,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:14 GMT + - Thu, 16 Mar 2023 02:37:52 GMT expires: - '-1' pragma: @@ -544,14 +493,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\"\n }" headers: cache-control: - no-cache @@ -560,7 +509,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:06:44 GMT + - Thu, 16 Mar 2023 02:38:22 GMT expires: - '-1' pragma: @@ -592,14 +541,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +557,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:14 GMT + - Thu, 16 Mar 2023 02:38:52 GMT expires: - '-1' pragma: @@ -640,15 +589,15 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa750bc0-302b-4501-b0fb-c6f58f1587bc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bda4d208-5c98-447f-9ca4-4f1bb6625768?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00b75aa-2b30-0145-b0fb-c6f58f1587bc\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:02:14.1764169Z\",\n \"endTime\": - \"2022-11-24T10:07:15.3117316Z\"\n }" + string: "{\n \"name\": \"08d2a4bd-985c-7f44-9ca4-4f1bb6625768\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:34:51.9486405Z\",\n \"endTime\": + \"2023-03-16T02:39:16.6557581Z\"\n }" headers: cache-control: - no-cache @@ -657,7 +606,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:45 GMT + - Thu, 16 Mar 2023 02:39:22 GMT expires: - '-1' pragma: @@ -689,8 +638,8 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --node-osdisk-type --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -699,30 +648,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlgqqzypnt-79a739\",\n \"fqdn\": \"cliakstest-clitestlgqqzypnt-79a739-7cb5368f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlgqqzypnt-79a739-7cb5368f.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest53vivxu6c-79a739\",\n \"fqdn\": \"cliakstest-clitest53vivxu6c-79a739-yxcdj5bm.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest53vivxu6c-79a739-yxcdj5bm.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d274f5c6-f744-4309-b2d1-e4bb717fa64c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b87a5428-d96f-4c49-9ed3-70fbc34e5558\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -743,11 +692,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:07:45 GMT + - Thu, 16 Mar 2023 02:39:22 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml old mode 100644 new mode 100755 index 3a475a53e84..939f6f4fa2e --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_network_plugin_none.yaml @@ -1,7 +1,52 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --network-plugin --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:25:47 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest6t4i6bs5p-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3fa6tug7a-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +54,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "none", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": @@ -30,8 +75,8 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -40,23 +85,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest6t4i6bs5p-79a739\",\n \"fqdn\": \"cliakstest-clitest6t4i6bs5p-79a739-759f3855.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest6t4i6bs5p-79a739-759f3855.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3fa6tug7a-79a739\",\n \"fqdn\": \"cliakstest-clitest3fa6tug7a-79a739-omfvo9sp.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3fa6tug7a-79a739-omfvo9sp.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -78,15 +123,15 @@ interactions: {\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/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3489' + - '3485' content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:51 GMT + - Thu, 16 Mar 2023 02:25:52 GMT expires: - '-1' pragma: @@ -98,7 +143,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1193' status: code: 201 message: Created @@ -116,14 +161,350 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:26: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 create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --network-plugin --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:26:51 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: + - --resource-group --name --network-plugin --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27: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 create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --network-plugin --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:27:52 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: + - --resource-group --name --network-plugin --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:28:22 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: + - --resource-group --name --network-plugin --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:28:51 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: + - --resource-group --name --network-plugin --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:29:22 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: + - --resource-group --name --network-plugin --location --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -132,7 +513,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:20 GMT + - Thu, 16 Mar 2023 02:29:52 GMT expires: - '-1' pragma: @@ -164,14 +545,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -180,7 +561,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:50 GMT + - Thu, 16 Mar 2023 02:30:22 GMT expires: - '-1' pragma: @@ -212,14 +593,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -228,7 +609,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:21 GMT + - Thu, 16 Mar 2023 02:30:52 GMT expires: - '-1' pragma: @@ -260,14 +641,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -276,7 +657,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:51 GMT + - Thu, 16 Mar 2023 02:31:22 GMT expires: - '-1' pragma: @@ -308,14 +689,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -324,7 +705,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:21 GMT + - Thu, 16 Mar 2023 02:31:52 GMT expires: - '-1' pragma: @@ -356,14 +737,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -372,7 +753,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:51 GMT + - Thu, 16 Mar 2023 02:32:22 GMT expires: - '-1' pragma: @@ -404,14 +785,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -420,7 +801,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:21 GMT + - Thu, 16 Mar 2023 02:32:52 GMT expires: - '-1' pragma: @@ -452,14 +833,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -468,7 +849,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:51 GMT + - Thu, 16 Mar 2023 02:33:22 GMT expires: - '-1' pragma: @@ -500,14 +881,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -516,7 +897,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:21 GMT + - Thu, 16 Mar 2023 02:33:53 GMT expires: - '-1' pragma: @@ -548,14 +929,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -564,7 +945,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:53 GMT + - Thu, 16 Mar 2023 02:34:22 GMT expires: - '-1' pragma: @@ -596,14 +977,14 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\"\n }" headers: cache-control: - no-cache @@ -612,7 +993,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:22 GMT + - Thu, 16 Mar 2023 02:34:52 GMT expires: - '-1' pragma: @@ -644,15 +1025,15 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16376060-e0c9-4462-b2cf-84513339ba2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94e066fb-5736-46e8-8aa2-e9523373f86e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"60603716-c9e0-6244-b2cf-84513339ba2c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:21:51.4236822Z\",\n \"endTime\": - \"2022-11-24T10:27:35.2972304Z\"\n }" + string: "{\n \"name\": \"fb66e094-3657-e846-8aa2-e9523373f86e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:25:51.9153628Z\",\n \"endTime\": + \"2023-03-16T02:35:18.2441744Z\"\n }" headers: cache-control: - no-cache @@ -661,7 +1042,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:57 GMT + - Thu, 16 Mar 2023 02:35:23 GMT expires: - '-1' pragma: @@ -693,8 +1074,8 @@ interactions: ParameterSetName: - --resource-group --name --network-plugin --location --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -703,23 +1084,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest6t4i6bs5p-79a739\",\n \"fqdn\": \"cliakstest-clitest6t4i6bs5p-79a739-759f3855.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest6t4i6bs5p-79a739-759f3855.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3fa6tug7a-79a739\",\n \"fqdn\": \"cliakstest-clitest3fa6tug7a-79a739-omfvo9sp.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3fa6tug7a-79a739-omfvo9sp.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -727,7 +1108,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"none\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4bdb9a99-d8f1-41e8-b6e5-77fba85a3920\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/729db5b9-afa8-491b-8c1d-f3a3c15961f6\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -747,11 +1128,11 @@ interactions: cache-control: - no-cache content-length: - - '4142' + - '4138' content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:58 GMT + - Thu, 16 Mar 2023 02:35:23 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_no_ssh_key_and_update_ssh_public_key.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_no_ssh_key_and_update_ssh_public_key.yaml old mode 100644 new mode 100755 index db155583a6f..574c6ab939c --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_no_ssh_key_and_update_ssh_public_key.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_no_ssh_key_and_update_ssh_public_key.yaml @@ -13,21 +13,66 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:35:24 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -c --no-ssh-key -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2023-02-25T03:50:45Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:35:24Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '311' + - '305' content-type: - application/json; charset=utf-8 date: - - Sat, 25 Feb 2023 03:50:46 GMT + - Thu, 16 Mar 2023 02:35:24 GMT expires: - '-1' pragma: @@ -42,8 +87,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesti6cdsaeug-79a739", + body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestozagahgp3-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -66,25 +111,25 @@ interactions: Connection: - keep-alive Content-Length: - - '1082' + - '1076' Content-Type: - application/json ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitesti6cdsaeug-79a739\",\n \"fqdn\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.portal.hcp.westcentralus.azmk8s.io\",\n + \"cliakstest-clitestozagahgp3-79a739\",\n \"fqdn\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -98,7 +143,7 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"enableRBAC\": true,\n + \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": @@ -117,15 +162,15 @@ interactions: {\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/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2941' + - '2917' content-type: - application/json date: - - Sat, 25 Feb 2023 03:51:00 GMT + - Thu, 16 Mar 2023 02:35:32 GMT expires: - '-1' pragma: @@ -137,7 +182,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -155,23 +200,23 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Sat, 25 Feb 2023 03:51:30 GMT + - Thu, 16 Mar 2023 02:36:02 GMT expires: - '-1' pragma: @@ -203,23 +248,23 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Sat, 25 Feb 2023 03:52:00 GMT + - Thu, 16 Mar 2023 02:36:32 GMT expires: - '-1' pragma: @@ -251,23 +296,23 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Sat, 25 Feb 2023 03:52:30 GMT + - Thu, 16 Mar 2023 02:37:02 GMT expires: - '-1' pragma: @@ -299,23 +344,23 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Sat, 25 Feb 2023 03:53:01 GMT + - Thu, 16 Mar 2023 02:37:33 GMT expires: - '-1' pragma: @@ -347,23 +392,23 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Sat, 25 Feb 2023 03:53:31 GMT + - Thu, 16 Mar 2023 02:38:03 GMT expires: - '-1' pragma: @@ -395,23 +440,23 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Sat, 25 Feb 2023 03:54:01 GMT + - Thu, 16 Mar 2023 02:38:32 GMT expires: - '-1' pragma: @@ -443,23 +488,23 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Sat, 25 Feb 2023 03:54:31 GMT + - Thu, 16 Mar 2023 02:39:02 GMT expires: - '-1' pragma: @@ -491,23 +536,23 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Sat, 25 Feb 2023 03:55:01 GMT + - Thu, 16 Mar 2023 02:39:32 GMT expires: - '-1' pragma: @@ -539,24 +584,216 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/d7b21823-2463-4bfa-8462-a940265a31d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2318b2d7-6324-fa4b-8462-a940265a31d3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-02-25T03:51:00.662817Z\",\n \"endTime\": - \"2023-02-25T03:55:28.6896885Z\"\n }" + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:40:03 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: + - --resource-group --name -c --no-ssh-key -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:40:33 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: + - --resource-group --name -c --no-ssh-key -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:41:03 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: + - --resource-group --name -c --no-ssh-key -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:41:33 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: + - --resource-group --name -c --no-ssh-key -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4ea40c32-160b-4a81-87b3-70f9749da75b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"320ca44e-0b16-814a-87b3-70f9749da75b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:35:32.7613623Z\",\n \"endTime\": + \"2023-03-16T02:41:39.9425825Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' content-type: - application/json date: - - Sat, 25 Feb 2023 03:55:31 GMT + - Thu, 16 Mar 2023 02:42:03 GMT expires: - '-1' pragma: @@ -588,19 +825,19 @@ interactions: ParameterSetName: - --resource-group --name -c --no-ssh-key -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitesti6cdsaeug-79a739\",\n \"fqdn\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.portal.hcp.westcentralus.azmk8s.io\",\n + \"cliakstest-clitestozagahgp3-79a739\",\n \"fqdn\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -614,18 +851,18 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"enableRBAC\": true,\n + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/9826f26e-70fc-4db1-90b1-3abf425b5fb0\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/655f902c-c76a-4fbb-b2ad-745591290691\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": @@ -639,11 +876,11 @@ interactions: cache-control: - no-cache content-length: - - '3606' + - '3570' content-type: - application/json date: - - Sat, 25 Feb 2023 03:55:31 GMT + - Thu, 16 Mar 2023 02:42:03 GMT expires: - '-1' pragma: @@ -675,19 +912,19 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitesti6cdsaeug-79a739\",\n \"fqdn\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.portal.hcp.westcentralus.azmk8s.io\",\n + \"cliakstest-clitestozagahgp3-79a739\",\n \"fqdn\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -701,18 +938,18 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"enableRBAC\": true,\n + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/9826f26e-70fc-4db1-90b1-3abf425b5fb0\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/655f902c-c76a-4fbb-b2ad-745591290691\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": @@ -726,11 +963,11 @@ interactions: cache-control: - no-cache content-length: - - '3606' + - '3570' content-type: - application/json date: - - Sat, 25 Feb 2023 03:55:33 GMT + - Thu, 16 Mar 2023 02:42:05 GMT expires: - '-1' pragma: @@ -749,27 +986,27 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westcentralus", "sku": {"name": "Basic", "tier": "Free"}, - "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.24.9", "dnsPrefix": "cliakstest-clitesti6cdsaeug-79a739", "agentPoolProfiles": - [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": - "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": - 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", - "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": - false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": - false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYpZoWGqsIbCKOvcrtPi5PpgoaP24pKJ8yk80qBYbqIjyVngCfM8rbgQCZKx4D8emmN7UxjiSt+c4WtV1aUfbT7VA5r4neuhPVgkqgp7CmkKdf0beV/0i5K28J7RojDTktllY9EYRYK6A4olLplaHJiuqbsMYa8amv43ol6IxgM3eE2BiEYm0/uvNKDmZ8AN4w07fFKjz1+wfdkluxC73qhijMY6FCgw+xEvvS1kd2Se6L/M/qV+VVnxW+S/bBT4Yew2dR6KWnauJvxXzdM8WQHyJy52jQ1n5PHxVRMgjRLhWvbcNNgPseFpULxe3a4ATS8kKO2Z9pzpSOgEpW7LVz"}]}}, + body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestozagahgp3-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": + "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", + "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": + {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, + "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, + "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYpZoWGqsIbCKOvcrtPi5PpgoaP24pKJ8yk80qBYbqIjyVngCfM8rbgQCZKx4D8emmN7UxjiSt+c4WtV1aUfbT7VA5r4neuhPVgkqgp7CmkKdf0beV/0i5K28J7RojDTktllY9EYRYK6A4olLplaHJiuqbsMYa8amv43ol6IxgM3eE2BiEYm0/uvNKDmZ8AN4w07fFKjz1+wfdkluxC73qhijMY6FCgw+xEvvS1kd2Se6L/M/qV+VVnxW+S/bBT4Yew2dR6KWnauJvxXzdM8WQHyJy52jQ1n5PHxVRMgjRLhWvbcNNgPseFpULxe3a4ATS8kKO2Z9pzpSOgEpW7LVz"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, - "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westcentralus", + "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/9826f26e-70fc-4db1-90b1-3abf425b5fb0"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/655f902c-c76a-4fbb-b2ad-745591290691"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": - {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", + {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, "workloadAutoScalerProfile": {}}}' @@ -783,25 +1020,25 @@ interactions: Connection: - keep-alive Content-Length: - - '2653' + - '2629' Content-Type: - application/json ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitesti6cdsaeug-79a739\",\n \"fqdn\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.portal.hcp.westcentralus.azmk8s.io\",\n + \"cliakstest-clitestozagahgp3-79a739\",\n \"fqdn\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -817,18 +1054,18 @@ interactions: {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYpZoWGqsIbCKOvcrtPi5PpgoaP24pKJ8yk80qBYbqIjyVngCfM8rbgQCZKx4D8emmN7UxjiSt+c4WtV1aUfbT7VA5r4neuhPVgkqgp7CmkKdf0beV/0i5K28J7RojDTktllY9EYRYK6A4olLplaHJiuqbsMYa8amv43ol6IxgM3eE2BiEYm0/uvNKDmZ8AN4w07fFKjz1+wfdkluxC73qhijMY6FCgw+xEvvS1kd2Se6L/M/qV+VVnxW+S/bBT4Yew2dR6KWnauJvxXzdM8WQHyJy52jQ1n5PHxVRMgjRLhWvbcNNgPseFpULxe3a4ATS8kKO2Z9pzpSOgEpW7LVz\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/9826f26e-70fc-4db1-90b1-3abf425b5fb0\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/655f902c-c76a-4fbb-b2ad-745591290691\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": @@ -840,15 +1077,15 @@ interactions: {\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/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4129' + - '4093' content-type: - application/json date: - - Sat, 25 Feb 2023 03:55:37 GMT + - Thu, 16 Mar 2023 02:42:07 GMT expires: - '-1' pragma: @@ -864,7 +1101,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1192' status: code: 200 message: OK @@ -882,14 +1119,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -898,7 +1135,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 03:56:06 GMT + - Thu, 16 Mar 2023 02:42:37 GMT expires: - '-1' pragma: @@ -930,14 +1167,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -946,7 +1183,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 03:56:37 GMT + - Thu, 16 Mar 2023 02:43:07 GMT expires: - '-1' pragma: @@ -978,14 +1215,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -994,7 +1231,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 03:57:07 GMT + - Thu, 16 Mar 2023 02:43:37 GMT expires: - '-1' pragma: @@ -1026,14 +1263,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1042,7 +1279,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 03:57:37 GMT + - Thu, 16 Mar 2023 02:44:08 GMT expires: - '-1' pragma: @@ -1074,14 +1311,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1090,7 +1327,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 03:58:07 GMT + - Thu, 16 Mar 2023 02:44:38 GMT expires: - '-1' pragma: @@ -1122,14 +1359,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1138,7 +1375,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 03:58:38 GMT + - Thu, 16 Mar 2023 02:45:08 GMT expires: - '-1' pragma: @@ -1170,14 +1407,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1186,7 +1423,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 03:59:07 GMT + - Thu, 16 Mar 2023 02:45:38 GMT expires: - '-1' pragma: @@ -1218,14 +1455,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1234,7 +1471,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 03:59:37 GMT + - Thu, 16 Mar 2023 02:46:08 GMT expires: - '-1' pragma: @@ -1266,14 +1503,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1282,7 +1519,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:00:07 GMT + - Thu, 16 Mar 2023 02:46:37 GMT expires: - '-1' pragma: @@ -1314,14 +1551,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1330,7 +1567,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:00:37 GMT + - Thu, 16 Mar 2023 02:47:08 GMT expires: - '-1' pragma: @@ -1362,14 +1599,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1378,7 +1615,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:01:07 GMT + - Thu, 16 Mar 2023 02:47:38 GMT expires: - '-1' pragma: @@ -1410,14 +1647,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1426,7 +1663,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:01:38 GMT + - Thu, 16 Mar 2023 02:48:08 GMT expires: - '-1' pragma: @@ -1458,14 +1695,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1474,7 +1711,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:02:08 GMT + - Thu, 16 Mar 2023 02:48:39 GMT expires: - '-1' pragma: @@ -1506,14 +1743,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1522,7 +1759,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:02:38 GMT + - Thu, 16 Mar 2023 02:49:08 GMT expires: - '-1' pragma: @@ -1554,14 +1791,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1570,7 +1807,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:03:08 GMT + - Thu, 16 Mar 2023 02:49:38 GMT expires: - '-1' pragma: @@ -1602,14 +1839,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1618,7 +1855,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:03:39 GMT + - Thu, 16 Mar 2023 02:50:08 GMT expires: - '-1' pragma: @@ -1650,14 +1887,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1666,7 +1903,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:04:09 GMT + - Thu, 16 Mar 2023 02:50:39 GMT expires: - '-1' pragma: @@ -1698,14 +1935,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1714,7 +1951,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:04:38 GMT + - Thu, 16 Mar 2023 02:51:09 GMT expires: - '-1' pragma: @@ -1746,14 +1983,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1762,7 +1999,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:05:08 GMT + - Thu, 16 Mar 2023 02:51:38 GMT expires: - '-1' pragma: @@ -1794,14 +2031,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1810,7 +2047,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:05:39 GMT + - Thu, 16 Mar 2023 02:52:09 GMT expires: - '-1' pragma: @@ -1842,14 +2079,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1858,7 +2095,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:06:09 GMT + - Thu, 16 Mar 2023 02:52:39 GMT expires: - '-1' pragma: @@ -1890,14 +2127,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1906,7 +2143,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:06:39 GMT + - Thu, 16 Mar 2023 02:53:09 GMT expires: - '-1' pragma: @@ -1938,14 +2175,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -1954,7 +2191,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:07:09 GMT + - Thu, 16 Mar 2023 02:53:39 GMT expires: - '-1' pragma: @@ -1986,14 +2223,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -2002,7 +2239,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:07:39 GMT + - Thu, 16 Mar 2023 02:54:09 GMT expires: - '-1' pragma: @@ -2034,14 +2271,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\"\n }" headers: cache-control: - no-cache @@ -2050,7 +2287,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:08:09 GMT + - Thu, 16 Mar 2023 02:54:39 GMT expires: - '-1' pragma: @@ -2082,15 +2319,15 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/11afbeb3-d72f-4aa7-ae9d-fab379d77c8d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aa3ec589-e266-4447-beb0-7a6f03f31992?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3beaf11-2fd7-a74a-ae9d-fab379d77c8d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-02-25T03:55:36.6652471Z\",\n \"endTime\": - \"2023-02-25T04:08:30.498779Z\"\n }" + string: "{\n \"name\": \"89c53eaa-66e2-4744-beb0-7a6f03f31992\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:42:07.8880631Z\",\n \"endTime\": + \"2023-03-16T02:54:58.865812Z\"\n }" headers: cache-control: - no-cache @@ -2099,7 +2336,7 @@ interactions: content-type: - application/json date: - - Sat, 25 Feb 2023 04:08:39 GMT + - Thu, 16 Mar 2023 02:55:09 GMT expires: - '-1' pragma: @@ -2131,19 +2368,19 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitesti6cdsaeug-79a739\",\n \"fqdn\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesti6cdsaeug-79a739-9fe8e7ba.portal.hcp.westcentralus.azmk8s.io\",\n + \"cliakstest-clitestozagahgp3-79a739\",\n \"fqdn\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestozagahgp3-79a739-gx199plz.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -2159,18 +2396,18 @@ interactions: {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYpZoWGqsIbCKOvcrtPi5PpgoaP24pKJ8yk80qBYbqIjyVngCfM8rbgQCZKx4D8emmN7UxjiSt+c4WtV1aUfbT7VA5r4neuhPVgkqgp7CmkKdf0beV/0i5K28J7RojDTktllY9EYRYK6A4olLplaHJiuqbsMYa8amv43ol6IxgM3eE2BiEYm0/uvNKDmZ8AN4w07fFKjz1+wfdkluxC73qhijMY6FCgw+xEvvS1kd2Se6L/M/qV+VVnxW+S/bBT4Yew2dR6KWnauJvxXzdM8WQHyJy52jQ1n5PHxVRMgjRLhWvbcNNgPseFpULxe3a4ATS8kKO2Z9pzpSOgEpW7LVz\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/9826f26e-70fc-4db1-90b1-3abf425b5fb0\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/655f902c-c76a-4fbb-b2ad-745591290691\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": @@ -2184,11 +2421,11 @@ interactions: cache-control: - no-cache content-length: - - '4131' + - '4095' content-type: - application/json date: - - Sat, 25 Feb 2023 04:08:40 GMT + - Thu, 16 Mar 2023 02:55:10 GMT expires: - '-1' pragma: @@ -2222,7 +2459,7 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.45.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview @@ -2231,17 +2468,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/52d6e799-108b-4970-905b-31d085e04430?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/be66e42c-9afe-46db-97ed-e93d34781a75?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Sat, 25 Feb 2023 04:08:41 GMT + - Thu, 16 Mar 2023 02:55:11 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/52d6e799-108b-4970-905b-31d085e04430?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/be66e42c-9afe-46db-97ed-e93d34781a75?api-version=2016-03-30 pragma: - no-cache server: @@ -2251,7 +2488,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14993' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_config.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_config.yaml old mode 100644 new mode 100755 index f3b0d5fdd15..f66ae4654bb --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_config.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_config.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:34:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:27:59Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:34:11Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:27:59 GMT + - Thu, 16 Mar 2023 02:34:11 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestt524ftmji-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestlg7iwf5ud-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -59,7 +105,7 @@ interactions: "madvise", "transparentHugePageDefrag": "defer+madvise", "swapFileSizeMB": 1500}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -84,8 +130,8 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -94,16 +140,16 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestt524ftmji-79a739\",\n \"fqdn\": \"cliakstest-clitestt524ftmji-79a739-27b544c5.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestt524ftmji-79a739-27b544c5.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestlg7iwf5ud-79a739\",\n \"fqdn\": \"cliakstest-clitestlg7iwf5ud-79a739-d5075ykc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlg7iwf5ud-79a739-d5075ykc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"kubeletConfig\": {\n \"cpuManagerPolicy\": \"static\",\n \"cpuCfsQuota\": true,\n \"cpuCfsQuotaPeriod\": \"200ms\",\n \"imageGcHighThreshold\": @@ -117,10 +163,10 @@ interactions: \ \"transparentHugePageDefrag\": \"defer+madvise\",\n \"swapFileSizeMB\": 1500\n },\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -142,15 +188,15 @@ interactions: {\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/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4227' + - '4223' content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:04 GMT + - Thu, 16 Mar 2023 02:34:15 GMT expires: - '-1' pragma: @@ -162,7 +208,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1188' + - '1197' status: code: 201 message: Created @@ -181,14 +227,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -197,7 +243,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:34 GMT + - Thu, 16 Mar 2023 02:34:44 GMT expires: - '-1' pragma: @@ -230,14 +276,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -246,7 +292,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:04 GMT + - Thu, 16 Mar 2023 02:35:14 GMT expires: - '-1' pragma: @@ -279,14 +325,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -295,7 +341,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:34 GMT + - Thu, 16 Mar 2023 02:35:44 GMT expires: - '-1' pragma: @@ -328,14 +374,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -344,7 +390,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:04 GMT + - Thu, 16 Mar 2023 02:36:15 GMT expires: - '-1' pragma: @@ -377,14 +423,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -393,7 +439,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:34 GMT + - Thu, 16 Mar 2023 02:36:45 GMT expires: - '-1' pragma: @@ -426,14 +472,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -442,7 +488,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:04 GMT + - Thu, 16 Mar 2023 02:37:15 GMT expires: - '-1' pragma: @@ -475,14 +521,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -491,7 +537,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:34 GMT + - Thu, 16 Mar 2023 02:37:45 GMT expires: - '-1' pragma: @@ -524,14 +570,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -540,7 +586,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:04 GMT + - Thu, 16 Mar 2023 02:38:15 GMT expires: - '-1' pragma: @@ -573,14 +619,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -589,7 +635,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:34 GMT + - Thu, 16 Mar 2023 02:38:46 GMT expires: - '-1' pragma: @@ -622,14 +668,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -638,7 +684,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:04 GMT + - Thu, 16 Mar 2023 02:39:15 GMT expires: - '-1' pragma: @@ -671,14 +717,14 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" headers: cache-control: - no-cache @@ -687,7 +733,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:35 GMT + - Thu, 16 Mar 2023 02:39:45 GMT expires: - '-1' pragma: @@ -720,15 +766,162 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9708bde3-7b40-43e8-b8cc-c290e7b79d65?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3bd0897-407b-e843-b8cc-c290e7b79d65\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:28:04.4013746Z\",\n \"endTime\": - \"2022-11-24T10:33:41.8642649Z\"\n }" + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:40:15 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: + - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:40:45 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: + - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:41:16 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: + - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e09cd69a-2da4-42ab-ab17-ce8ab3f0b9ec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9ad69ce0-a42d-ab42-ab17-ce8ab3f0b9ec\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:34:15.1515622Z\",\n \"endTime\": + \"2023-03-16T02:41:43.9016273Z\"\n }" headers: cache-control: - no-cache @@ -737,7 +930,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:05 GMT + - Thu, 16 Mar 2023 02:41:46 GMT expires: - '-1' pragma: @@ -770,8 +963,8 @@ interactions: - --resource-group --name --kubelet-config --linux-os-config --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -780,16 +973,16 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestt524ftmji-79a739\",\n \"fqdn\": \"cliakstest-clitestt524ftmji-79a739-27b544c5.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestt524ftmji-79a739-27b544c5.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestlg7iwf5ud-79a739\",\n \"fqdn\": \"cliakstest-clitestlg7iwf5ud-79a739-d5075ykc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlg7iwf5ud-79a739-d5075ykc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"kubeletConfig\": {\n \"cpuManagerPolicy\": \"static\",\n \"cpuCfsQuota\": true,\n \"cpuCfsQuotaPeriod\": \"200ms\",\n \"imageGcHighThreshold\": @@ -803,17 +996,17 @@ interactions: \ \"transparentHugePageDefrag\": \"defer+madvise\",\n \"swapFileSizeMB\": 1500\n },\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e717d981-2bb7-4b5d-acbb-6c12fc5a1e23\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/933b9b4d-a6ed-413e-b5ed-242b0197205e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -834,11 +1027,11 @@ interactions: cache-control: - no-cache content-length: - - '4880' + - '4876' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:05 GMT + - Thu, 16 Mar 2023 02:41:46 GMT expires: - '-1' pragma: @@ -871,8 +1064,8 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -884,8 +1077,8 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"kubeletConfig\": {\n \"cpuManagerPolicy\": \"static\",\n \"cpuCfsQuota\": true,\n \"cpuCfsQuotaPeriod\": \"200ms\",\n \ \"imageGcHighThreshold\": 90,\n \"imageGcLowThreshold\": 70,\n @@ -898,18 +1091,18 @@ interactions: \"madvise\",\n \"transparentHugePageDefrag\": \"defer+madvise\",\n \"swapFileSizeMB\": 1500\n },\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1887' + - '1885' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:06 GMT + - Thu, 16 Mar 2023 02:41:47 GMT expires: - '-1' pragma: @@ -961,8 +1154,8 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-01-02-preview response: @@ -975,7 +1168,7 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"kubeletConfig\": {\n \"cpuManagerPolicy\": \"static\",\n \"cpuCfsQuota\": true,\n \"cpuCfsQuotaPeriod\": \"200ms\",\n \"imageGcHighThreshold\": 90,\n \"imageGcLowThreshold\": @@ -988,19 +1181,19 @@ interactions: \ \"transparentHugePageDefrag\": \"defer+madvise\",\n \"swapFileSizeMB\": 1500\n },\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed4796ec-454f-4c25-8592-063faa7187bf?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1773' + - '1771' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:10 GMT + - Thu, 16 Mar 2023 02:41:50 GMT expires: - '-1' pragma: @@ -1012,7 +1205,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1193' status: code: 201 message: Created @@ -1031,14 +1224,210 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:42:20 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:42:50 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:43:20 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:43:50 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed4796ec-454f-4c25-8592-063faa7187bf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ec9647ed-4f45-254c-8592-063faa7187bf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1590958Z\"\n }" + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" headers: cache-control: - no-cache @@ -1047,7 +1436,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:39 GMT + - Thu, 16 Mar 2023 02:44:20 GMT expires: - '-1' pragma: @@ -1080,14 +1469,14 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed4796ec-454f-4c25-8592-063faa7187bf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ec9647ed-4f45-254c-8592-063faa7187bf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1590958Z\"\n }" + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" headers: cache-control: - no-cache @@ -1096,7 +1485,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:09 GMT + - Thu, 16 Mar 2023 02:44:51 GMT expires: - '-1' pragma: @@ -1129,14 +1518,14 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed4796ec-454f-4c25-8592-063faa7187bf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ec9647ed-4f45-254c-8592-063faa7187bf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1590958Z\"\n }" + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" headers: cache-control: - no-cache @@ -1145,7 +1534,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:39 GMT + - Thu, 16 Mar 2023 02:45:21 GMT expires: - '-1' pragma: @@ -1178,14 +1567,14 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed4796ec-454f-4c25-8592-063faa7187bf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ec9647ed-4f45-254c-8592-063faa7187bf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1590958Z\"\n }" + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" headers: cache-control: - no-cache @@ -1194,7 +1583,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:09 GMT + - Thu, 16 Mar 2023 02:45:50 GMT expires: - '-1' pragma: @@ -1227,14 +1616,14 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed4796ec-454f-4c25-8592-063faa7187bf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ec9647ed-4f45-254c-8592-063faa7187bf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1590958Z\"\n }" + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" headers: cache-control: - no-cache @@ -1243,7 +1632,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:40 GMT + - Thu, 16 Mar 2023 02:46:21 GMT expires: - '-1' pragma: @@ -1276,14 +1665,14 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed4796ec-454f-4c25-8592-063faa7187bf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ec9647ed-4f45-254c-8592-063faa7187bf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:10.1590958Z\"\n }" + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\"\n }" headers: cache-control: - no-cache @@ -1292,7 +1681,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:10 GMT + - Thu, 16 Mar 2023 02:46:50 GMT expires: - '-1' pragma: @@ -1325,15 +1714,15 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed4796ec-454f-4c25-8592-063faa7187bf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/098756bc-fae3-4b79-8ff1-4b9bb990c838?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ec9647ed-4f45-254c-8592-063faa7187bf\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:34:10.1590958Z\",\n \"endTime\": - \"2022-11-24T10:37:12.2092713Z\"\n }" + string: "{\n \"name\": \"bc568709-e3fa-794b-8ff1-4b9bb990c838\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:41:50.7473776Z\",\n \"endTime\": + \"2023-03-16T02:46:53.6378163Z\"\n }" headers: cache-control: - no-cache @@ -1342,7 +1731,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:40 GMT + - Thu, 16 Mar 2023 02:47:20 GMT expires: - '-1' pragma: @@ -1375,8 +1764,8 @@ interactions: - --resource-group --cluster-name --name --node-count --kubelet-config --linux-os-config --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool2?api-version=2023-01-02-preview response: @@ -1389,7 +1778,7 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"kubeletConfig\": {\n \"cpuManagerPolicy\": \"static\",\n \"cpuCfsQuota\": true,\n \"cpuCfsQuotaPeriod\": \"200ms\",\n \"imageGcHighThreshold\": 90,\n \"imageGcLowThreshold\": @@ -1402,17 +1791,17 @@ interactions: \ \"transparentHugePageDefrag\": \"defer+madvise\",\n \"swapFileSizeMB\": 1500\n },\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1774' + - '1772' content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:40 GMT + - Thu, 16 Mar 2023 02:47:22 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel.yaml old mode 100644 new mode 100755 index d5cdb39a919..01bbdf000be --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_os_upgrade_channel.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:47:22 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3eigql7c7-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestvtxk6swga-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,14 +55,16 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "autoUpgradeProfile": {"nodeOSUpgradeChannel": "NodeImage"}, "disableLocalAccounts": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, + "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", + "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "autoUpgradeProfile": {"nodeOSUpgradeChannel": "NodeImage"}, "disableLocalAccounts": false, "storageProfile": {}}}' headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/NodeOSUpgradeChannelPreview Accept: - application/json Accept-Encoding: @@ -26,75 +74,71 @@ interactions: Connection: - keep-alive Content-Length: - - '1970' + - '1641' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitest3eigql7c7-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\"\ - : {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\"\ - ,\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"\ - count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"autoUpgradeProfile\"\ - : {\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvtxk6swga-79a739\",\n \"fqdn\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"autoUpgradeProfile\": {\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n + \ },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n + \ \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n + \ \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/5649dabd-f4ba-48f7-abe2-7a1ff0a45ffd?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3878' + - '3549' content-type: - application/json date: - - Thu, 19 Jan 2023 19:51:40 GMT + - Thu, 16 Mar 2023 02:47:26 GMT expires: - '-1' pragma: @@ -106,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 201 message: Created @@ -123,16 +167,212 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:47:56 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: + - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:48:27 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: + - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:48:57 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: + - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:49:26 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: + - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5649dabd-f4ba-48f7-abe2-7a1ff0a45ffd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bdda4956-baf4-f748-abe2-7a1ff0a45ffd\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:51:39.8472511Z\"\n }" + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" headers: cache-control: - no-cache @@ -141,7 +381,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:52:09 GMT + - Thu, 16 Mar 2023 02:49:56 GMT expires: - '-1' pragma: @@ -172,16 +412,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5649dabd-f4ba-48f7-abe2-7a1ff0a45ffd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bdda4956-baf4-f748-abe2-7a1ff0a45ffd\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:51:39.8472511Z\"\n }" + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" headers: cache-control: - no-cache @@ -190,7 +430,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:52:40 GMT + - Thu, 16 Mar 2023 02:50:27 GMT expires: - '-1' pragma: @@ -221,16 +461,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5649dabd-f4ba-48f7-abe2-7a1ff0a45ffd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bdda4956-baf4-f748-abe2-7a1ff0a45ffd\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:51:39.8472511Z\"\n }" + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" headers: cache-control: - no-cache @@ -239,7 +479,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:53:09 GMT + - Thu, 16 Mar 2023 02:50:57 GMT expires: - '-1' pragma: @@ -270,16 +510,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5649dabd-f4ba-48f7-abe2-7a1ff0a45ffd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bdda4956-baf4-f748-abe2-7a1ff0a45ffd\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:51:39.8472511Z\"\n }" + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" headers: cache-control: - no-cache @@ -288,7 +528,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:53:40 GMT + - Thu, 16 Mar 2023 02:51:27 GMT expires: - '-1' pragma: @@ -319,16 +559,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5649dabd-f4ba-48f7-abe2-7a1ff0a45ffd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bdda4956-baf4-f748-abe2-7a1ff0a45ffd\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:51:39.8472511Z\"\n }" + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" headers: cache-control: - no-cache @@ -337,7 +577,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:54:09 GMT + - Thu, 16 Mar 2023 02:51:57 GMT expires: - '-1' pragma: @@ -368,16 +608,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5649dabd-f4ba-48f7-abe2-7a1ff0a45ffd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bdda4956-baf4-f748-abe2-7a1ff0a45ffd\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:51:39.8472511Z\"\n }" + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\"\n }" headers: cache-control: - no-cache @@ -386,7 +626,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:54:40 GMT + - Thu, 16 Mar 2023 02:52:27 GMT expires: - '-1' pragma: @@ -417,17 +657,17 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5649dabd-f4ba-48f7-abe2-7a1ff0a45ffd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/622df511-57a5-4b24-89d3-726516782b1d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bdda4956-baf4-f748-abe2-7a1ff0a45ffd\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-01-19T19:51:39.8472511Z\",\n \"\ - endTime\": \"2023-01-19T19:54:58.8844461Z\"\n }" + string: "{\n \"name\": \"11f52d62-a557-244b-89d3-726516782b1d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:47:26.9360526Z\",\n \"endTime\": + \"2023-03-16T02:52:33.8989741Z\"\n }" headers: cache-control: - no-cache @@ -436,7 +676,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:55:10 GMT + - Thu, 16 Mar 2023 02:52:57 GMT expires: - '-1' pragma: @@ -467,73 +707,68 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --location --enable-managed-identity --node-os-upgrade-channel - --ssh-key-value + --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitest3eigql7c7-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/70800733-e596-4353-b7f8-66ba90dad81b\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"autoUpgradeProfile\"\ - : {\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvtxk6swga-79a739\",\n \"fqdn\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c6252639-0546-4717-a47b-7bcd1db679df\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"autoUpgradeProfile\": {\n \"nodeOSUpgradeChannel\": + \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4531' + - '4202' content-type: - application/json date: - - Thu, 19 Jan 2023 19:55:11 GMT + - Thu, 16 Mar 2023 02:52:58 GMT expires: - '-1' pragma: @@ -563,73 +798,68 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitest3eigql7c7-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/70800733-e596-4353-b7f8-66ba90dad81b\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"autoUpgradeProfile\"\ - : {\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvtxk6swga-79a739\",\n \"fqdn\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c6252639-0546-4717-a47b-7bcd1db679df\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"autoUpgradeProfile\": {\n \"nodeOSUpgradeChannel\": + \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4531' + - '4202' content-type: - application/json date: - - Thu, 19 Jan 2023 19:55:12 GMT + - Thu, 16 Mar 2023 02:52:59 GMT expires: - '-1' pragma: @@ -649,23 +879,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.6", "dnsPrefix": - "cliakstest-clitest3eigql7c7-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestvtxk6swga-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.24.6", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/70800733-e596-4353-b7f8-66ba90dad81b"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c6252639-0546-4717-a47b-7bcd1db679df"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "autoUpgradeProfile": {"nodeOSUpgradeChannel": "None"}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -673,6 +903,8 @@ interactions: "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {}, "workloadAutoScalerProfile": {}}}' headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/NodeOSUpgradeChannelPreview Accept: - application/json Accept-Encoding: @@ -682,79 +914,74 @@ interactions: Connection: - keep-alive Content-Length: - - '3048' + - '2719' Content-Type: - application/json ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitest3eigql7c7-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/70800733-e596-4353-b7f8-66ba90dad81b\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"autoUpgradeProfile\"\ - : {\n \"nodeOSUpgradeChannel\": \"None\"\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvtxk6swga-79a739\",\n \"fqdn\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c6252639-0546-4717-a47b-7bcd1db679df\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"autoUpgradeProfile\": {\n \"nodeOSUpgradeChannel\": + \"None\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4524' + - '4195' content-type: - application/json date: - - Thu, 19 Jan 2023 19:55:15 GMT + - Thu, 16 Mar 2023 02:53:02 GMT expires: - '-1' pragma: @@ -770,7 +997,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1192' status: code: 200 message: OK @@ -786,16 +1013,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -804,7 +1031,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:55:45 GMT + - Thu, 16 Mar 2023 02:53:32 GMT expires: - '-1' pragma: @@ -834,16 +1061,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -852,7 +1079,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:56:15 GMT + - Thu, 16 Mar 2023 02:54:02 GMT expires: - '-1' pragma: @@ -882,16 +1109,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -900,7 +1127,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:56:46 GMT + - Thu, 16 Mar 2023 02:54:32 GMT expires: - '-1' pragma: @@ -930,16 +1157,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -948,7 +1175,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:57:16 GMT + - Thu, 16 Mar 2023 02:55:02 GMT expires: - '-1' pragma: @@ -978,16 +1205,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -996,7 +1223,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:57:45 GMT + - Thu, 16 Mar 2023 02:55:32 GMT expires: - '-1' pragma: @@ -1026,16 +1253,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1044,7 +1271,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:58:16 GMT + - Thu, 16 Mar 2023 02:56:02 GMT expires: - '-1' pragma: @@ -1074,16 +1301,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1092,7 +1319,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:58:45 GMT + - Thu, 16 Mar 2023 02:56:32 GMT expires: - '-1' pragma: @@ -1122,16 +1349,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1140,7 +1367,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:59:16 GMT + - Thu, 16 Mar 2023 02:57:03 GMT expires: - '-1' pragma: @@ -1170,16 +1397,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1188,7 +1415,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 19:59:46 GMT + - Thu, 16 Mar 2023 02:57:33 GMT expires: - '-1' pragma: @@ -1218,16 +1445,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1236,7 +1463,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:00:16 GMT + - Thu, 16 Mar 2023 02:58:03 GMT expires: - '-1' pragma: @@ -1266,16 +1493,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1284,7 +1511,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:00:47 GMT + - Thu, 16 Mar 2023 02:58:32 GMT expires: - '-1' pragma: @@ -1314,16 +1541,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1332,7 +1559,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:01:17 GMT + - Thu, 16 Mar 2023 02:59:02 GMT expires: - '-1' pragma: @@ -1362,16 +1589,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1380,7 +1607,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:01:46 GMT + - Thu, 16 Mar 2023 02:59:33 GMT expires: - '-1' pragma: @@ -1410,16 +1637,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1428,7 +1655,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:02:17 GMT + - Thu, 16 Mar 2023 03:00:03 GMT expires: - '-1' pragma: @@ -1458,16 +1685,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1476,7 +1703,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:02:47 GMT + - Thu, 16 Mar 2023 03:00:33 GMT expires: - '-1' pragma: @@ -1506,16 +1733,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1524,7 +1751,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:03:17 GMT + - Thu, 16 Mar 2023 03:01:03 GMT expires: - '-1' pragma: @@ -1554,16 +1781,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1572,7 +1799,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:03:47 GMT + - Thu, 16 Mar 2023 03:01:33 GMT expires: - '-1' pragma: @@ -1602,16 +1829,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache @@ -1620,7 +1847,7 @@ interactions: content-type: - application/json date: - - Thu, 19 Jan 2023 20:04:17 GMT + - Thu, 16 Mar 2023 03:02:04 GMT expires: - '-1' pragma: @@ -1650,26 +1877,1178 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7105074b-ef8a-4626-8253-654baa8e04e1?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4b070571-8aef-2646-8253-654baa8e04e1\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-01-19T19:55:15.8612122Z\",\n \"\ - endTime\": \"2023-01-19T20:04:41.0264842Z\"\n }" + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:02:34 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:03:03 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:03:33 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:04:03 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:04:33 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:05:04 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:05:34 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:06:04 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:06:34 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:07:04 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:07:34 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:08:04 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:08:34 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:09:04 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:09:35 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:10:05 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:10:35 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:11:04 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:11:34 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:12:05 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:12:35 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:13:05 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:13:35 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:14:05 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbf7ca62-ab82-4c87-96b3-e3133d0fd928?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"62caf7fb-82ab-874c-96b3-e3133d0fd928\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:53:02.5781001Z\",\n \"endTime\": + \"2023-03-16T03:14:20.440765Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' content-type: - application/json date: - - Thu, 19 Jan 2023 20:04:47 GMT + - Thu, 16 Mar 2023 03:14:35 GMT expires: - '-1' pragma: @@ -1699,73 +3078,68 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-os-upgrade-channel + - --resource-group --name --node-os-upgrade-channel --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitest3eigql7c7-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitest3eigql7c7-8ecadf-7705cae6.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/70800733-e596-4353-b7f8-66ba90dad81b\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"autoUpgradeProfile\"\ - : {\n \"nodeOSUpgradeChannel\": \"None\"\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvtxk6swga-79a739\",\n \"fqdn\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvtxk6swga-79a739-xn164a00.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c6252639-0546-4717-a47b-7bcd1db679df\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"autoUpgradeProfile\": {\n \"nodeOSUpgradeChannel\": + \"None\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4526' + - '4197' content-type: - application/json date: - - Thu, 19 Jan 2023 20:04:48 GMT + - Thu, 16 Mar 2023 03:14:36 GMT expires: - '-1' pragma: @@ -1799,8 +3173,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.44.1 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.9 (Linux-5.15.79.1-microsoft-standard-WSL2-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1808,17 +3182,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e843ef2-770f-42af-9bd4-f906a5e6956d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/112ede08-ab46-40f9-9cdd-2c3a0d0d789c?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 19 Jan 2023 20:04:49 GMT + - Thu, 16 Mar 2023 03:14:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9e843ef2-770f-42af-9bd4-f906a5e6956d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/112ede08-ab46-40f9-9cdd-2c3a0d0d789c?api-version=2016-03-30 pragma: - no-cache server: @@ -1828,7 +3202,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14993' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_nsg_control.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_nsg_control.yaml old mode 100644 new mode 100755 index 785e427a6d9..becf8d1dab0 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_nsg_control.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_nsg_control.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:37:42Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:35:31Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:37:42 GMT + - Thu, 16 Mar 2023 02:35:32 GMT expires: - '-1' pragma: @@ -59,20 +59,20 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1\",\r\n - \ \"etag\": \"W/\\\"7aec921f-dc79-4833-9f7d-d600d57edbc5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"57677358-b2e5-4da6-a4cf-e018abedbfa0\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/eac71a8e-c30c-487a-bddd-86e7c697e208?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d55e7022-e82e-4228-87db-d3683dba1f6e?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -80,7 +80,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:37:44 GMT + - Thu, 16 Mar 2023 02:35:32 GMT expires: - '-1' pragma: @@ -93,12 +93,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8bb41545-0ff5-4a26-86a8-17acba7e7a2d + - 6d02c6f3-9316-4fb3-ad07-7df1924837e0 x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1197' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -113,9 +113,9 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/eac71a8e-c30c-487a-bddd-86e7c697e208?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/d55e7022-e82e-4228-87db-d3683dba1f6e?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -127,7 +127,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:37:53 GMT + - Thu, 16 Mar 2023 02:35:42 GMT expires: - '-1' pragma: @@ -144,10 +144,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d1dac159-e94c-44e3-91a8-08262746a7e7 + - 8e12102a-8e6e-4579-9285-ac6906a3dd2d status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -162,13 +162,13 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1\",\r\n - \ \"etag\": \"W/\\\"b3b94615-73be-495a-b80d-a6acbc951f20\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d5e12316-3db8-4024-9589-6a8373d3e646\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -179,9 +179,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:37:54 GMT + - Thu, 16 Mar 2023 02:35:42 GMT etag: - - W/"b3b94615-73be-495a-b80d-a6acbc951f20" + - W/"d5e12316-3db8-4024-9589-6a8373d3e646" expires: - '-1' pragma: @@ -198,10 +198,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3064da36-06ed-44b6-bca7-83f8db6fb868 + - 4dbcc55d-88c9-49f1-a88d-671988a3c34a status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -216,12 +216,12 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:37:42Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:35:31Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -230,7 +230,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:37:54 GMT + - Thu, 16 Mar 2023 02:35:43 GMT expires: - '-1' pragma: @@ -262,20 +262,20 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2\",\r\n - \ \"etag\": \"W/\\\"a31ab634-e1bf-429a-9860-089eb4c260d8\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"19271575-fb11-4738-b202-fe631193b745\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/644ad0bb-77da-49cf-87e1-17e87875cd7a?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c419b9aa-515a-4452-8e13-0f289545eda8?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -283,7 +283,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:37:54 GMT + - Thu, 16 Mar 2023 02:35:43 GMT expires: - '-1' pragma: @@ -296,12 +296,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1cb2683c-cba3-43e6-90ce-688f66c419d8 + - cd63c8dc-b5a1-4417-a307-bae81e8a0645 x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1198' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -316,9 +316,9 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/644ad0bb-77da-49cf-87e1-17e87875cd7a?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c419b9aa-515a-4452-8e13-0f289545eda8?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -330,7 +330,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:38:04 GMT + - Thu, 16 Mar 2023 02:35:53 GMT expires: - '-1' pragma: @@ -347,10 +347,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2c819243-61dc-4a1f-ab07-a99f3847053b + - 00571b58-55c4-4c90-a9d6-185847ed0972 status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -365,13 +365,13 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2\",\r\n - \ \"etag\": \"W/\\\"831cc2d3-482c-4cc4-afea-674c4a012da4\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"8e3c3ad9-f5cd-45b6-be7f-9aa47ae46a07\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -382,9 +382,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:38:04 GMT + - Thu, 16 Mar 2023 02:35:53 GMT etag: - - W/"831cc2d3-482c-4cc4-afea-674c4a012da4" + - W/"8e3c3ad9-f5cd-45b6-be7f-9aa47ae46a07" expires: - '-1' pragma: @@ -401,13 +401,59 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e9bc3b76-f45e-4aec-ab11-03f28e4157bb + - dcd298c0-e024-44be-8cc5-a1455fd74f08 status: code: 200 - message: OK + message: '' +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --node-vm-size + --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:35:54 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-cliteststkatlonm-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestcvnrq6zxo-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "standard_d2s_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -421,7 +467,7 @@ interactions: "protocol": "UDP"}], "applicationSecurityGroups": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1", "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2"]}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": - {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -446,8 +492,8 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -456,20 +502,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-cliteststkatlonm-79a739\",\n \"fqdn\": \"cliakstest-cliteststkatlonm-79a739-19ce89cb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-cliteststkatlonm-79a739-19ce89cb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcvnrq6zxo-79a739\",\n \"fqdn\": \"cliakstest-clitestcvnrq6zxo-79a739-mr5osckf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcvnrq6zxo-79a739-mr5osckf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {\n \"allowedHostPorts\": [\n {\n \"portStart\": 53,\n \"portEnd\": 53,\n \"protocol\": \"UDP\"\n },\n {\n \"portStart\": 80,\n \"portEnd\": @@ -482,7 +528,7 @@ interactions: \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2\"\n \ ]\n }\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -504,15 +550,15 @@ interactions: {\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/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4341' + - '4337' content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:09 GMT + - Thu, 16 Mar 2023 02:35:57 GMT expires: - '-1' pragma: @@ -524,7 +570,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1198' status: code: 201 message: Created @@ -543,14 +589,112 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:36:27 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: + - --resource-group --name --location --ssh-key-value --node-count --node-vm-size + --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:36:58 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: + - --resource-group --name --location --ssh-key-value --node-count --node-vm-size + --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +703,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:38 GMT + - Thu, 16 Mar 2023 02:37:28 GMT expires: - '-1' pragma: @@ -592,14 +736,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +752,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:09 GMT + - Thu, 16 Mar 2023 02:37:57 GMT expires: - '-1' pragma: @@ -641,14 +785,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -657,7 +801,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:39 GMT + - Thu, 16 Mar 2023 02:38:28 GMT expires: - '-1' pragma: @@ -690,14 +834,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -706,7 +850,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:09 GMT + - Thu, 16 Mar 2023 02:38:58 GMT expires: - '-1' pragma: @@ -739,14 +883,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -755,7 +899,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:39 GMT + - Thu, 16 Mar 2023 02:39:28 GMT expires: - '-1' pragma: @@ -788,14 +932,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -804,7 +948,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:09 GMT + - Thu, 16 Mar 2023 02:39:58 GMT expires: - '-1' pragma: @@ -837,14 +981,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -853,7 +997,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:39 GMT + - Thu, 16 Mar 2023 02:40:29 GMT expires: - '-1' pragma: @@ -886,14 +1030,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -902,7 +1046,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:10 GMT + - Thu, 16 Mar 2023 02:40:58 GMT expires: - '-1' pragma: @@ -935,14 +1079,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -951,7 +1095,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:40 GMT + - Thu, 16 Mar 2023 02:41:28 GMT expires: - '-1' pragma: @@ -984,14 +1128,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -1000,7 +1144,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:09 GMT + - Thu, 16 Mar 2023 02:41:58 GMT expires: - '-1' pragma: @@ -1033,14 +1177,14 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\"\n }" headers: cache-control: - no-cache @@ -1049,7 +1193,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:39 GMT + - Thu, 16 Mar 2023 02:42:29 GMT expires: - '-1' pragma: @@ -1082,15 +1226,15 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/619fc136-750c-4d11-a6a8-62f261bc1df5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18deb019-5465-48cf-9a66-0e279c346501?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"36c19f61-0c75-114d-a6a8-62f261bc1df5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:38:09.4869819Z\",\n \"endTime\": - \"2022-11-24T10:44:02.1736571Z\"\n }" + string: "{\n \"name\": \"19b0de18-6554-cf48-9a66-0e279c346501\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:35:58.2771224Z\",\n \"endTime\": + \"2023-03-16T02:42:56.8646178Z\"\n }" headers: cache-control: - no-cache @@ -1099,7 +1243,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:10 GMT + - Thu, 16 Mar 2023 02:42:59 GMT expires: - '-1' pragma: @@ -1132,8 +1276,8 @@ interactions: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size --nodepool-asg-ids --nodepool-allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1142,20 +1286,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-cliteststkatlonm-79a739\",\n \"fqdn\": \"cliakstest-cliteststkatlonm-79a739-19ce89cb.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-cliteststkatlonm-79a739-19ce89cb.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcvnrq6zxo-79a739\",\n \"fqdn\": \"cliakstest-clitestcvnrq6zxo-79a739-mr5osckf.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcvnrq6zxo-79a739-mr5osckf.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {\n \"allowedHostPorts\": [\n {\n \"portStart\": 53,\n \"portEnd\": 53,\n \"protocol\": \"UDP\"\n },\n {\n \"portStart\": 80,\n \"portEnd\": @@ -1168,14 +1312,14 @@ interactions: \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2\"\n \ ]\n }\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/cd17718e-aef9-47ab-a33c-d3756e0aba38\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1b9e7bb3-765d-419c-8738-3ea2049fb5f7\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1196,11 +1340,11 @@ interactions: cache-control: - no-cache content-length: - - '4994' + - '4990' content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:10 GMT + - Thu, 16 Mar 2023 02:42:59 GMT expires: - '-1' pragma: @@ -1234,8 +1378,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1243,17 +1387,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d569ba98-c08e-4d46-91dd-31b9e6add2b3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc3f9727-dc2a-4a0e-93ba-ea6ce9b2cc1c?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:44:11 GMT + - Thu, 16 Mar 2023 02:43:00 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d569ba98-c08e-4d46-91dd-31b9e6add2b3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/bc3f9727-dc2a-4a0e-93ba-ea6ce9b2cc1c?api-version=2016-03-30 pragma: - no-cache server: @@ -1263,7 +1407,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14992' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml old mode 100644 new mode 100755 index 160096c1b4c..b3cc2383f29 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_oidc_issuer_enabled.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --aks-custom-headers --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:43:01 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest5k7xysnrw-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestbyjw7nqzp-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "oidcIssuerProfile": {"enabled": true}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", @@ -35,8 +81,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -45,23 +91,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5k7xysnrw-79a739\",\n \"fqdn\": \"cliakstest-clitest5k7xysnrw-79a739-65f1de79.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5k7xysnrw-79a739-65f1de79.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbyjw7nqzp-79a739\",\n \"fqdn\": \"cliakstest-clitestbyjw7nqzp-79a739-0od62g9i.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbyjw7nqzp-79a739-0od62g9i.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -77,22 +123,22 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/58e7ea2f-9470-40b0-9e34-1d073c2f3ebc/\"\n + true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/b3371750-de63-4e35-ab64-5ff7272108d8/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3613' + - '3609' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:13 GMT + - Thu, 16 Mar 2023 02:43:06 GMT expires: - '-1' pragma: @@ -123,14 +169,259 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:43:35 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --aks-custom-headers --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:44:06 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --aks-custom-headers --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:44:36 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --aks-custom-headers --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:45:06 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --aks-custom-headers --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:45:36 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --aks-custom-headers --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -139,7 +430,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:43 GMT + - Thu, 16 Mar 2023 02:46:06 GMT expires: - '-1' pragma: @@ -172,14 +463,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -188,7 +479,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:13 GMT + - Thu, 16 Mar 2023 02:46:37 GMT expires: - '-1' pragma: @@ -221,14 +512,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +528,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:44 GMT + - Thu, 16 Mar 2023 02:47:07 GMT expires: - '-1' pragma: @@ -270,14 +561,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -286,7 +577,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:14 GMT + - Thu, 16 Mar 2023 02:47:36 GMT expires: - '-1' pragma: @@ -319,14 +610,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -335,7 +626,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:44 GMT + - Thu, 16 Mar 2023 02:48:06 GMT expires: - '-1' pragma: @@ -368,14 +659,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -384,7 +675,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:14 GMT + - Thu, 16 Mar 2023 02:48:37 GMT expires: - '-1' pragma: @@ -417,14 +708,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -433,7 +724,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:44 GMT + - Thu, 16 Mar 2023 02:49:07 GMT expires: - '-1' pragma: @@ -466,14 +757,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -482,7 +773,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:14 GMT + - Thu, 16 Mar 2023 02:49:37 GMT expires: - '-1' pragma: @@ -515,14 +806,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\"\n }" headers: cache-control: - no-cache @@ -531,7 +822,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:44 GMT + - Thu, 16 Mar 2023 02:50:07 GMT expires: - '-1' pragma: @@ -564,15 +855,15 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4f76c83e-6f00-4a7f-8f1b-36e567f6399e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/657258a0-bbd8-4a93-b4d3-56bc2a6b53f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3ec8764f-006f-7f4a-8f1b-36e567f6399e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:34:14.0343549Z\",\n \"endTime\": - \"2022-11-24T10:38:49.0819296Z\"\n }" + string: "{\n \"name\": \"a0587265-d8bb-934a-b4d3-56bc2a6b53f1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:43:06.4664029Z\",\n \"endTime\": + \"2023-03-16T02:50:35.2804336Z\"\n }" headers: cache-control: - no-cache @@ -581,7 +872,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:14 GMT + - Thu, 16 Mar 2023 02:50:37 GMT expires: - '-1' pragma: @@ -614,8 +905,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --aks-custom-headers --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -624,30 +915,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5k7xysnrw-79a739\",\n \"fqdn\": \"cliakstest-clitest5k7xysnrw-79a739-65f1de79.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5k7xysnrw-79a739-65f1de79.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbyjw7nqzp-79a739\",\n \"fqdn\": \"cliakstest-clitestbyjw7nqzp-79a739-0od62g9i.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbyjw7nqzp-79a739-0od62g9i.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/8848d347-5b08-4a67-a13e-c4aa9ddf512f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e925a9a0-616b-4873-896f-3632ef042578\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -661,7 +952,7 @@ interactions: true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n \ },\n \"oidcIssuerProfile\": {\n \"enabled\": true,\n \"issuerURL\": - \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/58e7ea2f-9470-40b0-9e34-1d073c2f3ebc/\"\n + \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/b3371750-de63-4e35-ab64-5ff7272108d8/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -670,11 +961,11 @@ interactions: cache-control: - no-cache content-length: - - '4266' + - '4262' content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:14 GMT + - Thu, 16 Mar 2023 02:50:38 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml old mode 100644 new mode 100755 index eef3754593e..45734e075b4 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:36:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --aks-custom-headers -a + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:39:15Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:36:51Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:39:16 GMT + - Thu, 16 Mar 2023 02:36:51 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestwwkcosadd-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestxxsjtmv2f-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": true, "config": {}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", @@ -78,8 +124,8 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -88,23 +134,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestwwkcosadd-79a739\",\n \"fqdn\": \"cliakstest-clitestwwkcosadd-79a739-2ad0f980.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestwwkcosadd-79a739-2ad0f980.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestxxsjtmv2f-79a739\",\n \"fqdn\": \"cliakstest-clitestxxsjtmv2f-79a739-6jmymq14.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestxxsjtmv2f-79a739-6jmymq14.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -127,15 +173,15 @@ interactions: {\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/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3581' + - '3577' content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:20 GMT + - Thu, 16 Mar 2023 02:36:54 GMT expires: - '-1' pragma: @@ -147,7 +193,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1195' status: code: 201 message: Created @@ -166,14 +212,357 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:37:24 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: + - --resource-group --name --enable-managed-identity --aks-custom-headers -a + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:37:54 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: + - --resource-group --name --enable-managed-identity --aks-custom-headers -a + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:38:25 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: + - --resource-group --name --enable-managed-identity --aks-custom-headers -a + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:38:55 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: + - --resource-group --name --enable-managed-identity --aks-custom-headers -a + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:39:25 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: + - --resource-group --name --enable-managed-identity --aks-custom-headers -a + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:39:55 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: + - --resource-group --name --enable-managed-identity --aks-custom-headers -a + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:40:25 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: + - --resource-group --name --enable-managed-identity --aks-custom-headers -a + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" headers: cache-control: - no-cache @@ -182,7 +571,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:50 GMT + - Thu, 16 Mar 2023 02:40:55 GMT expires: - '-1' pragma: @@ -215,14 +604,14 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" headers: cache-control: - no-cache @@ -231,7 +620,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:20 GMT + - Thu, 16 Mar 2023 02:41:25 GMT expires: - '-1' pragma: @@ -264,14 +653,14 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" headers: cache-control: - no-cache @@ -280,7 +669,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:50 GMT + - Thu, 16 Mar 2023 02:41:55 GMT expires: - '-1' pragma: @@ -313,14 +702,14 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" headers: cache-control: - no-cache @@ -329,7 +718,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:21 GMT + - Thu, 16 Mar 2023 02:42:26 GMT expires: - '-1' pragma: @@ -362,14 +751,14 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" headers: cache-control: - no-cache @@ -378,7 +767,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:51 GMT + - Thu, 16 Mar 2023 02:42:55 GMT expires: - '-1' pragma: @@ -411,14 +800,14 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" headers: cache-control: - no-cache @@ -427,7 +816,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:21 GMT + - Thu, 16 Mar 2023 02:43:25 GMT expires: - '-1' pragma: @@ -460,14 +849,14 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" headers: cache-control: - no-cache @@ -476,7 +865,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:51 GMT + - Thu, 16 Mar 2023 02:43:55 GMT expires: - '-1' pragma: @@ -509,14 +898,14 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\"\n }" headers: cache-control: - no-cache @@ -525,7 +914,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:21 GMT + - Thu, 16 Mar 2023 02:44:25 GMT expires: - '-1' pragma: @@ -558,15 +947,15 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/77107780-7ec9-4ddd-b849-bb9a3505d93b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f861ea85-05b3-425a-a688-9f7e6b5bec61?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"80771077-c97e-dd4d-b849-bb9a3505d93b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:39:20.819714Z\",\n \"endTime\": - \"2022-11-24T10:43:36.5957818Z\"\n }" + string: "{\n \"name\": \"85ea61f8-b305-5a42-a688-9f7e6b5bec61\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:36:55.058648Z\",\n \"endTime\": + \"2023-03-16T02:44:55.6978253Z\"\n }" headers: cache-control: - no-cache @@ -575,7 +964,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:51 GMT + - Thu, 16 Mar 2023 02:44:56 GMT expires: - '-1' pragma: @@ -608,8 +997,8 @@ interactions: - --resource-group --name --enable-managed-identity --aks-custom-headers -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -618,23 +1007,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestwwkcosadd-79a739\",\n \"fqdn\": \"cliakstest-clitestwwkcosadd-79a739-2ad0f980.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestwwkcosadd-79a739-2ad0f980.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestxxsjtmv2f-79a739\",\n \"fqdn\": \"cliakstest-clitestxxsjtmv2f-79a739-6jmymq14.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestxxsjtmv2f-79a739-6jmymq14.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -642,7 +1031,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c4731aa1-2611-484f-85d4-51e7a5880ddf\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6093f042-84c5-4686-bf45-a553d4770ff1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -663,11 +1052,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:51 GMT + - Thu, 16 Mar 2023 02:44:56 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ossku.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ossku.yaml old mode 100644 new mode 100755 index 1570b84efd5..610b8cc766f --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ossku.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ossku.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:44:56 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:43:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:44:57Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:43:53 GMT + - Thu, 16 Mar 2023 02:44:57 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest7edgowrog-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestbrmwa76ar-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "osSKU": "CBLMariner", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", @@ -52,7 +97,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,23 +129,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest7edgowrog-79a739\",\n \"fqdn\": \"cliakstest-clitest7edgowrog-79a739-9c9f079c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest7edgowrog-79a739-9c9f079c.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbrmwa76ar-79a739\",\n \"fqdn\": \"cliakstest-clitestbrmwa76ar-79a739-1bjfggp1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbrmwa76ar-79a739-1bjfggp1.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"CBLMariner\",\n \"nodeImageVersion\": - \"AKSCBLMariner-V1-2022.10.24\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSCBLMariner-V1-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -122,15 +167,15 @@ interactions: {\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/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/386b5782-dd05-466a-906b-871bc4bb0e81?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3472' + - '3468' content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:57 GMT + - Thu, 16 Mar 2023 02:45:00 GMT expires: - '-1' pragma: @@ -160,158 +205,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:44:28 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: - - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:44:58 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: - - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:45:27 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: - - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/386b5782-dd05-466a-906b-871bc4bb0e81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" + string: "{\n \"name\": \"82576b38-05dd-6a46-906b-871bc4bb0e81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:45:01.4668121Z\"\n }" headers: cache-control: - no-cache @@ -320,7 +221,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:58 GMT + - Thu, 16 Mar 2023 02:45:31 GMT expires: - '-1' pragma: @@ -352,14 +253,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/386b5782-dd05-466a-906b-871bc4bb0e81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" + string: "{\n \"name\": \"82576b38-05dd-6a46-906b-871bc4bb0e81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:45:01.4668121Z\"\n }" headers: cache-control: - no-cache @@ -368,7 +269,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:28 GMT + - Thu, 16 Mar 2023 02:46:01 GMT expires: - '-1' pragma: @@ -400,14 +301,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/386b5782-dd05-466a-906b-871bc4bb0e81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" + string: "{\n \"name\": \"82576b38-05dd-6a46-906b-871bc4bb0e81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:45:01.4668121Z\"\n }" headers: cache-control: - no-cache @@ -416,7 +317,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:58 GMT + - Thu, 16 Mar 2023 02:46:31 GMT expires: - '-1' pragma: @@ -448,14 +349,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/386b5782-dd05-466a-906b-871bc4bb0e81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" + string: "{\n \"name\": \"82576b38-05dd-6a46-906b-871bc4bb0e81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:45:01.4668121Z\"\n }" headers: cache-control: - no-cache @@ -464,7 +365,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:28 GMT + - Thu, 16 Mar 2023 02:47:01 GMT expires: - '-1' pragma: @@ -496,14 +397,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/386b5782-dd05-466a-906b-871bc4bb0e81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" + string: "{\n \"name\": \"82576b38-05dd-6a46-906b-871bc4bb0e81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:45:01.4668121Z\"\n }" headers: cache-control: - no-cache @@ -512,7 +413,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:58 GMT + - Thu, 16 Mar 2023 02:47:31 GMT expires: - '-1' pragma: @@ -544,14 +445,14 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/386b5782-dd05-466a-906b-871bc4bb0e81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\"\n }" + string: "{\n \"name\": \"82576b38-05dd-6a46-906b-871bc4bb0e81\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:45:01.4668121Z\"\n }" headers: cache-control: - no-cache @@ -560,7 +461,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:28 GMT + - Thu, 16 Mar 2023 02:48:01 GMT expires: - '-1' pragma: @@ -592,24 +493,24 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5b115a00-19ac-48c6-af47-761cb46df701?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/386b5782-dd05-466a-906b-871bc4bb0e81?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a115b-ac19-c648-af47-761cb46df701\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:43:58.2594613Z\",\n \"endTime\": - \"2022-11-24T10:48:32.4451931Z\"\n }" + string: "{\n \"name\": \"82576b38-05dd-6a46-906b-871bc4bb0e81\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:45:01.4668121Z\",\n \"endTime\": + \"2023-03-16T02:48:16.922533Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:59 GMT + - Thu, 16 Mar 2023 02:48:32 GMT expires: - '-1' pragma: @@ -641,8 +542,8 @@ interactions: ParameterSetName: - --resource-group --name --vm-set-type -c --os-sku --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -651,30 +552,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest7edgowrog-79a739\",\n \"fqdn\": \"cliakstest-clitest7edgowrog-79a739-9c9f079c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest7edgowrog-79a739-9c9f079c.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestbrmwa76ar-79a739\",\n \"fqdn\": \"cliakstest-clitestbrmwa76ar-79a739-1bjfggp1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestbrmwa76ar-79a739-1bjfggp1.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"CBLMariner\",\n \"nodeImageVersion\": - \"AKSCBLMariner-V1-2022.10.24\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSCBLMariner-V1-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3c954090-75b8-4a8e-824d-edf08ecff010\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/61eadb77-55b6-46c6-a4e9-f27c5d1ebcb3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -695,11 +596,11 @@ interactions: cache-control: - no-cache content-length: - - '4125' + - '4121' content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:59 GMT + - Thu, 16 Mar 2023 02:48:32 GMT expires: - '-1' pragma: @@ -733,8 +634,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -742,17 +643,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3ca4ac7-5d52-48e6-a723-2a21aa0ba7f2?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9ff4e644-f2ec-45c1-b62f-b0e3bc0185b6?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:49:00 GMT + - Thu, 16 Mar 2023 02:48:33 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b3ca4ac7-5d52-48e6-a723-2a21aa0ba7f2?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9ff4e644-f2ec-45c1-b62f-b0e3bc0185b6?api-version=2016-03-30 pragma: - no-cache server: @@ -762,7 +663,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14989' + - '14996' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml old mode 100644 new mode 100755 index bf74c712d4f..e0785e2796e --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_overlay_network_plugin_mode.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --network-plugin --network-plugin-mode + --ssh-key-value --pod-cidr --node-count --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:38:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3t2iwzz3w-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestntkgkctow-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "azure", "networkPluginMode": "overlay", "podCidr": "10.244.0.0/16", "outboundType": @@ -34,8 +80,8 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -44,23 +90,23 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3t2iwzz3w-79a739\",\n \"fqdn\": \"cliakstest-clitest3t2iwzz3w-79a739-e95a0aae.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3t2iwzz3w-79a739-e95a0aae.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestntkgkctow-79a739\",\n \"fqdn\": \"cliakstest-clitestntkgkctow-79a739-79cln0x2.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestntkgkctow-79a739-79cln0x2.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -84,15 +130,15 @@ interactions: {\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/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3628' + - '3625' content-type: - application/json date: - - Thu, 24 Nov 2022 10:20:07 GMT + - Thu, 16 Mar 2023 02:38:51 GMT expires: - '-1' pragma: @@ -123,112 +169,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:20:37 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: - - --resource-group --name --location --network-plugin --network-plugin-mode - --ssh-key-value --pod-cidr --node-count --aks-custom-headers - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:21:07 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: - - --resource-group --name --location --network-plugin --network-plugin-mode - --ssh-key-value --pod-cidr --node-count --aks-custom-headers - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +185,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:38 GMT + - Thu, 16 Mar 2023 02:39:21 GMT expires: - '-1' pragma: @@ -270,14 +218,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\"\n }" headers: cache-control: - no-cache @@ -286,7 +234,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:08 GMT + - Thu, 16 Mar 2023 02:39:51 GMT expires: - '-1' pragma: @@ -319,14 +267,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\"\n }" headers: cache-control: - no-cache @@ -335,7 +283,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:38 GMT + - Thu, 16 Mar 2023 02:40:21 GMT expires: - '-1' pragma: @@ -368,14 +316,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\"\n }" headers: cache-control: - no-cache @@ -384,7 +332,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:07 GMT + - Thu, 16 Mar 2023 02:40:51 GMT expires: - '-1' pragma: @@ -417,14 +365,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\"\n }" headers: cache-control: - no-cache @@ -433,7 +381,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:37 GMT + - Thu, 16 Mar 2023 02:41:21 GMT expires: - '-1' pragma: @@ -466,14 +414,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\"\n }" headers: cache-control: - no-cache @@ -482,7 +430,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:07 GMT + - Thu, 16 Mar 2023 02:41:51 GMT expires: - '-1' pragma: @@ -515,14 +463,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\"\n }" headers: cache-control: - no-cache @@ -531,7 +479,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:38 GMT + - Thu, 16 Mar 2023 02:42:22 GMT expires: - '-1' pragma: @@ -564,14 +512,14 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\"\n }" headers: cache-control: - no-cache @@ -580,7 +528,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:08 GMT + - Thu, 16 Mar 2023 02:42:52 GMT expires: - '-1' pragma: @@ -613,15 +561,15 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/68e7c581-bd25-4813-866c-69083c030e02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/2e6fc4b8-5cf6-4911-bc88-522f258cee76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81c5e768-25bd-1348-866c-69083c030e02\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:20:07.6291573Z\",\n \"endTime\": - \"2022-11-24T10:25:13.3021249Z\"\n }" + string: "{\n \"name\": \"b8c46f2e-f65c-1149-bc88-522f258cee76\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:38:51.0863298Z\",\n \"endTime\": + \"2023-03-16T02:43:13.5890999Z\"\n }" headers: cache-control: - no-cache @@ -630,7 +578,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:38 GMT + - Thu, 16 Mar 2023 02:43:22 GMT expires: - '-1' pragma: @@ -663,8 +611,8 @@ interactions: - --resource-group --name --location --network-plugin --network-plugin-mode --ssh-key-value --pod-cidr --node-count --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -673,23 +621,23 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3t2iwzz3w-79a739\",\n \"fqdn\": \"cliakstest-clitest3t2iwzz3w-79a739-e95a0aae.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3t2iwzz3w-79a739-e95a0aae.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestntkgkctow-79a739\",\n \"fqdn\": \"cliakstest-clitestntkgkctow-79a739-79cln0x2.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestntkgkctow-79a739-79cln0x2.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser\",\n \"enableCSIProxy\": true\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -698,7 +646,7 @@ interactions: {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": \"overlay\",\n \ \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_centraluseuap/providers/Microsoft.Network/publicIPAddresses/ee83d53b-19b0-4cb1-bae9-6158746956aa\"\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_centraluseuap/providers/Microsoft.Network/publicIPAddresses/9be87d94-3bff-4041-a717-3bd9136c055c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -719,11 +667,11 @@ interactions: cache-control: - no-cache content-length: - - '4293' + - '4290' content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:39 GMT + - Thu, 16 Mar 2023 02:43:22 GMT expires: - '-1' pragma: @@ -757,8 +705,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -766,17 +714,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/1e94c159-1c8f-416b-a455-fa121885b5db?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/af940cc6-9f51-4778-8fa2-bc6fe8895f06?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:25:40 GMT + - Thu, 16 Mar 2023 02:43:23 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/1e94c159-1c8f-416b-a455-fa121885b5db?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/af940cc6-9f51-4778-8fa2-bc6fe8895f06?api-version=2016-03-30 pragma: - no-cache server: @@ -786,7 +734,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_pod_identity_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_pod_identity_enabled.yaml old mode 100644 new mode 100755 index 10a187b27a7..6b2f97f9c67 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_pod_identity_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_pod_identity_enabled.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --enable-pod-identity + --enable-pod-identity-with-kubenet --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 04:59:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest4zgi65ax4-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest47intbzwa-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "podIdentityProfile": {"enabled": true, "allowNetworkPluginKubenet": true}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", @@ -33,8 +79,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -43,23 +89,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -82,15 +128,15 @@ interactions: {\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/westus2/operations/2c0453fe-79d8-4089-b46f-fca78f136994?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3572' + - '3568' content-type: - application/json date: - - Thu, 24 Nov 2022 15:04:08 GMT + - Mon, 20 Mar 2023 04:59:10 GMT expires: - '-1' pragma: @@ -121,14 +167,63 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"97fa885c-d06d-ec45-a77a-4fe0997b693f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:10.3748031Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 04:59:39 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: + - --resource-group --name --location --enable-managed-identity --enable-pod-identity + --enable-pod-identity-with-kubenet --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c0453fe-79d8-4089-b46f-fca78f136994?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fe53042c-d879-8940-b46f-fca78f136994\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:08.6862611Z\"\n }" + string: "{\n \"name\": \"97fa885c-d06d-ec45-a77a-4fe0997b693f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:10.3748031Z\"\n }" headers: cache-control: - no-cache @@ -137,7 +232,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:04:38 GMT + - Mon, 20 Mar 2023 05:00:10 GMT expires: - '-1' pragma: @@ -170,14 +265,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c0453fe-79d8-4089-b46f-fca78f136994?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fe53042c-d879-8940-b46f-fca78f136994\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:08.6862611Z\"\n }" + string: "{\n \"name\": \"97fa885c-d06d-ec45-a77a-4fe0997b693f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:10.3748031Z\"\n }" headers: cache-control: - no-cache @@ -186,7 +281,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:08 GMT + - Mon, 20 Mar 2023 05:00:40 GMT expires: - '-1' pragma: @@ -219,14 +314,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c0453fe-79d8-4089-b46f-fca78f136994?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fe53042c-d879-8940-b46f-fca78f136994\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:08.6862611Z\"\n }" + string: "{\n \"name\": \"97fa885c-d06d-ec45-a77a-4fe0997b693f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:10.3748031Z\"\n }" headers: cache-control: - no-cache @@ -235,7 +330,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:38 GMT + - Mon, 20 Mar 2023 05:01:10 GMT expires: - '-1' pragma: @@ -268,14 +363,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c0453fe-79d8-4089-b46f-fca78f136994?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fe53042c-d879-8940-b46f-fca78f136994\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:08.6862611Z\"\n }" + string: "{\n \"name\": \"97fa885c-d06d-ec45-a77a-4fe0997b693f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:10.3748031Z\"\n }" headers: cache-control: - no-cache @@ -284,7 +379,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:08 GMT + - Mon, 20 Mar 2023 05:01:40 GMT expires: - '-1' pragma: @@ -317,14 +412,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c0453fe-79d8-4089-b46f-fca78f136994?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fe53042c-d879-8940-b46f-fca78f136994\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:08.6862611Z\"\n }" + string: "{\n \"name\": \"97fa885c-d06d-ec45-a77a-4fe0997b693f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:10.3748031Z\"\n }" headers: cache-control: - no-cache @@ -333,7 +428,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:38 GMT + - Mon, 20 Mar 2023 05:02:10 GMT expires: - '-1' pragma: @@ -366,14 +461,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c0453fe-79d8-4089-b46f-fca78f136994?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fe53042c-d879-8940-b46f-fca78f136994\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:08.6862611Z\"\n }" + string: "{\n \"name\": \"97fa885c-d06d-ec45-a77a-4fe0997b693f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:10.3748031Z\"\n }" headers: cache-control: - no-cache @@ -382,7 +477,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:08 GMT + - Mon, 20 Mar 2023 05:02:40 GMT expires: - '-1' pragma: @@ -415,15 +510,15 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c0453fe-79d8-4089-b46f-fca78f136994?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c88fa97-6dd0-45ec-a77a-4fe0997b693f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fe53042c-d879-8940-b46f-fca78f136994\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:04:08.6862611Z\",\n \"endTime\": - \"2022-11-24T15:07:17.752122Z\"\n }" + string: "{\n \"name\": \"97fa885c-d06d-ec45-a77a-4fe0997b693f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T04:59:10.3748031Z\",\n \"endTime\": + \"2023-03-20T05:02:47.728273Z\"\n }" headers: cache-control: - no-cache @@ -432,7 +527,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:39 GMT + - Mon, 20 Mar 2023 05:03:10 GMT expires: - '-1' pragma: @@ -465,8 +560,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-pod-identity --enable-pod-identity-with-kubenet --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -475,30 +570,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -520,11 +615,11 @@ interactions: cache-control: - no-cache content-length: - - '4225' + - '4221' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:39 GMT + - Mon, 20 Mar 2023 05:03:11 GMT expires: - '-1' pragma: @@ -556,8 +651,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -566,30 +661,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -611,11 +706,11 @@ interactions: cache-control: - no-cache content-length: - - '4225' + - '4221' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:40 GMT + - Mon, 20 Mar 2023 05:03:12 GMT expires: - '-1' pragma: @@ -635,16 +730,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest4zgi65ax4-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest47intbzwa-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": false}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": @@ -652,7 +747,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -669,14 +764,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2707' + - '2705' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -685,30 +780,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -728,15 +823,15 @@ interactions: {\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/westus2/operations/961cb97e-b565-400d-b7da-0f7b9b8a1ba9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b6795b7-8b9d-405c-8804-2fccd921e151?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4160' + - '4156' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:43 GMT + - Mon, 20 Mar 2023 05:03:15 GMT expires: - '-1' pragma: @@ -770,23 +865,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/961cb97e-b565-400d-b7da-0f7b9b8a1ba9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b6795b7-8b9d-405c-8804-2fccd921e151?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7eb91c96-65b5-0d40-b7da-0f7b9b8a1ba9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:43.653298Z\"\n }" + string: "{\n \"name\": \"b795672b-9d8b-5c40-8804-2fccd921e151\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:15.1726734Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:13 GMT + - Mon, 20 Mar 2023 05:03:44 GMT expires: - '-1' pragma: @@ -818,23 +913,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/961cb97e-b565-400d-b7da-0f7b9b8a1ba9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b6795b7-8b9d-405c-8804-2fccd921e151?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7eb91c96-65b5-0d40-b7da-0f7b9b8a1ba9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:43.653298Z\"\n }" + string: "{\n \"name\": \"b795672b-9d8b-5c40-8804-2fccd921e151\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:15.1726734Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:43 GMT + - Mon, 20 Mar 2023 05:04:14 GMT expires: - '-1' pragma: @@ -866,15 +961,63 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/961cb97e-b565-400d-b7da-0f7b9b8a1ba9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b6795b7-8b9d-405c-8804-2fccd921e151?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7eb91c96-65b5-0d40-b7da-0f7b9b8a1ba9\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:07:43.653298Z\",\n \"endTime\": - \"2022-11-24T15:09:11.4121416Z\"\n }" + string: "{\n \"name\": \"b795672b-9d8b-5c40-8804-2fccd921e151\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:15.1726734Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 05:04:45 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disable-pod-identity + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b6795b7-8b9d-405c-8804-2fccd921e151?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b795672b-9d8b-5c40-8804-2fccd921e151\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:03:15.1726734Z\",\n \"endTime\": + \"2023-03-20T05:04:48.621616Z\"\n }" headers: cache-control: - no-cache @@ -883,7 +1026,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:14 GMT + - Mon, 20 Mar 2023 05:05:15 GMT expires: - '-1' pragma: @@ -915,8 +1058,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-pod-identity User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -925,30 +1068,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -970,11 +1113,11 @@ interactions: cache-control: - no-cache content-length: - - '4162' + - '4158' content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:14 GMT + - Mon, 20 Mar 2023 05:05:15 GMT expires: - '-1' pragma: @@ -1006,8 +1149,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity --enable-pod-identity-with-kubenet User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1016,30 +1159,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1061,11 +1204,11 @@ interactions: cache-control: - no-cache content-length: - - '4162' + - '4158' content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:14 GMT + - Mon, 20 Mar 2023 05:05:16 GMT expires: - '-1' pragma: @@ -1085,16 +1228,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest4zgi65ax4-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest47intbzwa-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": true, "allowNetworkPluginKubenet": true, "userAssignedIdentities": [], "userAssignedIdentityExceptions": []}, "oidcIssuerProfile": {"enabled": @@ -1103,7 +1246,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1120,14 +1263,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2809' + - '2807' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-pod-identity --enable-pod-identity-with-kubenet User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1136,30 +1279,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1179,15 +1322,15 @@ interactions: {\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/westus2/operations/59637ed1-9ac7-425b-a5ab-e73bf0124788?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c7fc814-867c-412c-8098-c88f03065749?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4223' + - '4219' content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:17 GMT + - Mon, 20 Mar 2023 05:05:19 GMT expires: - '-1' pragma: @@ -1221,14 +1364,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity --enable-pod-identity-with-kubenet User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/59637ed1-9ac7-425b-a5ab-e73bf0124788?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c7fc814-867c-412c-8098-c88f03065749?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d17e6359-c79a-5b42-a5ab-e73bf0124788\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:09:18.1124604Z\"\n }" + string: "{\n \"name\": \"14c87f7c-7c86-2c41-8098-c88f03065749\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:05:20.4075422Z\"\n }" headers: cache-control: - no-cache @@ -1237,7 +1380,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:47 GMT + - Mon, 20 Mar 2023 05:05:49 GMT expires: - '-1' pragma: @@ -1269,14 +1412,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity --enable-pod-identity-with-kubenet User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/59637ed1-9ac7-425b-a5ab-e73bf0124788?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c7fc814-867c-412c-8098-c88f03065749?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d17e6359-c79a-5b42-a5ab-e73bf0124788\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:09:18.1124604Z\"\n }" + string: "{\n \"name\": \"14c87f7c-7c86-2c41-8098-c88f03065749\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:05:20.4075422Z\"\n }" headers: cache-control: - no-cache @@ -1285,7 +1428,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:18 GMT + - Mon, 20 Mar 2023 05:06:20 GMT expires: - '-1' pragma: @@ -1317,24 +1460,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity --enable-pod-identity-with-kubenet User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/59637ed1-9ac7-425b-a5ab-e73bf0124788?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c7fc814-867c-412c-8098-c88f03065749?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d17e6359-c79a-5b42-a5ab-e73bf0124788\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:09:18.1124604Z\",\n \"endTime\": - \"2022-11-24T15:10:42.59261Z\"\n }" + string: "{\n \"name\": \"14c87f7c-7c86-2c41-8098-c88f03065749\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:05:20.4075422Z\"\n }" headers: cache-control: - no-cache content-length: - - '168' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:48 GMT + - Mon, 20 Mar 2023 05:06:50 GMT expires: - '-1' pragma: @@ -1366,8 +1508,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-pod-identity --enable-pod-identity-with-kubenet User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c7fc814-867c-412c-8098-c88f03065749?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"14c87f7c-7c86-2c41-8098-c88f03065749\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:05:20.4075422Z\",\n \"endTime\": + \"2023-03-20T05:06:52.6763049Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 05:07:20 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-pod-identity --enable-pod-identity-with-kubenet + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1376,30 +1567,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1421,11 +1612,11 @@ interactions: cache-control: - no-cache content-length: - - '4225' + - '4221' content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:48 GMT + - Mon, 20 Mar 2023 05:07:20 GMT expires: - '-1' pragma: @@ -1457,8 +1648,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1467,30 +1658,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1512,11 +1703,11 @@ interactions: cache-control: - no-cache content-length: - - '4225' + - '4221' content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:49 GMT + - Mon, 20 Mar 2023 05:07:21 GMT expires: - '-1' pragma: @@ -1536,16 +1727,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest4zgi65ax4-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest47intbzwa-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": true, "allowNetworkPluginKubenet": true, "userAssignedIdentities": [], "userAssignedIdentityExceptions": [{"name": "test-name", "namespace": "test-namespace", @@ -1555,7 +1746,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1573,14 +1764,14 @@ interactions: Connection: - keep-alive Content-Length: - - '3002' + - '3000' Content-Type: - application/json ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1589,30 +1780,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1635,15 +1826,15 @@ interactions: {\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/westus2/operations/3e70a179-4199-44f6-9678-c236b5901c51?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/991ada12-b35e-41de-828d-36ca72897a64?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4397' + - '4393' content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:52 GMT + - Mon, 20 Mar 2023 05:07:25 GMT expires: - '-1' pragma: @@ -1677,14 +1868,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3e70a179-4199-44f6-9678-c236b5901c51?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/991ada12-b35e-41de-828d-36ca72897a64?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"79a1703e-9941-f644-9678-c236b5901c51\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:10:52.9467138Z\"\n }" + string: "{\n \"name\": \"12da1a99-5eb3-de41-828d-36ca72897a64\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:07:25.4549035Z\"\n }" headers: cache-control: - no-cache @@ -1693,7 +1884,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:22 GMT + - Mon, 20 Mar 2023 05:07:55 GMT expires: - '-1' pragma: @@ -1725,14 +1916,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3e70a179-4199-44f6-9678-c236b5901c51?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/991ada12-b35e-41de-828d-36ca72897a64?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"79a1703e-9941-f644-9678-c236b5901c51\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:10:52.9467138Z\"\n }" + string: "{\n \"name\": \"12da1a99-5eb3-de41-828d-36ca72897a64\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:07:25.4549035Z\"\n }" headers: cache-control: - no-cache @@ -1741,7 +1932,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:53 GMT + - Mon, 20 Mar 2023 05:08:25 GMT expires: - '-1' pragma: @@ -1773,15 +1964,63 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3e70a179-4199-44f6-9678-c236b5901c51?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/991ada12-b35e-41de-828d-36ca72897a64?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"79a1703e-9941-f644-9678-c236b5901c51\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:10:52.9467138Z\",\n \"endTime\": - \"2022-11-24T15:12:21.9120297Z\"\n }" + string: "{\n \"name\": \"12da1a99-5eb3-de41-828d-36ca72897a64\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:07:25.4549035Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 05:08:55 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 pod-identity exception add + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group --namespace --name --pod-labels + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/991ada12-b35e-41de-828d-36ca72897a64?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"12da1a99-5eb3-de41-828d-36ca72897a64\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:07:25.4549035Z\",\n \"endTime\": + \"2023-03-20T05:09:09.3888311Z\"\n }" headers: cache-control: - no-cache @@ -1790,7 +2029,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:23 GMT + - Mon, 20 Mar 2023 05:09:25 GMT expires: - '-1' pragma: @@ -1822,8 +2061,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1832,30 +2071,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1880,11 +2119,11 @@ interactions: cache-control: - no-cache content-length: - - '4399' + - '4395' content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:23 GMT + - Mon, 20 Mar 2023 05:09:25 GMT expires: - '-1' pragma: @@ -1916,8 +2155,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1926,30 +2165,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1974,11 +2213,11 @@ interactions: cache-control: - no-cache content-length: - - '4399' + - '4395' content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:24 GMT + - Mon, 20 Mar 2023 05:09:27 GMT expires: - '-1' pragma: @@ -1998,16 +2237,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest4zgi65ax4-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest47intbzwa-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": true, "allowNetworkPluginKubenet": true, "userAssignedIdentities": [], "userAssignedIdentityExceptions": [{"name": "test-name", "namespace": "test-namespace", @@ -2017,7 +2256,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -2035,14 +2274,14 @@ interactions: Connection: - keep-alive Content-Length: - - '3012' + - '3010' Content-Type: - application/json ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2051,30 +2290,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2097,15 +2336,15 @@ interactions: {\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/westus2/operations/15b66ee5-e9c3-435e-95cb-628173837a46?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67109171-2975-40fe-b5d1-540adabbe5a0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4414' + - '4410' content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:27 GMT + - Mon, 20 Mar 2023 05:09:30 GMT expires: - '-1' pragma: @@ -2139,71 +2378,23 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/15b66ee5-e9c3-435e-95cb-628173837a46?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67109171-2975-40fe-b5d1-540adabbe5a0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e56eb615-c3e9-5e43-95cb-628173837a46\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:12:27.8278056Z\"\n }" + string: "{\n \"name\": \"71911067-7529-fe40-b5d1-540adabbe5a0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:09:30.596019Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:12:57 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 pod-identity exception update - Connection: - - keep-alive - ParameterSetName: - - --cluster-name --resource-group --namespace --name --pod-labels - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/15b66ee5-e9c3-435e-95cb-628173837a46?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"e56eb615-c3e9-5e43-95cb-628173837a46\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:12:27.8278056Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 15:13:27 GMT + - Mon, 20 Mar 2023 05:10:00 GMT expires: - '-1' pragma: @@ -2235,23 +2426,23 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/15b66ee5-e9c3-435e-95cb-628173837a46?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67109171-2975-40fe-b5d1-540adabbe5a0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e56eb615-c3e9-5e43-95cb-628173837a46\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:12:27.8278056Z\"\n }" + string: "{\n \"name\": \"71911067-7529-fe40-b5d1-540adabbe5a0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:09:30.596019Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 15:13:58 GMT + - Mon, 20 Mar 2023 05:10:30 GMT expires: - '-1' pragma: @@ -2283,24 +2474,24 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/15b66ee5-e9c3-435e-95cb-628173837a46?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67109171-2975-40fe-b5d1-540adabbe5a0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e56eb615-c3e9-5e43-95cb-628173837a46\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:12:27.8278056Z\",\n \"endTime\": - \"2022-11-24T15:14:03.6079329Z\"\n }" + string: "{\n \"name\": \"71911067-7529-fe40-b5d1-540adabbe5a0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:09:30.596019Z\",\n \"endTime\": + \"2023-03-20T05:11:00.7958659Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:28 GMT + - Mon, 20 Mar 2023 05:11:01 GMT expires: - '-1' pragma: @@ -2332,8 +2523,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name --pod-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2342,30 +2533,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2390,11 +2581,11 @@ interactions: cache-control: - no-cache content-length: - - '4416' + - '4412' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:28 GMT + - Mon, 20 Mar 2023 05:11:01 GMT expires: - '-1' pragma: @@ -2426,8 +2617,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2436,30 +2627,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2484,11 +2675,11 @@ interactions: cache-control: - no-cache content-length: - - '4416' + - '4412' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:28 GMT + - Mon, 20 Mar 2023 05:11:02 GMT expires: - '-1' pragma: @@ -2508,16 +2699,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest4zgi65ax4-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest47intbzwa-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "podIdentityProfile": {"enabled": true, "allowNetworkPluginKubenet": true, "userAssignedIdentities": [], "userAssignedIdentityExceptions": []}, "oidcIssuerProfile": {"enabled": @@ -2526,7 +2717,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -2544,14 +2735,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2921' + - '2919' Content-Type: - application/json ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2560,30 +2751,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2603,15 +2794,15 @@ interactions: {\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/westus2/operations/43dd34e1-8211-47eb-95bf-49488bc242f4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/87df9f99-9a04-4586-8319-de7ee4f965d3?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4223' + - '4219' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:31 GMT + - Mon, 20 Mar 2023 05:11:04 GMT expires: - '-1' pragma: @@ -2627,7 +2818,55 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks pod-identity exception delete + Connection: + - keep-alive + ParameterSetName: + - --cluster-name --resource-group --namespace --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/87df9f99-9a04-4586-8319-de7ee4f965d3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"999fdf87-049a-8645-8319-de7ee4f965d3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:11:04.8776354Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 05:11:34 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 @@ -2645,14 +2884,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/43dd34e1-8211-47eb-95bf-49488bc242f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/87df9f99-9a04-4586-8319-de7ee4f965d3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e134dd43-1182-eb47-95bf-49488bc242f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:32.2108793Z\"\n }" + string: "{\n \"name\": \"999fdf87-049a-8645-8319-de7ee4f965d3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:11:04.8776354Z\"\n }" headers: cache-control: - no-cache @@ -2661,7 +2900,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:15:02 GMT + - Mon, 20 Mar 2023 05:12:04 GMT expires: - '-1' pragma: @@ -2693,14 +2932,14 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/43dd34e1-8211-47eb-95bf-49488bc242f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/87df9f99-9a04-4586-8319-de7ee4f965d3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e134dd43-1182-eb47-95bf-49488bc242f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:32.2108793Z\"\n }" + string: "{\n \"name\": \"999fdf87-049a-8645-8319-de7ee4f965d3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:11:04.8776354Z\"\n }" headers: cache-control: - no-cache @@ -2709,7 +2948,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:15:32 GMT + - Mon, 20 Mar 2023 05:12:34 GMT expires: - '-1' pragma: @@ -2741,15 +2980,15 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/43dd34e1-8211-47eb-95bf-49488bc242f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/87df9f99-9a04-4586-8319-de7ee4f965d3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e134dd43-1182-eb47-95bf-49488bc242f4\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:14:32.2108793Z\",\n \"endTime\": - \"2022-11-24T15:16:01.5863851Z\"\n }" + string: "{\n \"name\": \"999fdf87-049a-8645-8319-de7ee4f965d3\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:11:04.8776354Z\",\n \"endTime\": + \"2023-03-20T05:12:43.2239717Z\"\n }" headers: cache-control: - no-cache @@ -2758,7 +2997,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:16:02 GMT + - Mon, 20 Mar 2023 05:13:05 GMT expires: - '-1' pragma: @@ -2790,8 +3029,8 @@ interactions: ParameterSetName: - --cluster-name --resource-group --namespace --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2800,30 +3039,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4zgi65ax4-8ecadf\",\n \"fqdn\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4zgi65ax4-8ecadf-41183308.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest47intbzwa-8ecadf\",\n \"fqdn\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest47intbzwa-8ecadf-v6qu44zt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d04e9ef2-00ee-4950-b872-29552253bbbd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4877821f-58c6-45b5-b20d-efa100afbc4c\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2845,11 +3084,11 @@ interactions: cache-control: - no-cache content-length: - - '4225' + - '4221' content-type: - application/json date: - - Thu, 24 Nov 2022 15:16:02 GMT + - Mon, 20 Mar 2023 05:13:05 GMT expires: - '-1' pragma: @@ -2883,8 +3122,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2892,17 +3131,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7e9facab-08ed-4d7d-b0cf-5cd82f4ff6a8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71ef4600-f8ee-4cc9-8887-23fa81195e76?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 15:16:03 GMT + - Mon, 20 Mar 2023 05:13:06 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7e9facab-08ed-4d7d-b0cf-5cd82f4ff6a8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/71ef4600-f8ee-4cc9-8887-23fa81195e76?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_blob_csi_driver.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_blob_csi_driver.yaml old mode 100644 new mode 100755 index 42824bfc2c9..e2346376b00 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_blob_csi_driver.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_blob_csi_driver.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:39:23 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:25:48Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"centraluseuap","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:39:23Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:25:49 GMT + - Thu, 16 Mar 2023 02:39:23 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "centraluseuap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestoh33qkbx5-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestialglmorq-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestoh33qkbx5-79a739\",\n \"fqdn\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestialglmorq-79a739\",\n \"fqdn\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3504' + - '3501' content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:54 GMT + - Thu, 16 Mar 2023 02:39:29 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1194' status: code: 201 message: Created @@ -159,14 +204,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +220,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:24 GMT + - Thu, 16 Mar 2023 02:40:00 GMT expires: - '-1' pragma: @@ -207,14 +252,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:54 GMT + - Thu, 16 Mar 2023 02:40:30 GMT expires: - '-1' pragma: @@ -255,14 +300,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:24 GMT + - Thu, 16 Mar 2023 02:41:00 GMT expires: - '-1' pragma: @@ -303,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:54 GMT + - Thu, 16 Mar 2023 02:41:30 GMT expires: - '-1' pragma: @@ -351,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:25 GMT + - Thu, 16 Mar 2023 02:42:00 GMT expires: - '-1' pragma: @@ -399,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:55 GMT + - Thu, 16 Mar 2023 02:42:30 GMT expires: - '-1' pragma: @@ -447,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:25 GMT + - Thu, 16 Mar 2023 02:43:01 GMT expires: - '-1' pragma: @@ -495,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:55 GMT + - Thu, 16 Mar 2023 02:43:31 GMT expires: - '-1' pragma: @@ -543,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:25 GMT + - Thu, 16 Mar 2023 02:44:01 GMT expires: - '-1' pragma: @@ -591,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:55 GMT + - Thu, 16 Mar 2023 02:44:31 GMT expires: - '-1' pragma: @@ -639,15 +684,255 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/f1bbc8a8-5012-4c1a-9707-13eaa641a827?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a8c8bbf1-1250-1a4c-9707-13eaa641a827\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:25:54.3690907Z\",\n \"endTime\": - \"2022-11-24T10:31:25.3883586Z\"\n }" + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:45:01 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:45:31 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:46:01 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:46:31 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:47:01 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/08863c89-6285-4a90-81b2-7e5e82fd8839?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"893c8608-8562-904a-81b2-7e5e82fd8839\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:39:29.8529616Z\",\n \"endTime\": + \"2023-03-16T02:47:02.4782913Z\"\n }" headers: cache-control: - no-cache @@ -656,7 +941,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:25 GMT + - Thu, 16 Mar 2023 02:47:31 GMT expires: - '-1' pragma: @@ -688,8 +973,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -698,30 +983,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestoh33qkbx5-79a739\",\n \"fqdn\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestialglmorq-79a739\",\n \"fqdn\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/23a18e83-c450-45c8-bdf9-d5bc7130a340\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e35b5f4b-0b09-4ab1-a744-230ecbbd901e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -742,11 +1027,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:25 GMT + - Thu, 16 Mar 2023 02:47:32 GMT expires: - '-1' pragma: @@ -778,8 +1063,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -788,30 +1073,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestoh33qkbx5-79a739\",\n \"fqdn\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestialglmorq-79a739\",\n \"fqdn\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/23a18e83-c450-45c8-bdf9-d5bc7130a340\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e35b5f4b-0b09-4ab1-a744-230ecbbd901e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -832,11 +1117,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:26 GMT + - Thu, 16 Mar 2023 02:47:33 GMT expires: - '-1' pragma: @@ -857,22 +1142,22 @@ interactions: - request: body: '{"location": "centraluseuap", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitestoh33qkbx5-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestialglmorq-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_centraluseuap", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/23a18e83-c450-45c8-bdf9-d5bc7130a340"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e35b5f4b-0b09-4ab1-a744-230ecbbd901e"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -889,14 +1174,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2689' + - '2687' Content-Type: - application/json ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -905,30 +1190,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestoh33qkbx5-79a739\",\n \"fqdn\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestialglmorq-79a739\",\n \"fqdn\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/23a18e83-c450-45c8-bdf9-d5bc7130a340\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e35b5f4b-0b09-4ab1-a744-230ecbbd901e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -947,15 +1232,15 @@ interactions: {\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/centraluseuap/operations/75a19907-6f86-460d-8183-e86db7cae98e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e3acf564-b3a9-4c77-b1d6-839ecfca5184?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4167' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:29 GMT + - Thu, 16 Mar 2023 02:47:37 GMT expires: - '-1' pragma: @@ -971,7 +1256,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1193' status: code: 200 message: OK @@ -989,23 +1274,23 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a19907-6f86-460d-8183-e86db7cae98e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e3acf564-b3a9-4c77-b1d6-839ecfca5184?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0799a175-866f-0d46-8183-e86db7cae98e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:31:30.014167Z\"\n }" + string: "{\n \"name\": \"64f5ace3-a9b3-774c-b1d6-839ecfca5184\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:36.8444639Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:00 GMT + - Thu, 16 Mar 2023 02:48:07 GMT expires: - '-1' pragma: @@ -1037,23 +1322,23 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a19907-6f86-460d-8183-e86db7cae98e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e3acf564-b3a9-4c77-b1d6-839ecfca5184?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0799a175-866f-0d46-8183-e86db7cae98e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:31:30.014167Z\"\n }" + string: "{\n \"name\": \"64f5ace3-a9b3-774c-b1d6-839ecfca5184\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:47:36.8444639Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:30 GMT + - Thu, 16 Mar 2023 02:48:37 GMT expires: - '-1' pragma: @@ -1085,24 +1370,24 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/75a19907-6f86-460d-8183-e86db7cae98e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/e3acf564-b3a9-4c77-b1d6-839ecfca5184?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0799a175-866f-0d46-8183-e86db7cae98e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:31:30.014167Z\",\n \"endTime\": - \"2022-11-24T10:32:51.6105268Z\"\n }" + string: "{\n \"name\": \"64f5ace3-a9b3-774c-b1d6-839ecfca5184\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:47:36.8444639Z\",\n \"endTime\": + \"2023-03-16T02:49:06.7731563Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:00 GMT + - Thu, 16 Mar 2023 02:49:08 GMT expires: - '-1' pragma: @@ -1134,8 +1419,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1144,30 +1429,30 @@ interactions: \ \"location\": \"centraluseuap\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestoh33qkbx5-79a739\",\n \"fqdn\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.hcp.centraluseuap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestoh33qkbx5-79a739-a3d2056b.portal.hcp.centraluseuap.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestialglmorq-79a739\",\n \"fqdn\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.hcp.centraluseuap.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestialglmorq-79a739-xdr1y0oy.portal.hcp.centraluseuap.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_centraluseuap\",\n \"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_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/23a18e83-c450-45c8-bdf9-d5bc7130a340\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_centraluseuap/providers/Microsoft.Network/publicIPAddresses/e35b5f4b-0b09-4ab1-a744-230ecbbd901e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1188,11 +1473,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:00 GMT + - Thu, 16 Mar 2023 02:49:08 GMT expires: - '-1' pragma: @@ -1226,8 +1511,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1235,17 +1520,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/7d67ac12-3410-4b88-bfd6-28182182aae6?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operations/05e76be8-b355-47c0-803b-ad028eb64d87?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:33:02 GMT + - Thu, 16 Mar 2023 02:49:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/7d67ac12-3410-4b88-bfd6-28182182aae6?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/centraluseuap/operationresults/05e76be8-b355-47c0-803b-ad028eb64d87?api-version=2016-03-30 pragma: - no-cache server: @@ -1255,7 +1540,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14995' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_csi_drivers.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_csi_drivers.yaml old mode 100644 new mode 100755 index d30cb0f7a49..f77a0eaf861 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_csi_drivers.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_standard_csi_drivers.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:49:11 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:21:53Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:49:11Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:21:53 GMT + - Thu, 16 Mar 2023 02:49:11 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestpswmvf5ez-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestamkfefa72-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestpswmvf5ez-79a739\",\n \"fqdn\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestamkfefa72-79a739\",\n \"fqdn\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3504' + - '3501' content-type: - application/json date: - - Thu, 24 Nov 2022 10:21:59 GMT + - Thu, 16 Mar 2023 02:49:18 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1196' status: code: 201 message: Created @@ -159,14 +204,206 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:49:49 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:50:19 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:50:48 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:51:18 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: + - --resource-group --name --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:29 GMT + - Thu, 16 Mar 2023 02:51:48 GMT expires: - '-1' pragma: @@ -207,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:22:59 GMT + - Thu, 16 Mar 2023 02:52:19 GMT expires: - '-1' pragma: @@ -255,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:30 GMT + - Thu, 16 Mar 2023 02:52:49 GMT expires: - '-1' pragma: @@ -303,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:23:59 GMT + - Thu, 16 Mar 2023 02:53:19 GMT expires: - '-1' pragma: @@ -351,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:30 GMT + - Thu, 16 Mar 2023 02:53:50 GMT expires: - '-1' pragma: @@ -399,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:00 GMT + - Thu, 16 Mar 2023 02:54:20 GMT expires: - '-1' pragma: @@ -447,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:29 GMT + - Thu, 16 Mar 2023 02:54:49 GMT expires: - '-1' pragma: @@ -495,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:00 GMT + - Thu, 16 Mar 2023 02:55:19 GMT expires: - '-1' pragma: @@ -543,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:30 GMT + - Thu, 16 Mar 2023 02:55:49 GMT expires: - '-1' pragma: @@ -591,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:00 GMT + - Thu, 16 Mar 2023 02:56:19 GMT expires: - '-1' pragma: @@ -639,15 +876,15 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6182293a-6d40-46ab-ba72-c36e1a388c02?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/53b3617d-adfd-464b-a154-ce8fa39a862c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3a298261-406d-ab46-ba72-c36e1a388c02\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:21:59.7505634Z\",\n \"endTime\": - \"2022-11-24T10:27:08.5277787Z\"\n }" + string: "{\n \"name\": \"7d61b353-fdad-4b46-a154-ce8fa39a862c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:49:18.6836286Z\",\n \"endTime\": + \"2023-03-16T02:56:27.8988551Z\"\n }" headers: cache-control: - no-cache @@ -656,7 +893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:30 GMT + - Thu, 16 Mar 2023 02:56:50 GMT expires: - '-1' pragma: @@ -688,8 +925,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -698,30 +935,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestpswmvf5ez-79a739\",\n \"fqdn\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestamkfefa72-79a739\",\n \"fqdn\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/830786e9-7634-4c7d-adee-e6e7a871ef20\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/bd6b6690-5c77-4791-924f-74c51bb68273\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -742,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:31 GMT + - Thu, 16 Mar 2023 02:56:51 GMT expires: - '-1' pragma: @@ -778,8 +1015,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -788,30 +1025,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestpswmvf5ez-79a739\",\n \"fqdn\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestamkfefa72-79a739\",\n \"fqdn\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/830786e9-7634-4c7d-adee-e6e7a871ef20\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/bd6b6690-5c77-4791-924f-74c51bb68273\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -832,11 +1069,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:32 GMT + - Thu, 16 Mar 2023 02:56:51 GMT expires: - '-1' pragma: @@ -857,22 +1094,22 @@ interactions: - request: body: '{"location": "westcentralus", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.23.12", "dnsPrefix": "cliakstest-clitestpswmvf5ez-79a739", "agentPoolProfiles": + "1.24.9", "dnsPrefix": "cliakstest-clitestamkfefa72-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": - "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.23.12", + "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westcentralus", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/830786e9-7634-4c7d-adee-e6e7a871ef20"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/bd6b6690-5c77-4791-924f-74c51bb68273"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -889,14 +1126,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2689' + - '2687' Content-Type: - application/json ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -905,30 +1142,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestpswmvf5ez-79a739\",\n \"fqdn\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestamkfefa72-79a739\",\n \"fqdn\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/830786e9-7634-4c7d-adee-e6e7a871ef20\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/bd6b6690-5c77-4791-924f-74c51bb68273\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -947,15 +1184,15 @@ interactions: {\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/westcentralus/operations/aea18be2-c99f-4b6f-80b2-be89ab333d08?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/47543bf3-a9c5-48cc-96d6-653c7ca55359?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4167' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:35 GMT + - Thu, 16 Mar 2023 02:56:56 GMT expires: - '-1' pragma: @@ -971,7 +1208,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1188' + - '1196' status: code: 200 message: OK @@ -989,14 +1226,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/aea18be2-c99f-4b6f-80b2-be89ab333d08?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/47543bf3-a9c5-48cc-96d6-653c7ca55359?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e28ba1ae-9fc9-6f4b-80b2-be89ab333d08\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:27:35.4107685Z\"\n }" + string: "{\n \"name\": \"f33b5447-c5a9-cc48-96d6-653c7ca55359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:56:55.7976678Z\"\n }" headers: cache-control: - no-cache @@ -1005,7 +1242,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:05 GMT + - Thu, 16 Mar 2023 02:57:25 GMT expires: - '-1' pragma: @@ -1037,14 +1274,14 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/aea18be2-c99f-4b6f-80b2-be89ab333d08?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/47543bf3-a9c5-48cc-96d6-653c7ca55359?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e28ba1ae-9fc9-6f4b-80b2-be89ab333d08\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:27:35.4107685Z\"\n }" + string: "{\n \"name\": \"f33b5447-c5a9-cc48-96d6-653c7ca55359\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:56:55.7976678Z\"\n }" headers: cache-control: - no-cache @@ -1053,7 +1290,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:35 GMT + - Thu, 16 Mar 2023 02:57:56 GMT expires: - '-1' pragma: @@ -1085,15 +1322,15 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/aea18be2-c99f-4b6f-80b2-be89ab333d08?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/47543bf3-a9c5-48cc-96d6-653c7ca55359?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e28ba1ae-9fc9-6f4b-80b2-be89ab333d08\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:27:35.4107685Z\",\n \"endTime\": - \"2022-11-24T10:28:57.3039226Z\"\n }" + string: "{\n \"name\": \"f33b5447-c5a9-cc48-96d6-653c7ca55359\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:56:55.7976678Z\",\n \"endTime\": + \"2023-03-16T02:58:20.5062668Z\"\n }" headers: cache-control: - no-cache @@ -1102,7 +1339,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:06 GMT + - Thu, 16 Mar 2023 02:58:25 GMT expires: - '-1' pragma: @@ -1134,8 +1371,8 @@ interactions: ParameterSetName: - --resource-group --name -y -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1144,30 +1381,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestpswmvf5ez-79a739\",\n \"fqdn\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestpswmvf5ez-79a739-ddb4f029.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestamkfefa72-79a739\",\n \"fqdn\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestamkfefa72-79a739-8zx0j69o.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/830786e9-7634-4c7d-adee-e6e7a871ef20\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/bd6b6690-5c77-4791-924f-74c51bb68273\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1188,11 +1425,11 @@ interactions: cache-control: - no-cache content-length: - - '4169' + - '4166' content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:06 GMT + - Thu, 16 Mar 2023 02:58:26 GMT expires: - '-1' pragma: @@ -1226,8 +1463,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1235,17 +1472,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/46bbac29-31fb-4d42-9375-eca9afdd4614?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/efe30c34-2f6b-4f27-895d-d73c4ddad3ac?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:29:07 GMT + - Thu, 16 Mar 2023 02:58:28 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/46bbac29-31fb-4d42-9375-eca9afdd4614?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/efe30c34-2f6b-4f27-895d-d73c4ddad3ac?api-version=2016-03-30 pragma: - no-cache server: @@ -1255,7 +1492,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14991' + - '14994' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_web_application_routing.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_web_application_routing.yaml old mode 100644 new mode 100755 index 611503d0e5a..3e0f7bbb7ad --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_web_application_routing.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_web_application_routing.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:55:12 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-addons --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:35:29Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:55:12Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:35:29 GMT + - Thu, 16 Mar 2023 02:55:12 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestnio747w6z-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestiakqafmak-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,23 +129,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnio747w6z-79a739\",\n \"fqdn\": \"cliakstest-clitestnio747w6z-79a739-f97187dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnio747w6z-79a739-f97187dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestiakqafmak-79a739\",\n \"fqdn\": \"cliakstest-clitestiakqafmak-79a739-0njhbss2.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestiakqafmak-79a739-0njhbss2.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -123,15 +168,15 @@ interactions: {\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/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3589' + - '3585' content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:34 GMT + - Thu, 16 Mar 2023 02:55:15 GMT expires: - '-1' pragma: @@ -143,7 +188,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 201 message: Created @@ -161,23 +206,311 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:55:45 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: + - --resource-group --name --enable-addons --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:56:16 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: + - --resource-group --name --enable-addons --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:56:46 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: + - --resource-group --name --enable-addons --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:57:15 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: + - --resource-group --name --enable-addons --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:57:46 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: + - --resource-group --name --enable-addons --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '124' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:58:16 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: + - --resource-group --name --enable-addons --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:04 GMT + - Thu, 16 Mar 2023 02:58:46 GMT expires: - '-1' pragma: @@ -209,23 +542,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:34 GMT + - Thu, 16 Mar 2023 02:59:17 GMT expires: - '-1' pragma: @@ -257,23 +590,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:03 GMT + - Thu, 16 Mar 2023 02:59:46 GMT expires: - '-1' pragma: @@ -305,23 +638,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:34 GMT + - Thu, 16 Mar 2023 03:00:16 GMT expires: - '-1' pragma: @@ -353,23 +686,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:03 GMT + - Thu, 16 Mar 2023 03:00:46 GMT expires: - '-1' pragma: @@ -401,23 +734,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:33 GMT + - Thu, 16 Mar 2023 03:01:17 GMT expires: - '-1' pragma: @@ -449,23 +782,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:04 GMT + - Thu, 16 Mar 2023 03:01:46 GMT expires: - '-1' pragma: @@ -497,23 +830,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '124' content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:34 GMT + - Thu, 16 Mar 2023 03:02:17 GMT expires: - '-1' pragma: @@ -545,24 +878,24 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79703de5-f74a-42b8-8c76-c643dced4c9d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8eb414b1-0fce-4e08-8823-8cc09d4aaa0c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e53d7079-4af7-b842-8c76-c643dced4c9d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:35:34.0863821Z\",\n \"endTime\": - \"2022-11-24T10:40:00.2752909Z\"\n }" + string: "{\n \"name\": \"b114b48e-ce0f-084e-8823-8cc09d4aaa0c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:55:16.28182Z\",\n \"endTime\": + \"2023-03-16T03:02:37.9621887Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '168' content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:04 GMT + - Thu, 16 Mar 2023 03:02:47 GMT expires: - '-1' pragma: @@ -594,8 +927,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-addons --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -604,30 +937,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestnio747w6z-79a739\",\n \"fqdn\": \"cliakstest-clitestnio747w6z-79a739-f97187dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestnio747w6z-79a739-f97187dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestiakqafmak-79a739\",\n \"fqdn\": \"cliakstest-clitestiakqafmak-79a739-0njhbss2.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestiakqafmak-79a739-0njhbss2.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7743c42c-a79a-463b-9863-e62d652023b9\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b80d1f0d-defd-48f3-bfbf-21656d58618e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -650,11 +983,11 @@ interactions: cache-control: - no-cache content-length: - - '4242' + - '4238' content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:04 GMT + - Thu, 16 Mar 2023 03:02:47 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows.yaml old mode 100644 new mode 100755 index 901e3098d32..64ba7c4ad4a --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows.yaml @@ -1,4 +1,51 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:46:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": @@ -9,7 +56,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -33,8 +80,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -43,23 +90,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-52f0ee74.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-52f0ee74.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ixvfvkap.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-ixvfvkap.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -81,15 +128,15 @@ interactions: {\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/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3433' + - '3429' content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:02 GMT + - Thu, 16 Mar 2023 02:46:49 GMT expires: - '-1' pragma: @@ -101,7 +148,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1194' status: code: 201 message: Created @@ -121,14 +168,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -137,7 +184,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:24:32 GMT + - Thu, 16 Mar 2023 02:47:19 GMT expires: - '-1' pragma: @@ -171,14 +218,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -187,7 +234,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:02 GMT + - Thu, 16 Mar 2023 02:47:49 GMT expires: - '-1' pragma: @@ -221,14 +268,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +284,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:25:32 GMT + - Thu, 16 Mar 2023 02:48:19 GMT expires: - '-1' pragma: @@ -271,14 +318,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -287,7 +334,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:03 GMT + - Thu, 16 Mar 2023 02:48:50 GMT expires: - '-1' pragma: @@ -321,14 +368,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -337,7 +384,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:33 GMT + - Thu, 16 Mar 2023 02:49:19 GMT expires: - '-1' pragma: @@ -371,14 +418,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -387,7 +434,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:03 GMT + - Thu, 16 Mar 2023 02:49:49 GMT expires: - '-1' pragma: @@ -421,14 +468,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -437,7 +484,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:33 GMT + - Thu, 16 Mar 2023 02:50:19 GMT expires: - '-1' pragma: @@ -471,14 +518,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -487,7 +534,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:03 GMT + - Thu, 16 Mar 2023 02:50:50 GMT expires: - '-1' pragma: @@ -521,14 +568,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" headers: cache-control: - no-cache @@ -537,7 +584,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:32 GMT + - Thu, 16 Mar 2023 02:51:20 GMT expires: - '-1' pragma: @@ -571,15 +618,265 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7117a4c3-9e37-41ed-ba40-371b80ae2576?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c3a41771-379e-ed41-ba40-371b80ae2576\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:24:02.6826653Z\",\n \"endTime\": - \"2022-11-24T10:28:45.6518252Z\"\n }" + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:51:50 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:52:20 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:52:50 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:53:20 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:53:50 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a1ca842f-84e0-483e-9744-7fb3e7aefffc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"2f84caa1-e084-3e48-9744-7fb3e7aefffc\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:46:49.8421818Z\",\n \"endTime\": + \"2023-03-16T02:54:01.5181056Z\"\n }" headers: cache-control: - no-cache @@ -588,7 +885,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:02 GMT + - Thu, 16 Mar 2023 02:54:20 GMT expires: - '-1' pragma: @@ -622,8 +919,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -632,23 +929,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-52f0ee74.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-52f0ee74.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ixvfvkap.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-ixvfvkap.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -656,7 +953,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9f506e0a-4a32-4b92-a1ae-e5c2bfee871f\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9df3e9e5-a22e-4732-98f8-2ff55b23d250\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -676,11 +973,11 @@ interactions: cache-control: - no-cache content-length: - - '4086' + - '4082' content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:03 GMT + - Thu, 16 Mar 2023 02:54:21 GMT expires: - '-1' pragma: @@ -712,8 +1009,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -725,22 +1022,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1139' + - '1137' content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:04 GMT + - Thu, 16 Mar 2023 02:54:22 GMT expires: - '-1' pragma: @@ -782,8 +1079,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -796,23 +1093,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1081' + - '1079' content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:07 GMT + - Thu, 16 Mar 2023 02:54:25 GMT expires: - '-1' pragma: @@ -824,7 +1121,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1188' + - '1193' status: code: 201 message: Created @@ -842,14 +1139,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -858,7 +1155,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:37 GMT + - Thu, 16 Mar 2023 02:54:55 GMT expires: - '-1' pragma: @@ -890,14 +1187,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -906,7 +1203,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:07 GMT + - Thu, 16 Mar 2023 02:55:24 GMT expires: - '-1' pragma: @@ -938,14 +1235,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -954,7 +1251,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:38 GMT + - Thu, 16 Mar 2023 02:55:55 GMT expires: - '-1' pragma: @@ -986,14 +1283,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -1002,7 +1299,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:08 GMT + - Thu, 16 Mar 2023 02:56:26 GMT expires: - '-1' pragma: @@ -1034,14 +1331,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -1050,7 +1347,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:38 GMT + - Thu, 16 Mar 2023 02:56:56 GMT expires: - '-1' pragma: @@ -1082,14 +1379,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -1098,7 +1395,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:08 GMT + - Thu, 16 Mar 2023 02:57:26 GMT expires: - '-1' pragma: @@ -1130,14 +1427,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -1146,7 +1443,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:38 GMT + - Thu, 16 Mar 2023 02:57:56 GMT expires: - '-1' pragma: @@ -1178,14 +1475,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -1194,7 +1491,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:08 GMT + - Thu, 16 Mar 2023 02:58:26 GMT expires: - '-1' pragma: @@ -1226,14 +1523,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -1242,7 +1539,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:38 GMT + - Thu, 16 Mar 2023 02:58:56 GMT expires: - '-1' pragma: @@ -1274,14 +1571,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\"\n }" headers: cache-control: - no-cache @@ -1290,7 +1587,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:08 GMT + - Thu, 16 Mar 2023 02:59:26 GMT expires: - '-1' pragma: @@ -1322,15 +1619,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7751e8bd-c2ae-43f0-bd78-33122feb3cbf?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b5d9efcf-eea6-4d74-beba-5ed43d01280e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bde85177-aec2-f043-bd78-33122feb3cbf\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:29:08.3271247Z\",\n \"endTime\": - \"2022-11-24T10:34:35.0875493Z\"\n }" + string: "{\n \"name\": \"cfefd9b5-a6ee-744d-beba-5ed43d01280e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:54:25.6097276Z\",\n \"endTime\": + \"2023-03-16T02:59:30.7956175Z\"\n }" headers: cache-control: - no-cache @@ -1339,7 +1636,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:38 GMT + - Thu, 16 Mar 2023 02:59:56 GMT expires: - '-1' pragma: @@ -1371,8 +1668,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -1385,21 +1682,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1082' + - '1080' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:38 GMT + - Thu, 16 Mar 2023 02:59:56 GMT expires: - '-1' pragma: @@ -1431,8 +1728,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1441,20 +1738,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-52f0ee74.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-52f0ee74.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ixvfvkap.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-ixvfvkap.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1462,14 +1759,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1477,7 +1774,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9f506e0a-4a32-4b92-a1ae-e5c2bfee871f\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9df3e9e5-a22e-4732-98f8-2ff55b23d250\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1497,11 +1794,11 @@ interactions: cache-control: - no-cache content-length: - - '4966' + - '4960' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:40 GMT + - Thu, 16 Mar 2023 02:59:57 GMT expires: - '-1' pragma: @@ -1521,22 +1818,22 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}, {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Windows", "osSKU": "Windows2019", "enableAutoScaling": false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": "User", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "npwin"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "licenseType": "Windows_Server", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": @@ -1545,7 +1842,7 @@ interactions: "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1, "countIPv6": 0}, - "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9f506e0a-4a32-4b92-a1ae-e5c2bfee871f"}], + "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9df3e9e5-a22e-4732-98f8-2ff55b23d250"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -1562,14 +1859,14 @@ interactions: Connection: - keep-alive Content-Length: - - '3276' + - '3273' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1578,20 +1875,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-52f0ee74.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-52f0ee74.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ixvfvkap.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-ixvfvkap.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1599,14 +1896,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1614,7 +1911,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9f506e0a-4a32-4b92-a1ae-e5c2bfee871f\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9df3e9e5-a22e-4732-98f8-2ff55b23d250\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1632,15 +1929,15 @@ interactions: {\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/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '5000' + - '4994' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:43 GMT + - Thu, 16 Mar 2023 03:00:00 GMT expires: - '-1' pragma: @@ -1656,199 +1953,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-ahub - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:35:13 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 update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-ahub - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:35:43 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 update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-ahub - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:36:12 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 update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-ahub - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:36:43 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 + - '1195' status: code: 200 message: OK @@ -1866,14 +1971,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -1882,7 +1987,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:13 GMT + - Thu, 16 Mar 2023 03:00:30 GMT expires: - '-1' pragma: @@ -1914,14 +2019,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -1930,7 +2035,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:43 GMT + - Thu, 16 Mar 2023 03:01:01 GMT expires: - '-1' pragma: @@ -1962,14 +2067,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -1978,7 +2083,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:13 GMT + - Thu, 16 Mar 2023 03:01:30 GMT expires: - '-1' pragma: @@ -2010,14 +2115,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2026,7 +2131,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:43 GMT + - Thu, 16 Mar 2023 03:02:01 GMT expires: - '-1' pragma: @@ -2058,14 +2163,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2074,7 +2179,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:14 GMT + - Thu, 16 Mar 2023 03:02:31 GMT expires: - '-1' pragma: @@ -2106,14 +2211,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2122,7 +2227,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:44 GMT + - Thu, 16 Mar 2023 03:03:01 GMT expires: - '-1' pragma: @@ -2154,14 +2259,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2170,7 +2275,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:13 GMT + - Thu, 16 Mar 2023 03:03:31 GMT expires: - '-1' pragma: @@ -2202,14 +2307,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2218,7 +2323,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:43 GMT + - Thu, 16 Mar 2023 03:04:02 GMT expires: - '-1' pragma: @@ -2250,14 +2355,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2266,7 +2371,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:14 GMT + - Thu, 16 Mar 2023 03:04:31 GMT expires: - '-1' pragma: @@ -2298,14 +2403,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2314,7 +2419,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:44 GMT + - Thu, 16 Mar 2023 03:05:01 GMT expires: - '-1' pragma: @@ -2346,14 +2451,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2362,7 +2467,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:14 GMT + - Thu, 16 Mar 2023 03:05:31 GMT expires: - '-1' pragma: @@ -2394,14 +2499,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2410,7 +2515,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:44 GMT + - Thu, 16 Mar 2023 03:06:01 GMT expires: - '-1' pragma: @@ -2442,14 +2547,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2458,7 +2563,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:14 GMT + - Thu, 16 Mar 2023 03:06:32 GMT expires: - '-1' pragma: @@ -2490,14 +2595,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2506,7 +2611,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:44 GMT + - Thu, 16 Mar 2023 03:07:01 GMT expires: - '-1' pragma: @@ -2538,14 +2643,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2554,7 +2659,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:14 GMT + - Thu, 16 Mar 2023 03:07:32 GMT expires: - '-1' pragma: @@ -2586,14 +2691,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2602,7 +2707,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:44 GMT + - Thu, 16 Mar 2023 03:08:02 GMT expires: - '-1' pragma: @@ -2634,14 +2739,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2650,7 +2755,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:14 GMT + - Thu, 16 Mar 2023 03:08:32 GMT expires: - '-1' pragma: @@ -2682,14 +2787,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2698,7 +2803,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:44 GMT + - Thu, 16 Mar 2023 03:09:02 GMT expires: - '-1' pragma: @@ -2730,14 +2835,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2746,7 +2851,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:15 GMT + - Thu, 16 Mar 2023 03:09:32 GMT expires: - '-1' pragma: @@ -2778,14 +2883,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\"\n }" headers: cache-control: - no-cache @@ -2794,7 +2899,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:45 GMT + - Thu, 16 Mar 2023 03:10:02 GMT expires: - '-1' pragma: @@ -2826,15 +2931,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d214b419-469f-45c5-853f-5c10a1fa1d28?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/884ca405-44f1-4d3e-b190-d263cd12bf2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"19b414d2-9f46-c545-853f-5c10a1fa1d28\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:34:43.1767901Z\",\n \"endTime\": - \"2022-11-24T10:47:10.1603249Z\"\n }" + string: "{\n \"name\": \"05a44c88-f144-3e4d-b190-d263cd12bf2c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:00:01.1928307Z\",\n \"endTime\": + \"2023-03-16T03:10:31.9327761Z\"\n }" headers: cache-control: - no-cache @@ -2843,7 +2948,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:14 GMT + - Thu, 16 Mar 2023 03:10:32 GMT expires: - '-1' pragma: @@ -2875,8 +2980,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -2885,20 +2990,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-52f0ee74.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-52f0ee74.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ixvfvkap.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-ixvfvkap.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -2906,14 +3011,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -2921,7 +3026,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9f506e0a-4a32-4b92-a1ae-e5c2bfee871f\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9df3e9e5-a22e-4732-98f8-2ff55b23d250\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2941,11 +3046,11 @@ interactions: cache-control: - no-cache content-length: - - '5003' + - '4997' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:15 GMT + - Thu, 16 Mar 2023 03:10:32 GMT expires: - '-1' pragma: @@ -2977,8 +3082,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -2990,11 +3095,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n @@ -3004,21 +3109,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2292' + - '2288' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:16 GMT + - Thu, 16 Mar 2023 03:10:34 GMT expires: - '-1' pragma: @@ -3052,8 +3157,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -3061,17 +3166,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/63d6407b-e085-41ec-b7fa-7826918ea3f9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0e94ddd4-e264-435d-b3c1-8a11cd4ff308?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:47:16 GMT + - Thu, 16 Mar 2023 03:10:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/63d6407b-e085-41ec-b7fa-7826918ea3f9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/0e94ddd4-e264-435d-b3c1-8a11cd4ff308?api-version=2016-03-30 pragma: - no-cache server: @@ -3081,7 +3186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14992' + - '14997' status: code: 202 message: Accepted @@ -3101,8 +3206,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -3110,17 +3215,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d7713d9a-93f4-4747-8530-de27defb400f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5ce4ca3-fba9-44dc-b0d9-aa5cf68da829?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:47:17 GMT + - Thu, 16 Mar 2023 03:10:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d7713d9a-93f4-4747-8530-de27defb400f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/f5ce4ca3-fba9-44dc-b0d9-aa5cf68da829?api-version=2016-03-30 pragma: - no-cache server: @@ -3130,7 +3235,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14991' + - '14995' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows_gmsa.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows_gmsa.yaml old mode 100644 new mode 100755 index a074711a611..20c07efb68a --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows_gmsa.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows_gmsa.yaml @@ -1,4 +1,51 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:51:17 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": @@ -9,7 +56,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$", "gmsaProfile": {"enabled": true}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": @@ -36,8 +83,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -46,23 +93,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-7bd5b967.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-7bd5b967.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-vh3jr7yt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-vh3jr7yt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true,\n \ \"gmsaProfile\": {\n \"enabled\": true,\n \"dnsServer\": \"\",\n @@ -86,15 +133,15 @@ interactions: {\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/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3531' + - '3527' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:22 GMT + - Thu, 16 Mar 2023 02:51:21 GMT expires: - '-1' pragma: @@ -106,7 +153,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1197' status: code: 201 message: Created @@ -126,23 +173,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"82071203-d3c0-6640-bb33-ec4779ef9157\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:22.5225867Z\"\n }" + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:52 GMT + - Thu, 16 Mar 2023 02:51:52 GMT expires: - '-1' pragma: @@ -176,23 +223,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"82071203-d3c0-6640-bb33-ec4779ef9157\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:22.5225867Z\"\n }" + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:21 GMT + - Thu, 16 Mar 2023 02:52:22 GMT expires: - '-1' pragma: @@ -226,23 +273,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"82071203-d3c0-6640-bb33-ec4779ef9157\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:22.5225867Z\"\n }" + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:52 GMT + - Thu, 16 Mar 2023 02:52:52 GMT expires: - '-1' pragma: @@ -276,23 +323,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"82071203-d3c0-6640-bb33-ec4779ef9157\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:22.5225867Z\"\n }" + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:22 GMT + - Thu, 16 Mar 2023 02:53:23 GMT expires: - '-1' pragma: @@ -326,23 +373,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"82071203-d3c0-6640-bb33-ec4779ef9157\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:22.5225867Z\"\n }" + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:52 GMT + - Thu, 16 Mar 2023 02:53:52 GMT expires: - '-1' pragma: @@ -376,23 +423,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"82071203-d3c0-6640-bb33-ec4779ef9157\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:22.5225867Z\"\n }" + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:22 GMT + - Thu, 16 Mar 2023 02:54:22 GMT expires: - '-1' pragma: @@ -426,23 +473,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"82071203-d3c0-6640-bb33-ec4779ef9157\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:22.5225867Z\"\n }" + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:52 GMT + - Thu, 16 Mar 2023 02:54:52 GMT expires: - '-1' pragma: @@ -476,24 +523,223 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/03120782-c0d3-4066-bb33-ec4779ef9157?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"82071203-d3c0-6640-bb33-ec4779ef9157\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:47:22.5225867Z\",\n \"endTime\": - \"2022-11-24T10:51:05.8982453Z\"\n }" + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:55:23 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:55:52 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:56:22 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:56:52 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:22 GMT + - Thu, 16 Mar 2023 02:57:23 GMT expires: - '-1' pragma: @@ -527,8 +773,209 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:57:52 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:58:23 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:58:53 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc6781f4-eeb6-4d31-bb81-34319ac9dcd4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f48167cc-b6ee-314d-bb81-34319ac9dcd4\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:51:22.436961Z\",\n \"endTime\": + \"2023-03-16T02:59:15.3016143Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:59:22 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -537,23 +984,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-7bd5b967.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-7bd5b967.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-vh3jr7yt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-vh3jr7yt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true,\n \ \"gmsaProfile\": {\n \"enabled\": true,\n \"dnsServer\": \"\",\n @@ -563,7 +1010,7 @@ interactions: \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/2ee001ab-42b9-4054-ba3d-df73d5ab12a0\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/2a637a69-504d-42e8-9546-abcb02485c14\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -583,11 +1030,11 @@ interactions: cache-control: - no-cache content-length: - - '4184' + - '4180' content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:22 GMT + - Thu, 16 Mar 2023 02:59:23 GMT expires: - '-1' pragma: @@ -619,8 +1066,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -632,22 +1079,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1139' + - '1137' content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:24 GMT + - Thu, 16 Mar 2023 02:59:24 GMT expires: - '-1' pragma: @@ -689,8 +1136,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -703,23 +1150,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1081' + - '1079' content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:27 GMT + - Thu, 16 Mar 2023 02:59:28 GMT expires: - '-1' pragma: @@ -731,7 +1178,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1194' status: code: 201 message: Created @@ -749,14 +1196,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -765,7 +1212,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:57 GMT + - Thu, 16 Mar 2023 02:59:58 GMT expires: - '-1' pragma: @@ -797,14 +1244,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -813,7 +1260,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:27 GMT + - Thu, 16 Mar 2023 03:00:28 GMT expires: - '-1' pragma: @@ -845,14 +1292,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -861,7 +1308,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:57 GMT + - Thu, 16 Mar 2023 03:00:58 GMT expires: - '-1' pragma: @@ -893,14 +1340,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -909,7 +1356,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:27 GMT + - Thu, 16 Mar 2023 03:01:28 GMT expires: - '-1' pragma: @@ -941,14 +1388,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -957,7 +1404,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:57 GMT + - Thu, 16 Mar 2023 03:01:59 GMT expires: - '-1' pragma: @@ -989,14 +1436,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -1005,7 +1452,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:27 GMT + - Thu, 16 Mar 2023 03:02:28 GMT expires: - '-1' pragma: @@ -1037,14 +1484,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -1053,7 +1500,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:57 GMT + - Thu, 16 Mar 2023 03:02:58 GMT expires: - '-1' pragma: @@ -1085,14 +1532,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -1101,7 +1548,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:27 GMT + - Thu, 16 Mar 2023 03:03:28 GMT expires: - '-1' pragma: @@ -1133,14 +1580,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -1149,7 +1596,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:58 GMT + - Thu, 16 Mar 2023 03:03:59 GMT expires: - '-1' pragma: @@ -1181,14 +1628,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\"\n }" headers: cache-control: - no-cache @@ -1197,7 +1644,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:28 GMT + - Thu, 16 Mar 2023 03:04:29 GMT expires: - '-1' pragma: @@ -1229,63 +1676,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e672b01b-d33c-4ef6-9a8f-eb37f5505e03?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:56:58 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f345f581-4c93-4a40-8ac1-567f9c2554f4?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"81f545f3-934c-404a-8ac1-567f9c2554f4\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:51:27.9134057Z\",\n \"endTime\": - \"2022-11-24T10:57:05.0072241Z\"\n }" + string: "{\n \"name\": \"1bb072e6-3cd3-f64e-9a8f-eb37f5505e03\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:59:28.7359241Z\",\n \"endTime\": + \"2023-03-16T03:04:36.9431358Z\"\n }" headers: cache-control: - no-cache @@ -1294,7 +1693,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:28 GMT + - Thu, 16 Mar 2023 03:04:59 GMT expires: - '-1' pragma: @@ -1326,8 +1725,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -1340,21 +1739,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1082' + - '1080' content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:29 GMT + - Thu, 16 Mar 2023 03:05:00 GMT expires: - '-1' pragma: @@ -1386,8 +1785,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -1399,11 +1798,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n @@ -1413,21 +1812,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2292' + - '2288' content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:30 GMT + - Thu, 16 Mar 2023 03:05:00 GMT expires: - '-1' pragma: @@ -1461,8 +1860,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -1470,17 +1869,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fbd2af83-a13c-4ded-9163-a57e62036041?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/36bce1df-682e-4e1d-829a-456ee0ad5cda?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:57:30 GMT + - Thu, 16 Mar 2023 03:05:01 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/fbd2af83-a13c-4ded-9163-a57e62036041?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/36bce1df-682e-4e1d-829a-456ee0ad5cda?api-version=2016-03-30 pragma: - no-cache server: @@ -1510,8 +1909,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1519,17 +1918,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9c1ae8b9-3fe8-48fb-9e1c-d19615d3b159?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f66d113-324d-4481-8ecf-196d418d99c7?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:57:31 GMT + - Thu, 16 Mar 2023 03:05:18 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9c1ae8b9-3fe8-48fb-9e1c-d19615d3b159?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/5f66d113-324d-4481-8ecf-196d418d99c7?api-version=2016-03-30 pragma: - no-cache server: @@ -1539,7 +1938,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml old mode 100644 new mode 100755 index 94a614fbb38..2dcae2b5f91 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_workload_identity_enabled.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --enable-workload-identity --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:50:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest2ifhtem65-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestfiadb4iie-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "oidcIssuerProfile": {"enabled": true}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", @@ -36,8 +82,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -46,23 +92,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2ifhtem65-79a739\",\n \"fqdn\": \"cliakstest-clitest2ifhtem65-79a739-2cd0e024.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ifhtem65-79a739-2cd0e024.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestfiadb4iie-79a739\",\n \"fqdn\": \"cliakstest-clitestfiadb4iie-79a739-zlngbvgy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestfiadb4iie-79a739-zlngbvgy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -79,22 +125,22 @@ interactions: {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": true,\n - \ \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/f42f3282-c70b-4e35-85e7-092346ce1c04/\"\n + \ \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/6c7a56d5-4a19-490d-82a5-1a1c3bc50bfb/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3670' + - '3666' content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:37 GMT + - Thu, 16 Mar 2023 02:50:43 GMT expires: - '-1' pragma: @@ -106,7 +152,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1188' + - '1195' status: code: 201 message: Created @@ -125,14 +171,308 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:51:13 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --enable-workload-identity --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:51:44 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --enable-workload-identity --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:52:13 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --enable-workload-identity --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:52:43 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --enable-workload-identity --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:53:13 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --enable-workload-identity --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:53:44 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --enable-workload-identity --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -141,7 +481,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:07 GMT + - Thu, 16 Mar 2023 02:54:14 GMT expires: - '-1' pragma: @@ -174,14 +514,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -190,7 +530,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:36 GMT + - Thu, 16 Mar 2023 02:54:44 GMT expires: - '-1' pragma: @@ -223,14 +563,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -239,7 +579,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:07 GMT + - Thu, 16 Mar 2023 02:55:14 GMT expires: - '-1' pragma: @@ -272,14 +612,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -288,7 +628,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:37 GMT + - Thu, 16 Mar 2023 02:55:43 GMT expires: - '-1' pragma: @@ -321,14 +661,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -337,7 +677,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:07 GMT + - Thu, 16 Mar 2023 02:56:14 GMT expires: - '-1' pragma: @@ -370,14 +710,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -386,7 +726,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:37 GMT + - Thu, 16 Mar 2023 02:56:44 GMT expires: - '-1' pragma: @@ -419,14 +759,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -435,7 +775,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:07 GMT + - Thu, 16 Mar 2023 02:57:14 GMT expires: - '-1' pragma: @@ -468,14 +808,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -484,7 +824,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:38 GMT + - Thu, 16 Mar 2023 02:57:44 GMT expires: - '-1' pragma: @@ -517,14 +857,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -533,7 +873,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:08 GMT + - Thu, 16 Mar 2023 02:58:14 GMT expires: - '-1' pragma: @@ -566,14 +906,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\"\n }" headers: cache-control: - no-cache @@ -582,7 +922,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:37 GMT + - Thu, 16 Mar 2023 02:58:45 GMT expires: - '-1' pragma: @@ -615,15 +955,15 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2089330b-21b6-4020-a1ac-3ff41a054f04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/79211fb3-e0db-4dca-990f-ded421eb49c6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0b338920-b621-2040-a1ac-3ff41a054f04\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:57:37.4060117Z\",\n \"endTime\": - \"2022-11-24T11:02:40.3932546Z\"\n }" + string: "{\n \"name\": \"b31f2179-dbe0-ca4d-990f-ded421eb49c6\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:50:43.7961524Z\",\n \"endTime\": + \"2023-03-16T02:58:49.5136198Z\"\n }" headers: cache-control: - no-cache @@ -632,7 +972,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:07 GMT + - Thu, 16 Mar 2023 02:59:15 GMT expires: - '-1' pragma: @@ -665,8 +1005,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --enable-workload-identity --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -675,30 +1015,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest2ifhtem65-79a739\",\n \"fqdn\": \"cliakstest-clitest2ifhtem65-79a739-2cd0e024.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest2ifhtem65-79a739-2cd0e024.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestfiadb4iie-79a739\",\n \"fqdn\": \"cliakstest-clitestfiadb4iie-79a739-zlngbvgy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestfiadb4iie-79a739-zlngbvgy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/71b6f344-8d2f-4181-b300-22b7cd51b38c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/cbfe029c-4191-4b0d-883a-5e6fad49c940\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -712,7 +1052,7 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/f42f3282-c70b-4e35-85e7-092346ce1c04/\"\n + true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/6c7a56d5-4a19-490d-82a5-1a1c3bc50bfb/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -721,11 +1061,11 @@ interactions: cache-control: - no-cache content-length: - - '4323' + - '4319' content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:08 GMT + - Thu, 16 Mar 2023 02:59:15 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_custom_ca_trust_flow.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_custom_ca_trust_flow.yaml old mode 100644 new mode 100755 index 24c6b0d543b..b980e787cd7 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_custom_ca_trust_flow.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_custom_ca_trust_flow.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 04:59:04 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T15:03:58Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-20T04:59:04Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 15:03:59 GMT + - Mon, 20 Mar 2023 04:59:04 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestbmglcdozr-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestwsfq56ebb-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: true, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000003"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbmglcdozr-8ecadf\",\n \"fqdn\": \"cliakstest-clitestbmglcdozr-8ecadf-6f1f3046.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbmglcdozr-8ecadf-6f1f3046.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestwsfq56ebb-8ecadf\",\n \"fqdn\": \"cliakstest-clitestwsfq56ebb-8ecadf-as8ob87q.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestwsfq56ebb-8ecadf-as8ob87q.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": true,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/e70efa41-e53f-4096-8e91-eaacc07741c0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3477' + - '3473' content-type: - application/json date: - - Thu, 24 Nov 2022 15:04:03 GMT + - Mon, 20 Mar 2023 04:59:08 GMT expires: - '-1' pragma: @@ -159,14 +204,62 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"d836b757-40be-a048-8794-016cb025448a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.6248025Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 04:59:39 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: + - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e70efa41-e53f-4096-8e91-eaacc07741c0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41fa0ee7-3fe5-9640-8e91-eaacc07741c0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:03.7484124Z\"\n }" + string: "{\n \"name\": \"d836b757-40be-a048-8794-016cb025448a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.6248025Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:04:33 GMT + - Mon, 20 Mar 2023 05:00:09 GMT expires: - '-1' pragma: @@ -207,14 +300,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e70efa41-e53f-4096-8e91-eaacc07741c0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41fa0ee7-3fe5-9640-8e91-eaacc07741c0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:03.7484124Z\"\n }" + string: "{\n \"name\": \"d836b757-40be-a048-8794-016cb025448a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.6248025Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:04 GMT + - Mon, 20 Mar 2023 05:00:40 GMT expires: - '-1' pragma: @@ -255,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e70efa41-e53f-4096-8e91-eaacc07741c0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41fa0ee7-3fe5-9640-8e91-eaacc07741c0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:03.7484124Z\"\n }" + string: "{\n \"name\": \"d836b757-40be-a048-8794-016cb025448a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.6248025Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:05:33 GMT + - Mon, 20 Mar 2023 05:01:09 GMT expires: - '-1' pragma: @@ -303,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e70efa41-e53f-4096-8e91-eaacc07741c0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41fa0ee7-3fe5-9640-8e91-eaacc07741c0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:03.7484124Z\"\n }" + string: "{\n \"name\": \"d836b757-40be-a048-8794-016cb025448a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.6248025Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:03 GMT + - Mon, 20 Mar 2023 05:01:39 GMT expires: - '-1' pragma: @@ -351,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e70efa41-e53f-4096-8e91-eaacc07741c0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41fa0ee7-3fe5-9640-8e91-eaacc07741c0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:03.7484124Z\"\n }" + string: "{\n \"name\": \"d836b757-40be-a048-8794-016cb025448a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.6248025Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:06:34 GMT + - Mon, 20 Mar 2023 05:02:10 GMT expires: - '-1' pragma: @@ -399,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e70efa41-e53f-4096-8e91-eaacc07741c0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41fa0ee7-3fe5-9640-8e91-eaacc07741c0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:04:03.7484124Z\"\n }" + string: "{\n \"name\": \"d836b757-40be-a048-8794-016cb025448a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.6248025Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:03 GMT + - Mon, 20 Mar 2023 05:02:39 GMT expires: - '-1' pragma: @@ -447,15 +540,15 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e70efa41-e53f-4096-8e91-eaacc07741c0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57b736d8-be40-48a0-8794-016cb025448a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41fa0ee7-3fe5-9640-8e91-eaacc07741c0\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:04:03.7484124Z\",\n \"endTime\": - \"2022-11-24T15:07:18.9494169Z\"\n }" + string: "{\n \"name\": \"d836b757-40be-a048-8794-016cb025448a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T04:59:09.6248025Z\",\n \"endTime\": + \"2023-03-20T05:02:48.3765762Z\"\n }" headers: cache-control: - no-cache @@ -464,7 +557,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:34 GMT + - Mon, 20 Mar 2023 05:03:10 GMT expires: - '-1' pragma: @@ -496,8 +589,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -506,30 +599,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbmglcdozr-8ecadf\",\n \"fqdn\": \"cliakstest-clitestbmglcdozr-8ecadf-6f1f3046.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbmglcdozr-8ecadf-6f1f3046.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestwsfq56ebb-8ecadf\",\n \"fqdn\": \"cliakstest-clitestwsfq56ebb-8ecadf-as8ob87q.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestwsfq56ebb-8ecadf-as8ob87q.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": true,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/880cee27-5e36-4845-b2c0-1a7a4216c17e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c2357d02-3722-42e6-97e4-81f795659022\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -550,11 +643,11 @@ interactions: cache-control: - no-cache content-length: - - '4130' + - '4126' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:34 GMT + - Mon, 20 Mar 2023 05:03:11 GMT expires: - '-1' pragma: @@ -586,8 +679,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -599,22 +692,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": true,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1135' + - '1133' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:35 GMT + - Mon, 20 Mar 2023 05:03:11 GMT expires: - '-1' pragma: @@ -656,8 +749,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -670,23 +763,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": true,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac8c816-4c30-4d12-a9fb-d710f187bed8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ddb00c75-855b-4b1c-b2bb-336d298fcbe1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1073' + - '1071' content-type: - application/json date: - - Thu, 24 Nov 2022 15:07:38 GMT + - Mon, 20 Mar 2023 05:03:14 GMT expires: - '-1' pragma: @@ -716,14 +809,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac8c816-4c30-4d12-a9fb-d710f187bed8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ddb00c75-855b-4b1c-b2bb-336d298fcbe1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"16c8c8da-304c-124d-a9fb-d710f187bed8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.8873144Z\"\n }" + string: "{\n \"name\": \"750cb0dd-5b85-1c4b-b2bb-336d298fcbe1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.8601689Z\"\n }" headers: cache-control: - no-cache @@ -732,7 +825,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:08 GMT + - Mon, 20 Mar 2023 05:03:44 GMT expires: - '-1' pragma: @@ -764,14 +857,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac8c816-4c30-4d12-a9fb-d710f187bed8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ddb00c75-855b-4b1c-b2bb-336d298fcbe1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"16c8c8da-304c-124d-a9fb-d710f187bed8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.8873144Z\"\n }" + string: "{\n \"name\": \"750cb0dd-5b85-1c4b-b2bb-336d298fcbe1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.8601689Z\"\n }" headers: cache-control: - no-cache @@ -780,7 +873,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:38 GMT + - Mon, 20 Mar 2023 05:04:15 GMT expires: - '-1' pragma: @@ -812,14 +905,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac8c816-4c30-4d12-a9fb-d710f187bed8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ddb00c75-855b-4b1c-b2bb-336d298fcbe1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"16c8c8da-304c-124d-a9fb-d710f187bed8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.8873144Z\"\n }" + string: "{\n \"name\": \"750cb0dd-5b85-1c4b-b2bb-336d298fcbe1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.8601689Z\"\n }" headers: cache-control: - no-cache @@ -828,7 +921,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:08 GMT + - Mon, 20 Mar 2023 05:04:44 GMT expires: - '-1' pragma: @@ -860,14 +953,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac8c816-4c30-4d12-a9fb-d710f187bed8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ddb00c75-855b-4b1c-b2bb-336d298fcbe1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"16c8c8da-304c-124d-a9fb-d710f187bed8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.8873144Z\"\n }" + string: "{\n \"name\": \"750cb0dd-5b85-1c4b-b2bb-336d298fcbe1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.8601689Z\"\n }" headers: cache-control: - no-cache @@ -876,7 +969,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:09:38 GMT + - Mon, 20 Mar 2023 05:05:14 GMT expires: - '-1' pragma: @@ -908,14 +1001,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac8c816-4c30-4d12-a9fb-d710f187bed8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ddb00c75-855b-4b1c-b2bb-336d298fcbe1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"16c8c8da-304c-124d-a9fb-d710f187bed8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.8873144Z\"\n }" + string: "{\n \"name\": \"750cb0dd-5b85-1c4b-b2bb-336d298fcbe1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.8601689Z\"\n }" headers: cache-control: - no-cache @@ -924,7 +1017,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:09 GMT + - Mon, 20 Mar 2023 05:05:45 GMT expires: - '-1' pragma: @@ -956,14 +1049,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac8c816-4c30-4d12-a9fb-d710f187bed8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ddb00c75-855b-4b1c-b2bb-336d298fcbe1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"16c8c8da-304c-124d-a9fb-d710f187bed8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:07:38.8873144Z\"\n }" + string: "{\n \"name\": \"750cb0dd-5b85-1c4b-b2bb-336d298fcbe1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.8601689Z\"\n }" headers: cache-control: - no-cache @@ -972,7 +1065,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:10:38 GMT + - Mon, 20 Mar 2023 05:06:14 GMT expires: - '-1' pragma: @@ -1004,15 +1097,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac8c816-4c30-4d12-a9fb-d710f187bed8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ddb00c75-855b-4b1c-b2bb-336d298fcbe1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"16c8c8da-304c-124d-a9fb-d710f187bed8\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:07:38.8873144Z\",\n \"endTime\": - \"2022-11-24T15:10:53.4584184Z\"\n }" + string: "{\n \"name\": \"750cb0dd-5b85-1c4b-b2bb-336d298fcbe1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:03:14.8601689Z\",\n \"endTime\": + \"2023-03-20T05:06:25.8741611Z\"\n }" headers: cache-control: - no-cache @@ -1021,7 +1114,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:08 GMT + - Mon, 20 Mar 2023 05:06:45 GMT expires: - '-1' pragma: @@ -1053,8 +1146,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --enable-custom-ca-trust User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -1067,21 +1160,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": true,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1074' + - '1072' content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:09 GMT + - Mon, 20 Mar 2023 05:06:45 GMT expires: - '-1' pragma: @@ -1115,8 +1208,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1124,17 +1217,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f04c0cdc-8832-4912-82a1-954fb556fb4a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6e6952c8-e1ae-4fba-a2e5-9d7e7ee29c8e?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 15:11:11 GMT + - Mon, 20 Mar 2023 05:06:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/f04c0cdc-8832-4912-82a1-954fb556fb4a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/6e6952c8-e1ae-4fba-a2e5-9d7e7ee29c8e?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_openservicemesh.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_openservicemesh.yaml old mode 100644 new mode 100755 index 078e805d0b1..fff77902c6b --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_openservicemesh.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_openservicemesh.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:43:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:26:11Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:43:33Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:26:11 GMT + - Thu, 16 Mar 2023 02:43:33 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestbkibmqnad-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest56mdjlshh-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": true, "config": {}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,23 +129,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbkibmqnad-79a739\",\n \"fqdn\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest56mdjlshh-79a739\",\n \"fqdn\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -123,15 +168,15 @@ interactions: {\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/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3581' + - '3577' content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:15 GMT + - Thu, 16 Mar 2023 02:43:37 GMT expires: - '-1' pragma: @@ -161,14 +206,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -177,7 +222,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:26:45 GMT + - Thu, 16 Mar 2023 02:44:07 GMT expires: - '-1' pragma: @@ -209,14 +254,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -225,7 +270,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:15 GMT + - Thu, 16 Mar 2023 02:44:37 GMT expires: - '-1' pragma: @@ -257,14 +302,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -273,7 +318,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:27:44 GMT + - Thu, 16 Mar 2023 02:45:07 GMT expires: - '-1' pragma: @@ -305,14 +350,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -321,7 +366,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:15 GMT + - Thu, 16 Mar 2023 02:45:38 GMT expires: - '-1' pragma: @@ -353,14 +398,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -369,7 +414,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:28:45 GMT + - Thu, 16 Mar 2023 02:46:08 GMT expires: - '-1' pragma: @@ -401,14 +446,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -417,7 +462,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:15 GMT + - Thu, 16 Mar 2023 02:46:37 GMT expires: - '-1' pragma: @@ -449,14 +494,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -465,7 +510,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:29:45 GMT + - Thu, 16 Mar 2023 02:47:07 GMT expires: - '-1' pragma: @@ -497,14 +542,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -513,7 +558,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:15 GMT + - Thu, 16 Mar 2023 02:47:37 GMT expires: - '-1' pragma: @@ -545,14 +590,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -561,7 +606,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:30:45 GMT + - Thu, 16 Mar 2023 02:48:07 GMT expires: - '-1' pragma: @@ -593,14 +638,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" headers: cache-control: - no-cache @@ -609,7 +654,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:15 GMT + - Thu, 16 Mar 2023 02:48:38 GMT expires: - '-1' pragma: @@ -641,15 +686,207 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17590ea7-6d58-4d54-b687-371630efe125?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a70e5917-586d-544d-b687-371630efe125\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:26:15.4099754Z\",\n \"endTime\": - \"2022-11-24T10:31:26.8961547Z\"\n }" + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:49:08 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:49:38 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:50:08 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:50:39 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2624d2ab-0dec-42d1-86d0-3250c803a7fb?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"abd22426-ec0d-d142-86d0-3250c803a7fb\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:43:37.5446373Z\",\n \"endTime\": + \"2023-03-16T02:50:45.5005106Z\"\n }" headers: cache-control: - no-cache @@ -658,7 +895,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:46 GMT + - Thu, 16 Mar 2023 02:51:08 GMT expires: - '-1' pragma: @@ -690,8 +927,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -700,23 +937,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbkibmqnad-79a739\",\n \"fqdn\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest56mdjlshh-79a739\",\n \"fqdn\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -724,7 +961,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b8193a7d-b35a-4fd3-857d-e20d51ca5d3a\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f90e1bac-e5a4-4edf-828e-7fec33a0a77d\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -745,11 +982,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:46 GMT + - Thu, 16 Mar 2023 02:51:09 GMT expires: - '-1' pragma: @@ -781,8 +1018,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -791,23 +1028,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbkibmqnad-79a739\",\n \"fqdn\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest56mdjlshh-79a739\",\n \"fqdn\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -815,7 +1052,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b8193a7d-b35a-4fd3-857d-e20d51ca5d3a\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f90e1bac-e5a4-4edf-828e-7fec33a0a77d\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -836,11 +1073,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:47 GMT + - Thu, 16 Mar 2023 02:51:09 GMT expires: - '-1' pragma: @@ -860,16 +1097,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestbkibmqnad-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest56mdjlshh-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": false}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": @@ -877,7 +1114,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b8193a7d-b35a-4fd3-857d-e20d51ca5d3a"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f90e1bac-e5a4-4edf-828e-7fec33a0a77d"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -895,14 +1132,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2755' + - '2753' Content-Type: - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -911,23 +1148,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbkibmqnad-79a739\",\n \"fqdn\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest56mdjlshh-79a739\",\n \"fqdn\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": false,\n \"config\": @@ -935,7 +1172,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b8193a7d-b35a-4fd3-857d-e20d51ca5d3a\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f90e1bac-e5a4-4edf-828e-7fec33a0a77d\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -954,15 +1191,15 @@ interactions: {\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/westus2/operations/8fa4878d-bb1b-4862-960f-344607b6ba35?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5199cef4-ee9c-4914-92e3-7f17e070b931?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4233' + - '4229' content-type: - application/json date: - - Thu, 24 Nov 2022 10:31:50 GMT + - Thu, 16 Mar 2023 02:51:13 GMT expires: - '-1' pragma: @@ -978,7 +1215,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1192' status: code: 200 message: OK @@ -996,23 +1233,23 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8fa4878d-bb1b-4862-960f-344607b6ba35?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5199cef4-ee9c-4914-92e3-7f17e070b931?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8d87a48f-1bbb-6248-960f-344607b6ba35\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:31:50.3690313Z\"\n }" + string: "{\n \"name\": \"f4ce9951-9cee-1449-92e3-7f17e070b931\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:13.640043Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:20 GMT + - Thu, 16 Mar 2023 02:51:43 GMT expires: - '-1' pragma: @@ -1044,23 +1281,23 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8fa4878d-bb1b-4862-960f-344607b6ba35?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5199cef4-ee9c-4914-92e3-7f17e070b931?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8d87a48f-1bbb-6248-960f-344607b6ba35\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:31:50.3690313Z\"\n }" + string: "{\n \"name\": \"f4ce9951-9cee-1449-92e3-7f17e070b931\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:51:13.640043Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:32:50 GMT + - Thu, 16 Mar 2023 02:52:13 GMT expires: - '-1' pragma: @@ -1092,24 +1329,24 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8fa4878d-bb1b-4862-960f-344607b6ba35?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5199cef4-ee9c-4914-92e3-7f17e070b931?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8d87a48f-1bbb-6248-960f-344607b6ba35\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:31:50.3690313Z\",\n \"endTime\": - \"2022-11-24T10:33:04.1743977Z\"\n }" + string: "{\n \"name\": \"f4ce9951-9cee-1449-92e3-7f17e070b931\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:51:13.640043Z\",\n \"endTime\": + \"2023-03-16T02:52:38.9659578Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:20 GMT + - Thu, 16 Mar 2023 02:52:43 GMT expires: - '-1' pragma: @@ -1141,8 +1378,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1151,23 +1388,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestbkibmqnad-79a739\",\n \"fqdn\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbkibmqnad-79a739-0bbc63d8.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest56mdjlshh-79a739\",\n \"fqdn\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest56mdjlshh-79a739-llem2xzt.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": false,\n \"config\": @@ -1175,7 +1412,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b8193a7d-b35a-4fd3-857d-e20d51ca5d3a\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f90e1bac-e5a4-4edf-828e-7fec33a0a77d\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1196,11 +1433,11 @@ interactions: cache-control: - no-cache content-length: - - '4235' + - '4231' content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:20 GMT + - Thu, 16 Mar 2023 02:52:44 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_web_app_routing.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_web_app_routing.yaml old mode 100644 new mode 100755 index b1252d01efa..bddc6560d61 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_web_app_routing.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_web_app_routing.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:52:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:33:21Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:52:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:33:22 GMT + - Thu, 16 Mar 2023 02:52:45 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest4twfggooi-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestjvumlq5b2-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,23 +129,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4twfggooi-79a739\",\n \"fqdn\": \"cliakstest-clitest4twfggooi-79a739-33684651.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4twfggooi-79a739-33684651.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestjvumlq5b2-79a739\",\n \"fqdn\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -123,15 +168,15 @@ interactions: {\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/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3589' + - '3585' content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:25 GMT + - Thu, 16 Mar 2023 02:52:49 GMT expires: - '-1' pragma: @@ -161,23 +206,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:33:55 GMT + - Thu, 16 Mar 2023 02:53:19 GMT expires: - '-1' pragma: @@ -209,23 +254,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:26 GMT + - Thu, 16 Mar 2023 02:53:49 GMT expires: - '-1' pragma: @@ -257,23 +302,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:34:56 GMT + - Thu, 16 Mar 2023 02:54:18 GMT expires: - '-1' pragma: @@ -305,23 +350,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:26 GMT + - Thu, 16 Mar 2023 02:54:49 GMT expires: - '-1' pragma: @@ -353,23 +398,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:35:56 GMT + - Thu, 16 Mar 2023 02:55:19 GMT expires: - '-1' pragma: @@ -401,23 +446,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:26 GMT + - Thu, 16 Mar 2023 02:55:49 GMT expires: - '-1' pragma: @@ -449,23 +494,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:36:55 GMT + - Thu, 16 Mar 2023 02:56:19 GMT expires: - '-1' pragma: @@ -497,23 +542,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:26 GMT + - Thu, 16 Mar 2023 02:56:49 GMT expires: - '-1' pragma: @@ -545,23 +590,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:37:56 GMT + - Thu, 16 Mar 2023 02:57:19 GMT expires: - '-1' pragma: @@ -593,23 +638,23 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:26 GMT + - Thu, 16 Mar 2023 02:57:49 GMT expires: - '-1' pragma: @@ -641,24 +686,167 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a69ece6d-cdec-4e62-847c-d5672ef46b04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6dce9ea6-eccd-624e-847c-d5672ef46b04\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:33:26.0782477Z\",\n \"endTime\": - \"2022-11-24T10:38:31.4551293Z\"\n }" + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:58:20 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:58:50 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:59:19 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:56 GMT + - Thu, 16 Mar 2023 02:59:50 GMT expires: - '-1' pragma: @@ -690,8 +878,201 @@ interactions: ParameterSetName: - --resource-group --name -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:00:20 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:00:50 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:01:20 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca7d3847-ff0a-4a67-b4b7-1e4498bf794c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"47387dca-0aff-674a-b4b7-1e4498bf794c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:52:49.218659Z\",\n \"endTime\": + \"2023-03-16T03:01:30.7798624Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:01:50 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: + - --resource-group --name -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -700,30 +1081,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4twfggooi-79a739\",\n \"fqdn\": \"cliakstest-clitest4twfggooi-79a739-33684651.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4twfggooi-79a739-33684651.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestjvumlq5b2-79a739\",\n \"fqdn\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/44e08128-6b2b-4490-8ab0-1feb904b8006\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/419a9672-1ea2-409d-83e3-887770b7e693\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -746,11 +1127,11 @@ interactions: cache-control: - no-cache content-length: - - '4242' + - '4238' content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:57 GMT + - Thu, 16 Mar 2023 03:01:51 GMT expires: - '-1' pragma: @@ -782,8 +1163,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -792,30 +1173,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4twfggooi-79a739\",\n \"fqdn\": \"cliakstest-clitest4twfggooi-79a739-33684651.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4twfggooi-79a739-33684651.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestjvumlq5b2-79a739\",\n \"fqdn\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/44e08128-6b2b-4490-8ab0-1feb904b8006\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/419a9672-1ea2-409d-83e3-887770b7e693\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -838,11 +1219,11 @@ interactions: cache-control: - no-cache content-length: - - '4242' + - '4238' content-type: - application/json date: - - Thu, 24 Nov 2022 10:38:57 GMT + - Thu, 16 Mar 2023 03:01:51 GMT expires: - '-1' pragma: @@ -862,23 +1243,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest4twfggooi-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestjvumlq5b2-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/44e08128-6b2b-4490-8ab0-1feb904b8006"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/419a9672-1ea2-409d-83e3-887770b7e693"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -897,14 +1278,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2800' + - '2798' Content-Type: - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -913,30 +1294,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4twfggooi-79a739\",\n \"fqdn\": \"cliakstest-clitest4twfggooi-79a739-33684651.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4twfggooi-79a739-33684651.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestjvumlq5b2-79a739\",\n \"fqdn\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/44e08128-6b2b-4490-8ab0-1feb904b8006\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/419a9672-1ea2-409d-83e3-887770b7e693\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -957,15 +1338,15 @@ interactions: {\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/westus2/operations/3706a3f1-0f7c-4f4b-ab79-a6fb33aff227?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3672625-4ce3-4d38-9316-4e8416e12a2f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4241' + - '4237' content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:00 GMT + - Thu, 16 Mar 2023 03:01:55 GMT expires: - '-1' pragma: @@ -981,7 +1362,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1194' status: code: 200 message: OK @@ -999,14 +1380,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3706a3f1-0f7c-4f4b-ab79-a6fb33aff227?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3672625-4ce3-4d38-9316-4e8416e12a2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f1a30637-7c0f-4b4f-ab79-a6fb33aff227\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:00.7402948Z\"\n }" + string: "{\n \"name\": \"252667b3-e34c-384d-9316-4e8416e12a2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:01:55.2520621Z\"\n }" headers: cache-control: - no-cache @@ -1015,7 +1396,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:39:30 GMT + - Thu, 16 Mar 2023 03:02:25 GMT expires: - '-1' pragma: @@ -1047,14 +1428,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3706a3f1-0f7c-4f4b-ab79-a6fb33aff227?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3672625-4ce3-4d38-9316-4e8416e12a2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f1a30637-7c0f-4b4f-ab79-a6fb33aff227\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:39:00.7402948Z\"\n }" + string: "{\n \"name\": \"252667b3-e34c-384d-9316-4e8416e12a2f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:01:55.2520621Z\"\n }" headers: cache-control: - no-cache @@ -1063,7 +1444,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:00 GMT + - Thu, 16 Mar 2023 03:02:55 GMT expires: - '-1' pragma: @@ -1095,24 +1476,24 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3706a3f1-0f7c-4f4b-ab79-a6fb33aff227?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3672625-4ce3-4d38-9316-4e8416e12a2f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f1a30637-7c0f-4b4f-ab79-a6fb33aff227\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:39:00.7402948Z\",\n \"endTime\": - \"2022-11-24T10:40:30.045245Z\"\n }" + string: "{\n \"name\": \"252667b3-e34c-384d-9316-4e8416e12a2f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:01:55.2520621Z\",\n \"endTime\": + \"2023-03-16T03:03:24.6240253Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:30 GMT + - Thu, 16 Mar 2023 03:03:24 GMT expires: - '-1' pragma: @@ -1144,8 +1525,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1154,30 +1535,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4twfggooi-79a739\",\n \"fqdn\": \"cliakstest-clitest4twfggooi-79a739-33684651.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4twfggooi-79a739-33684651.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestjvumlq5b2-79a739\",\n \"fqdn\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestjvumlq5b2-79a739-hr2vcwf1.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/44e08128-6b2b-4490-8ab0-1feb904b8006\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/419a9672-1ea2-409d-83e3-887770b7e693\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1200,11 +1581,11 @@ interactions: cache-control: - no-cache content-length: - - '4243' + - '4239' content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:31 GMT + - Thu, 16 Mar 2023 03:03:25 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml old mode 100644 new mode 100755 index 6a671da9efb..341886352e3 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:48:34 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:40:32Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:48:34Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:40:32 GMT + - Thu, 16 Mar 2023 02:48:33 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesta4kfpc365-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestb247rmccj-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -75,8 +120,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -85,23 +130,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesta4kfpc365-79a739\",\n \"fqdn\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestb247rmccj-79a739\",\n \"fqdn\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -125,15 +170,15 @@ interactions: {\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/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3630' + - '3626' content-type: - application/json date: - - Thu, 24 Nov 2022 10:40:36 GMT + - Thu, 16 Mar 2023 02:48:38 GMT expires: - '-1' pragma: @@ -145,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1195' status: code: 201 message: Created @@ -163,14 +208,158 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:49:08 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:49:37 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:50:08 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -179,7 +368,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:06 GMT + - Thu, 16 Mar 2023 02:50:37 GMT expires: - '-1' pragma: @@ -211,14 +400,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -227,7 +416,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:36 GMT + - Thu, 16 Mar 2023 02:51:07 GMT expires: - '-1' pragma: @@ -259,14 +448,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -275,7 +464,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:06 GMT + - Thu, 16 Mar 2023 02:51:37 GMT expires: - '-1' pragma: @@ -307,14 +496,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -323,7 +512,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:37 GMT + - Thu, 16 Mar 2023 02:52:08 GMT expires: - '-1' pragma: @@ -355,14 +544,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -371,7 +560,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:07 GMT + - Thu, 16 Mar 2023 02:52:38 GMT expires: - '-1' pragma: @@ -403,14 +592,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -419,7 +608,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:36 GMT + - Thu, 16 Mar 2023 02:53:08 GMT expires: - '-1' pragma: @@ -451,14 +640,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -467,7 +656,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:06 GMT + - Thu, 16 Mar 2023 02:53:38 GMT expires: - '-1' pragma: @@ -499,14 +688,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -515,7 +704,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:36 GMT + - Thu, 16 Mar 2023 02:54:08 GMT expires: - '-1' pragma: @@ -547,14 +736,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -563,7 +752,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:07 GMT + - Thu, 16 Mar 2023 02:54:38 GMT expires: - '-1' pragma: @@ -595,14 +784,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" headers: cache-control: - no-cache @@ -611,7 +800,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:37 GMT + - Thu, 16 Mar 2023 02:55:09 GMT expires: - '-1' pragma: @@ -643,15 +832,63 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eb856a77-9871-4d9b-a28b-338293ff7ebd?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"776a85eb-7198-9b4d-a28b-338293ff7ebd\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:40:36.7620848Z\",\n \"endTime\": - \"2022-11-24T10:45:49.743374Z\"\n }" + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:55:39 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: + - --resource-group --name --enable-managed-identity -a --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e92fe07f-0b22-40aa-b84d-e1a2f2ae519e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7fe02fe9-220b-aa40-b84d-e1a2f2ae519e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:48:38.1550668Z\",\n \"endTime\": + \"2023-03-16T02:55:48.980491Z\"\n }" headers: cache-control: - no-cache @@ -660,7 +897,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:07 GMT + - Thu, 16 Mar 2023 02:56:09 GMT expires: - '-1' pragma: @@ -692,8 +929,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity -a --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -702,23 +939,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesta4kfpc365-79a739\",\n \"fqdn\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestb247rmccj-79a739\",\n \"fqdn\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -727,7 +964,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c2c5ba5d-5550-4569-b033-4a6be84709c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c4e1cd05-a6b0-4bb5-9a7a-c3c89fa97ca8\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -748,11 +985,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:07 GMT + - Thu, 16 Mar 2023 02:56:09 GMT expires: - '-1' pragma: @@ -784,8 +1021,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -794,23 +1031,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesta4kfpc365-79a739\",\n \"fqdn\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestb247rmccj-79a739\",\n \"fqdn\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -819,7 +1056,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c2c5ba5d-5550-4569-b033-4a6be84709c5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c4e1cd05-a6b0-4bb5-9a7a-c3c89fa97ca8\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -840,11 +1077,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:08 GMT + - Thu, 16 Mar 2023 02:56:10 GMT expires: - '-1' pragma: @@ -864,16 +1101,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitesta4kfpc365-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestb247rmccj-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": false}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": @@ -881,7 +1118,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c2c5ba5d-5550-4569-b033-4a6be84709c5"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c4e1cd05-a6b0-4bb5-9a7a-c3c89fa97ca8"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -899,14 +1136,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2758' + - '2756' Content-Type: - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -915,23 +1152,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesta4kfpc365-79a739\",\n \"fqdn\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestb247rmccj-79a739\",\n \"fqdn\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": false,\n \"config\": @@ -939,7 +1176,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c2c5ba5d-5550-4569-b033-4a6be84709c5\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c4e1cd05-a6b0-4bb5-9a7a-c3c89fa97ca8\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -958,15 +1195,15 @@ interactions: {\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/westus2/operations/68b3932b-cb38-4799-bbd9-5ca7bc2b6832?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca2d90e4-7569-4215-b758-ca4c7ac6acd8?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4236' + - '4232' content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:11 GMT + - Thu, 16 Mar 2023 02:56:13 GMT expires: - '-1' pragma: @@ -982,7 +1219,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1192' status: code: 200 message: OK @@ -1000,71 +1237,23 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/68b3932b-cb38-4799-bbd9-5ca7bc2b6832?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca2d90e4-7569-4215-b758-ca4c7ac6acd8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2b93b368-38cb-9947-bbd9-5ca7bc2b6832\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:46:11.517952Z\"\n }" + string: "{\n \"name\": \"e4902dca-6975-1542-b758-ca4c7ac6acd8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:56:13.2508075Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 10:46:41 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 disable-addons - Connection: - - keep-alive - ParameterSetName: - - --addons --resource-group --name -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/68b3932b-cb38-4799-bbd9-5ca7bc2b6832?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"2b93b368-38cb-9947-bbd9-5ca7bc2b6832\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:46:11.517952Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:11 GMT + - Thu, 16 Mar 2023 02:56:43 GMT expires: - '-1' pragma: @@ -1096,23 +1285,23 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/68b3932b-cb38-4799-bbd9-5ca7bc2b6832?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca2d90e4-7569-4215-b758-ca4c7ac6acd8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2b93b368-38cb-9947-bbd9-5ca7bc2b6832\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:46:11.517952Z\"\n }" + string: "{\n \"name\": \"e4902dca-6975-1542-b758-ca4c7ac6acd8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:56:13.2508075Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:41 GMT + - Thu, 16 Mar 2023 02:57:13 GMT expires: - '-1' pragma: @@ -1144,24 +1333,24 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/68b3932b-cb38-4799-bbd9-5ca7bc2b6832?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ca2d90e4-7569-4215-b758-ca4c7ac6acd8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2b93b368-38cb-9947-bbd9-5ca7bc2b6832\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:46:11.517952Z\",\n \"endTime\": - \"2022-11-24T10:47:45.6903594Z\"\n }" + string: "{\n \"name\": \"e4902dca-6975-1542-b758-ca4c7ac6acd8\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:56:13.2508075Z\",\n \"endTime\": + \"2023-03-16T02:57:29.9100644Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:11 GMT + - Thu, 16 Mar 2023 02:57:43 GMT expires: - '-1' pragma: @@ -1193,8 +1382,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1203,23 +1392,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesta4kfpc365-79a739\",\n \"fqdn\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesta4kfpc365-79a739-ee88eae0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestb247rmccj-79a739\",\n \"fqdn\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestb247rmccj-79a739-9sxemkxy.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": false,\n \"config\": @@ -1227,7 +1416,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c2c5ba5d-5550-4569-b033-4a6be84709c5\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c4e1cd05-a6b0-4bb5-9a7a-c3c89fa97ca8\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1248,11 +1437,11 @@ interactions: cache-control: - no-cache content-length: - - '4238' + - '4234' content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:11 GMT + - Thu, 16 Mar 2023 02:57:43 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_local_accounts.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_local_accounts.yaml old mode 100644 new mode 100755 index 7746e08203e..3b14790254c --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_local_accounts.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_local_accounts.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:10:35 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --disable-local-accounts + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:55:11Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:10:36Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:55:12 GMT + - Thu, 16 Mar 2023 03:10:36 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestovq6wlk4p-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest22mewm2py-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -75,8 +121,8 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -85,23 +131,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestovq6wlk4p-79a739\",\n \"fqdn\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest22mewm2py-79a739\",\n \"fqdn\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -123,15 +169,15 @@ interactions: {\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/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3479' + - '3475' content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:15 GMT + - Thu, 16 Mar 2023 03:10:39 GMT expires: - '-1' pragma: @@ -143,7 +189,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 201 message: Created @@ -162,14 +208,14 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache @@ -178,7 +224,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:45 GMT + - Thu, 16 Mar 2023 03:11:09 GMT expires: - '-1' pragma: @@ -211,14 +257,14 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache @@ -227,7 +273,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:15 GMT + - Thu, 16 Mar 2023 03:11:39 GMT expires: - '-1' pragma: @@ -260,14 +306,14 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache @@ -276,7 +322,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:45 GMT + - Thu, 16 Mar 2023 03:12:10 GMT expires: - '-1' pragma: @@ -309,14 +355,14 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache @@ -325,7 +371,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:15 GMT + - Thu, 16 Mar 2023 03:12:40 GMT expires: - '-1' pragma: @@ -358,14 +404,14 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache @@ -374,7 +420,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:45 GMT + - Thu, 16 Mar 2023 03:13:09 GMT expires: - '-1' pragma: @@ -407,14 +453,14 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache @@ -423,7 +469,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:15 GMT + - Thu, 16 Mar 2023 03:13:40 GMT expires: - '-1' pragma: @@ -456,14 +502,14 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache @@ -472,7 +518,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:45 GMT + - Thu, 16 Mar 2023 03:14:10 GMT expires: - '-1' pragma: @@ -505,14 +551,14 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache @@ -521,7 +567,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:15 GMT + - Thu, 16 Mar 2023 03:14:40 GMT expires: - '-1' pragma: @@ -554,24 +600,367 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc5bbd67-810d-4610-89de-e980fb5ff996?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67bd5bdc-0d81-1046-89de-e980fb5ff996\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:55:15.6781638Z\",\n \"endTime\": - \"2022-11-24T10:59:41.5955601Z\"\n }" + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:15:10 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: + - --resource-group --name --enable-managed-identity --disable-local-accounts + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:15:40 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: + - --resource-group --name --enable-managed-identity --disable-local-accounts + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:16:10 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: + - --resource-group --name --enable-managed-identity --disable-local-accounts + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:16:41 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: + - --resource-group --name --enable-managed-identity --disable-local-accounts + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:17:11 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: + - --resource-group --name --enable-managed-identity --disable-local-accounts + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:17:40 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: + - --resource-group --name --enable-managed-identity --disable-local-accounts + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:18:10 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: + - --resource-group --name --enable-managed-identity --disable-local-accounts + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf28da41-6ebc-440c-81fc-a16584b48474?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"41da28cf-bc6e-0c44-81fc-a16584b48474\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:10:40.1291895Z\",\n \"endTime\": + \"2023-03-16T03:18:12.252717Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:45 GMT + - Thu, 16 Mar 2023 03:18:41 GMT expires: - '-1' pragma: @@ -604,8 +993,8 @@ interactions: - --resource-group --name --enable-managed-identity --disable-local-accounts --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -614,30 +1003,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestovq6wlk4p-79a739\",\n \"fqdn\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest22mewm2py-79a739\",\n \"fqdn\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12750c0c-c877-4971-9596-13362e7b75f2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/96972042-26eb-44d8-a67e-27e1c239b84f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -658,11 +1047,11 @@ interactions: cache-control: - no-cache content-length: - - '4132' + - '4128' content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:46 GMT + - Thu, 16 Mar 2023 03:18:41 GMT expires: - '-1' pragma: @@ -694,8 +1083,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-local-accounts User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -704,30 +1093,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestovq6wlk4p-79a739\",\n \"fqdn\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest22mewm2py-79a739\",\n \"fqdn\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12750c0c-c877-4971-9596-13362e7b75f2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/96972042-26eb-44d8-a67e-27e1c239b84f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -748,11 +1137,11 @@ interactions: cache-control: - no-cache content-length: - - '4132' + - '4128' content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:47 GMT + - Thu, 16 Mar 2023 03:18:42 GMT expires: - '-1' pragma: @@ -772,23 +1161,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestovq6wlk4p-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitest22mewm2py-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12750c0c-c877-4971-9596-13362e7b75f2"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/96972042-26eb-44d8-a67e-27e1c239b84f"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -805,14 +1194,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2665' + - '2663' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-local-accounts User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -821,30 +1210,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestovq6wlk4p-79a739\",\n \"fqdn\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest22mewm2py-79a739\",\n \"fqdn\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12750c0c-c877-4971-9596-13362e7b75f2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/96972042-26eb-44d8-a67e-27e1c239b84f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -863,15 +1252,15 @@ interactions: {\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/westus2/operations/20fc8961-c552-44f0-93d0-ec7b97332a70?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/34c76357-19ea-4072-87f4-0e947ba65ef3?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4131' + - '4127' content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:49 GMT + - Thu, 16 Mar 2023 03:18:45 GMT expires: - '-1' pragma: @@ -887,7 +1276,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1193' status: code: 200 message: OK @@ -905,14 +1294,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-local-accounts User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20fc8961-c552-44f0-93d0-ec7b97332a70?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/34c76357-19ea-4072-87f4-0e947ba65ef3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6189fc20-52c5-f044-93d0-ec7b97332a70\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:50.0082889Z\"\n }" + string: "{\n \"name\": \"5763c734-ea19-7240-87f4-0e947ba65ef3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:44.9592045Z\"\n }" headers: cache-control: - no-cache @@ -921,7 +1310,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:19 GMT + - Thu, 16 Mar 2023 03:19:14 GMT expires: - '-1' pragma: @@ -953,14 +1342,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-local-accounts User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20fc8961-c552-44f0-93d0-ec7b97332a70?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/34c76357-19ea-4072-87f4-0e947ba65ef3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6189fc20-52c5-f044-93d0-ec7b97332a70\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:50.0082889Z\"\n }" + string: "{\n \"name\": \"5763c734-ea19-7240-87f4-0e947ba65ef3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:44.9592045Z\"\n }" headers: cache-control: - no-cache @@ -969,7 +1358,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:49 GMT + - Thu, 16 Mar 2023 03:19:44 GMT expires: - '-1' pragma: @@ -1001,15 +1390,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-local-accounts User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20fc8961-c552-44f0-93d0-ec7b97332a70?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/34c76357-19ea-4072-87f4-0e947ba65ef3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6189fc20-52c5-f044-93d0-ec7b97332a70\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:59:50.0082889Z\",\n \"endTime\": - \"2022-11-24T11:01:12.4796681Z\"\n }" + string: "{\n \"name\": \"5763c734-ea19-7240-87f4-0e947ba65ef3\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:18:44.9592045Z\",\n \"endTime\": + \"2023-03-16T03:20:12.6809063Z\"\n }" headers: cache-control: - no-cache @@ -1018,7 +1407,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:19 GMT + - Thu, 16 Mar 2023 03:20:14 GMT expires: - '-1' pragma: @@ -1050,8 +1439,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-local-accounts User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1060,30 +1449,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestovq6wlk4p-79a739\",\n \"fqdn\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestovq6wlk4p-79a739-fd49f30d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest22mewm2py-79a739\",\n \"fqdn\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest22mewm2py-79a739-b6sny12g.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12750c0c-c877-4971-9596-13362e7b75f2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/96972042-26eb-44d8-a67e-27e1c239b84f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1104,11 +1493,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:20 GMT + - Thu, 16 Mar 2023 03:20:15 GMT expires: - '-1' pragma: @@ -1142,8 +1531,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1151,17 +1540,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5168c78-086c-4146-9d58-5ff23dee32a7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9c05ef56-ac99-4230-9ecc-8553abbc9cb4?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:01:20 GMT + - Thu, 16 Mar 2023 03:20:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e5168c78-086c-4146-9d58-5ff23dee32a7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9c05ef56-ac99-4230-9ecc-8553abbc9cb4?api-version=2016-03-30 pragma: - no-cache server: @@ -1171,7 +1560,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14991' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_azurekeyvaultsecretsprovider.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_azurekeyvaultsecretsprovider.yaml old mode 100644 new mode 100755 index bab55990be0..4fd4024276b --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_azurekeyvaultsecretsprovider.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_azurekeyvaultsecretsprovider.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:14:37 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:41:50Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:14:38Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:41:49 GMT + - Thu, 16 Mar 2023 03:14:37 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestag6c7ed6d-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestabm6pxdme-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 10:41:54 GMT + - Thu, 16 Mar 2023 03:14:42 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1189' + - '1198' status: code: 201 message: Created @@ -159,14 +204,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +220,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:24 GMT + - Thu, 16 Mar 2023 03:15:12 GMT expires: - '-1' pragma: @@ -207,14 +252,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:42:54 GMT + - Thu, 16 Mar 2023 03:15:42 GMT expires: - '-1' pragma: @@ -255,14 +300,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:24 GMT + - Thu, 16 Mar 2023 03:16:12 GMT expires: - '-1' pragma: @@ -303,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:43:54 GMT + - Thu, 16 Mar 2023 03:16:42 GMT expires: - '-1' pragma: @@ -351,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:24 GMT + - Thu, 16 Mar 2023 03:17:12 GMT expires: - '-1' pragma: @@ -399,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:54 GMT + - Thu, 16 Mar 2023 03:17:42 GMT expires: - '-1' pragma: @@ -447,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:24 GMT + - Thu, 16 Mar 2023 03:18:12 GMT expires: - '-1' pragma: @@ -495,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:54 GMT + - Thu, 16 Mar 2023 03:18:42 GMT expires: - '-1' pragma: @@ -543,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:25 GMT + - Thu, 16 Mar 2023 03:19:12 GMT expires: - '-1' pragma: @@ -591,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:55 GMT + - Thu, 16 Mar 2023 03:19:42 GMT expires: - '-1' pragma: @@ -639,15 +684,207 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d25adcdf-422d-4189-bd7f-1af960808036?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"dfdc5ad2-2d42-8941-bd7f-1af960808036\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:41:54.7045965Z\",\n \"endTime\": - \"2022-11-24T10:47:00.0635999Z\"\n }" + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:20:13 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:20:43 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:21:13 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:21:43 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/799d3279-26c2-434d-ba6b-2f6c1b758713?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"79329d79-c226-4d43-ba6b-2f6c1b758713\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:14:42.4895893Z\",\n \"endTime\": + \"2023-03-16T03:22:05.2421625Z\"\n }" headers: cache-control: - no-cache @@ -656,7 +893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:25 GMT + - Thu, 16 Mar 2023 03:22:13 GMT expires: - '-1' pragma: @@ -688,8 +925,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -698,30 +935,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -742,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:25 GMT + - Thu, 16 Mar 2023 03:22:14 GMT expires: - '-1' pragma: @@ -778,8 +1015,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -788,30 +1025,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -832,11 +1069,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:26 GMT + - Thu, 16 Mar 2023 03:22:14 GMT expires: - '-1' pragma: @@ -856,16 +1093,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestag6c7ed6d-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestabm6pxdme-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "false", "rotationPollInterval": "2m"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -873,7 +1110,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -891,14 +1128,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2842' + - '2840' Content-Type: - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -907,23 +1144,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -932,7 +1169,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -951,15 +1188,15 @@ interactions: {\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/westus2/operations/2fe635c6-1e39-4db6-9020-dd6bd315ae6e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9f2bc5f-26b1-4009-83a3-b29de6df65f3?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4323' + - '4319' content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:29 GMT + - Thu, 16 Mar 2023 03:22:17 GMT expires: - '-1' pragma: @@ -975,7 +1212,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1195' status: code: 200 message: OK @@ -993,14 +1230,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2fe635c6-1e39-4db6-9020-dd6bd315ae6e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9f2bc5f-26b1-4009-83a3-b29de6df65f3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c635e62f-391e-b64d-9020-dd6bd315ae6e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:29.4292192Z\"\n }" + string: "{\n \"name\": \"5fbcf2c9-b126-0940-83a3-b29de6df65f3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:17.3974347Z\"\n }" headers: cache-control: - no-cache @@ -1009,7 +1246,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:59 GMT + - Thu, 16 Mar 2023 03:22:47 GMT expires: - '-1' pragma: @@ -1041,14 +1278,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2fe635c6-1e39-4db6-9020-dd6bd315ae6e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9f2bc5f-26b1-4009-83a3-b29de6df65f3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c635e62f-391e-b64d-9020-dd6bd315ae6e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:47:29.4292192Z\"\n }" + string: "{\n \"name\": \"5fbcf2c9-b126-0940-83a3-b29de6df65f3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:17.3974347Z\"\n }" headers: cache-control: - no-cache @@ -1057,7 +1294,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:29 GMT + - Thu, 16 Mar 2023 03:23:16 GMT expires: - '-1' pragma: @@ -1089,15 +1326,15 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2fe635c6-1e39-4db6-9020-dd6bd315ae6e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9f2bc5f-26b1-4009-83a3-b29de6df65f3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c635e62f-391e-b64d-9020-dd6bd315ae6e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:47:29.4292192Z\",\n \"endTime\": - \"2022-11-24T10:48:54.1262326Z\"\n }" + string: "{\n \"name\": \"5fbcf2c9-b126-0940-83a3-b29de6df65f3\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:22:17.3974347Z\",\n \"endTime\": + \"2023-03-16T03:23:47.3587416Z\"\n }" headers: cache-control: - no-cache @@ -1106,7 +1343,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:59 GMT + - Thu, 16 Mar 2023 03:23:47 GMT expires: - '-1' pragma: @@ -1138,8 +1375,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1148,23 +1385,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1175,7 +1412,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1196,11 +1433,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:59 GMT + - Thu, 16 Mar 2023 03:23:48 GMT expires: - '-1' pragma: @@ -1233,8 +1470,8 @@ interactions: - --resource-group --name --enable-secret-rotation --rotation-poll-interval -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1243,23 +1480,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1270,7 +1507,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1291,11 +1528,11 @@ interactions: cache-control: - no-cache content-length: - - '4702' + - '4698' content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:01 GMT + - Thu, 16 Mar 2023 03:23:48 GMT expires: - '-1' pragma: @@ -1315,16 +1552,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestag6c7ed6d-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestabm6pxdme-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "true", "rotationPollInterval": "120s"}}}, "oidcIssuerProfile": @@ -1333,7 +1570,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1350,15 +1587,15 @@ interactions: Connection: - keep-alive Content-Length: - - '2811' + - '2809' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-secret-rotation --rotation-poll-interval -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1367,23 +1604,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1392,7 +1629,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1411,15 +1648,15 @@ interactions: {\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/westus2/operations/3166327a-dc41-4a73-8447-2f8075538411?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c575fcc-1f48-4460-adf4-e7567a12fd4e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4324' + - '4320' content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:04 GMT + - Thu, 16 Mar 2023 03:23:51 GMT expires: - '-1' pragma: @@ -1435,7 +1672,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1194' status: code: 200 message: OK @@ -1454,14 +1691,14 @@ interactions: - --resource-group --name --enable-secret-rotation --rotation-poll-interval -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3166327a-dc41-4a73-8447-2f8075538411?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c575fcc-1f48-4460-adf4-e7567a12fd4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7a326631-41dc-734a-8447-2f8075538411\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:49:04.3887179Z\"\n }" + string: "{\n \"name\": \"cc5f575c-481f-6044-adf4-e7567a12fd4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:23:51.9290288Z\"\n }" headers: cache-control: - no-cache @@ -1470,7 +1707,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:33 GMT + - Thu, 16 Mar 2023 03:24:22 GMT expires: - '-1' pragma: @@ -1503,14 +1740,14 @@ interactions: - --resource-group --name --enable-secret-rotation --rotation-poll-interval -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3166327a-dc41-4a73-8447-2f8075538411?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c575fcc-1f48-4460-adf4-e7567a12fd4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7a326631-41dc-734a-8447-2f8075538411\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:49:04.3887179Z\"\n }" + string: "{\n \"name\": \"cc5f575c-481f-6044-adf4-e7567a12fd4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:23:51.9290288Z\"\n }" headers: cache-control: - no-cache @@ -1519,7 +1756,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:03 GMT + - Thu, 16 Mar 2023 03:24:52 GMT expires: - '-1' pragma: @@ -1552,15 +1789,15 @@ interactions: - --resource-group --name --enable-secret-rotation --rotation-poll-interval -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3166327a-dc41-4a73-8447-2f8075538411?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c575fcc-1f48-4460-adf4-e7567a12fd4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7a326631-41dc-734a-8447-2f8075538411\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:49:04.3887179Z\",\n \"endTime\": - \"2022-11-24T10:50:26.6830025Z\"\n }" + string: "{\n \"name\": \"cc5f575c-481f-6044-adf4-e7567a12fd4e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:23:51.9290288Z\",\n \"endTime\": + \"2023-03-16T03:25:07.6090378Z\"\n }" headers: cache-control: - no-cache @@ -1569,7 +1806,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:34 GMT + - Thu, 16 Mar 2023 03:25:21 GMT expires: - '-1' pragma: @@ -1602,8 +1839,8 @@ interactions: - --resource-group --name --enable-secret-rotation --rotation-poll-interval -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1612,23 +1849,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1639,7 +1876,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1660,11 +1897,11 @@ interactions: cache-control: - no-cache content-length: - - '4703' + - '4699' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:35 GMT + - Thu, 16 Mar 2023 03:25:22 GMT expires: - '-1' pragma: @@ -1696,8 +1933,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-secret-rotation -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1706,23 +1943,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1733,7 +1970,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1754,11 +1991,11 @@ interactions: cache-control: - no-cache content-length: - - '4703' + - '4699' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:35 GMT + - Thu, 16 Mar 2023 03:25:23 GMT expires: - '-1' pragma: @@ -1778,16 +2015,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestag6c7ed6d-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestabm6pxdme-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "false", "rotationPollInterval": "120s"}}}, "oidcIssuerProfile": @@ -1796,7 +2033,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1813,14 +2050,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2812' + - '2810' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-secret-rotation -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1829,23 +2066,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -1854,7 +2091,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1873,15 +2110,15 @@ interactions: {\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/westus2/operations/191e1567-1356-45ea-8ec8-4a48ae2e39c4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac29991-5f01-46c2-a3ce-bb3442f8376b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4325' + - '4321' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:37 GMT + - Thu, 16 Mar 2023 03:25:25 GMT expires: - '-1' pragma: @@ -1897,7 +2134,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1196' status: code: 200 message: OK @@ -1915,14 +2152,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-secret-rotation -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/191e1567-1356-45ea-8ec8-4a48ae2e39c4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac29991-5f01-46c2-a3ce-bb3442f8376b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67151e19-5613-ea45-8ec8-4a48ae2e39c4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:50:38.7695966Z\"\n }" + string: "{\n \"name\": \"9199c2da-015f-c246-a3ce-bb3442f8376b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:25:26.3513032Z\"\n }" headers: cache-control: - no-cache @@ -1931,7 +2168,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:08 GMT + - Thu, 16 Mar 2023 03:25:55 GMT expires: - '-1' pragma: @@ -1963,14 +2200,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-secret-rotation -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/191e1567-1356-45ea-8ec8-4a48ae2e39c4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac29991-5f01-46c2-a3ce-bb3442f8376b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67151e19-5613-ea45-8ec8-4a48ae2e39c4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:50:38.7695966Z\"\n }" + string: "{\n \"name\": \"9199c2da-015f-c246-a3ce-bb3442f8376b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:25:26.3513032Z\"\n }" headers: cache-control: - no-cache @@ -1979,7 +2216,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:38 GMT + - Thu, 16 Mar 2023 03:26:26 GMT expires: - '-1' pragma: @@ -2011,24 +2248,24 @@ interactions: ParameterSetName: - --resource-group --name --disable-secret-rotation -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/191e1567-1356-45ea-8ec8-4a48ae2e39c4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dac29991-5f01-46c2-a3ce-bb3442f8376b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"67151e19-5613-ea45-8ec8-4a48ae2e39c4\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:50:38.7695966Z\",\n \"endTime\": - \"2022-11-24T10:51:58.3820472Z\"\n }" + string: "{\n \"name\": \"9199c2da-015f-c246-a3ce-bb3442f8376b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:25:26.3513032Z\",\n \"endTime\": + \"2023-03-16T03:26:45.033738Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:08 GMT + - Thu, 16 Mar 2023 03:26:56 GMT expires: - '-1' pragma: @@ -2060,8 +2297,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-secret-rotation -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2070,23 +2307,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -2097,7 +2334,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2118,11 +2355,11 @@ interactions: cache-control: - no-cache content-length: - - '4704' + - '4700' content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:09 GMT + - Thu, 16 Mar 2023 03:26:56 GMT expires: - '-1' pragma: @@ -2154,8 +2391,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2164,23 +2401,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -2191,7 +2428,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2212,11 +2449,11 @@ interactions: cache-control: - no-cache content-length: - - '4704' + - '4700' content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:10 GMT + - Thu, 16 Mar 2023 03:26:57 GMT expires: - '-1' pragma: @@ -2236,16 +2473,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestag6c7ed6d-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestabm6pxdme-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": false}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": @@ -2253,7 +2490,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -2271,14 +2508,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2768' + - '2766' Content-Type: - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2287,23 +2524,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": @@ -2311,7 +2548,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2330,15 +2567,15 @@ interactions: {\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/westus2/operations/7597a844-1789-4742-ae13-0d90a678e849?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed015cbf-e4aa-4209-adb6-d1546ce378a4?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4246' + - '4242' content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:13 GMT + - Thu, 16 Mar 2023 03:27:00 GMT expires: - '-1' pragma: @@ -2354,7 +2591,55 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks disable-addons + Connection: + - keep-alive + ParameterSetName: + - --addons --resource-group --name -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed015cbf-e4aa-4209-adb6-d1546ce378a4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bf5c01ed-aae4-0942-adb6-d1546ce378a4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:00.3205395Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:30 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 @@ -2372,14 +2657,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7597a844-1789-4742-ae13-0d90a678e849?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed015cbf-e4aa-4209-adb6-d1546ce378a4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"44a89775-8917-4247-ae13-0d90a678e849\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:52:13.1975856Z\"\n }" + string: "{\n \"name\": \"bf5c01ed-aae4-0942-adb6-d1546ce378a4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:00.3205395Z\"\n }" headers: cache-control: - no-cache @@ -2388,7 +2673,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:43 GMT + - Thu, 16 Mar 2023 03:27:59 GMT expires: - '-1' pragma: @@ -2420,14 +2705,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7597a844-1789-4742-ae13-0d90a678e849?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed015cbf-e4aa-4209-adb6-d1546ce378a4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"44a89775-8917-4247-ae13-0d90a678e849\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:52:13.1975856Z\"\n }" + string: "{\n \"name\": \"bf5c01ed-aae4-0942-adb6-d1546ce378a4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:00.3205395Z\"\n }" headers: cache-control: - no-cache @@ -2436,7 +2721,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:12 GMT + - Thu, 16 Mar 2023 03:28:29 GMT expires: - '-1' pragma: @@ -2468,15 +2753,15 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7597a844-1789-4742-ae13-0d90a678e849?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ed015cbf-e4aa-4209-adb6-d1546ce378a4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"44a89775-8917-4247-ae13-0d90a678e849\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:52:13.1975856Z\",\n \"endTime\": - \"2022-11-24T10:53:39.9828756Z\"\n }" + string: "{\n \"name\": \"bf5c01ed-aae4-0942-adb6-d1546ce378a4\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:27:00.3205395Z\",\n \"endTime\": + \"2023-03-16T03:28:35.0438614Z\"\n }" headers: cache-control: - no-cache @@ -2485,7 +2770,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:43 GMT + - Thu, 16 Mar 2023 03:29:00 GMT expires: - '-1' pragma: @@ -2517,8 +2802,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2527,23 +2812,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": @@ -2551,7 +2836,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2572,11 +2857,11 @@ interactions: cache-control: - no-cache content-length: - - '4248' + - '4244' content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:43 GMT + - Thu, 16 Mar 2023 03:29:01 GMT expires: - '-1' pragma: @@ -2609,8 +2894,8 @@ interactions: - --addons --enable-secret-rotation --rotation-poll-interval --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2619,23 +2904,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": false,\n \"config\": @@ -2643,7 +2928,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2664,11 +2949,11 @@ interactions: cache-control: - no-cache content-length: - - '4248' + - '4244' content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:44 GMT + - Thu, 16 Mar 2023 03:29:01 GMT expires: - '-1' pragma: @@ -2688,16 +2973,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestag6c7ed6d-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestabm6pxdme-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"azureKeyvaultSecretsProvider": {"enabled": true, "config": {"enableSecretRotation": "true", "rotationPollInterval": "1h"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -2705,7 +2990,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -2723,15 +3008,15 @@ interactions: Connection: - keep-alive Content-Length: - - '2841' + - '2839' Content-Type: - application/json ParameterSetName: - --addons --enable-secret-rotation --rotation-poll-interval --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2740,23 +3025,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -2765,7 +3050,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2784,15 +3069,15 @@ interactions: {\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/westus2/operations/837e5d1c-9169-49be-afae-e6381d348af3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3b95df96-7284-4f55-9904-85e27cf46def?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4322' + - '4318' content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:47 GMT + - Thu, 16 Mar 2023 03:29:04 GMT expires: - '-1' pragma: @@ -2808,7 +3093,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 200 message: OK @@ -2827,14 +3112,14 @@ interactions: - --addons --enable-secret-rotation --rotation-poll-interval --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/837e5d1c-9169-49be-afae-e6381d348af3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3b95df96-7284-4f55-9904-85e27cf46def?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1c5d7e83-6991-be49-afae-e6381d348af3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:53:48.2662509Z\"\n }" + string: "{\n \"name\": \"96df953b-8472-554f-9904-85e27cf46def\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:05.0710609Z\"\n }" headers: cache-control: - no-cache @@ -2843,7 +3128,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:17 GMT + - Thu, 16 Mar 2023 03:29:34 GMT expires: - '-1' pragma: @@ -2876,14 +3161,14 @@ interactions: - --addons --enable-secret-rotation --rotation-poll-interval --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/837e5d1c-9169-49be-afae-e6381d348af3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3b95df96-7284-4f55-9904-85e27cf46def?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1c5d7e83-6991-be49-afae-e6381d348af3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:53:48.2662509Z\"\n }" + string: "{\n \"name\": \"96df953b-8472-554f-9904-85e27cf46def\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:05.0710609Z\"\n }" headers: cache-control: - no-cache @@ -2892,7 +3177,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:48 GMT + - Thu, 16 Mar 2023 03:30:04 GMT expires: - '-1' pragma: @@ -2925,15 +3210,15 @@ interactions: - --addons --enable-secret-rotation --rotation-poll-interval --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/837e5d1c-9169-49be-afae-e6381d348af3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3b95df96-7284-4f55-9904-85e27cf46def?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1c5d7e83-6991-be49-afae-e6381d348af3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:53:48.2662509Z\",\n \"endTime\": - \"2022-11-24T10:55:16.9140595Z\"\n }" + string: "{\n \"name\": \"96df953b-8472-554f-9904-85e27cf46def\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:29:05.0710609Z\",\n \"endTime\": + \"2023-03-16T03:30:34.5458586Z\"\n }" headers: cache-control: - no-cache @@ -2942,7 +3227,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:18 GMT + - Thu, 16 Mar 2023 03:30:35 GMT expires: - '-1' pragma: @@ -2975,8 +3260,8 @@ interactions: - --addons --enable-secret-rotation --rotation-poll-interval --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2985,23 +3270,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestag6c7ed6d-79a739\",\n \"fqdn\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestag6c7ed6d-79a739-817ae14a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestabm6pxdme-79a739\",\n \"fqdn\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestabm6pxdme-79a739-3x9cfs7v.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"azureKeyvaultSecretsProvider\": {\n \"enabled\": true,\n \"config\": @@ -3012,7 +3297,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1daedbd5-37d9-44e3-a5af-3fdab5fb7843\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2a18c257-d4c3-4818-9d4b-93b6352de3c1\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -3033,11 +3318,11 @@ interactions: cache-control: - no-cache content-length: - - '4701' + - '4697' content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:19 GMT + - Thu, 16 Mar 2023 03:30:35 GMT expires: - '-1' pragma: @@ -3071,8 +3356,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -3080,17 +3365,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7308b787-79cc-49e9-9e87-5b2e89a3ed46?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2682a9ba-1b4d-4016-a6b4-f29ddf4473c8?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 10:55:20 GMT + - Thu, 16 Mar 2023 03:30:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7308b787-79cc-49e9-9e87-5b2e89a3ed46?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/2682a9ba-1b4d-4016-a6b4-f29ddf4473c8?api-version=2016-03-30 pragma: - no-cache server: @@ -3100,7 +3385,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14992' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_openservicemesh.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_openservicemesh.yaml old mode 100644 new mode 100755 index a776e3a194b..7f58c50144e --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_openservicemesh.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_openservicemesh.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:57:44 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:48:22Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:57:44Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:48:21 GMT + - Thu, 16 Mar 2023 02:57:44 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest4jpyyg6fn-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestcriiwuyzy-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4jpyyg6fn-79a739\",\n \"fqdn\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcriiwuyzy-79a739\",\n \"fqdn\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:25 GMT + - Thu, 16 Mar 2023 02:57:48 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1194' status: code: 201 message: Created @@ -159,14 +204,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +220,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:56 GMT + - Thu, 16 Mar 2023 02:58:19 GMT expires: - '-1' pragma: @@ -207,14 +252,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:27 GMT + - Thu, 16 Mar 2023 02:58:48 GMT expires: - '-1' pragma: @@ -255,14 +300,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:57 GMT + - Thu, 16 Mar 2023 02:59:18 GMT expires: - '-1' pragma: @@ -303,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:27 GMT + - Thu, 16 Mar 2023 02:59:48 GMT expires: - '-1' pragma: @@ -351,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:57 GMT + - Thu, 16 Mar 2023 03:00:19 GMT expires: - '-1' pragma: @@ -399,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:27 GMT + - Thu, 16 Mar 2023 03:00:49 GMT expires: - '-1' pragma: @@ -447,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:57 GMT + - Thu, 16 Mar 2023 03:01:19 GMT expires: - '-1' pragma: @@ -495,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:27 GMT + - Thu, 16 Mar 2023 03:01:49 GMT expires: - '-1' pragma: @@ -543,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:57 GMT + - Thu, 16 Mar 2023 03:02:19 GMT expires: - '-1' pragma: @@ -591,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:28 GMT + - Thu, 16 Mar 2023 03:02:49 GMT expires: - '-1' pragma: @@ -639,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -655,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:57 GMT + - Thu, 16 Mar 2023 03:03:19 GMT expires: - '-1' pragma: @@ -687,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" headers: cache-control: - no-cache @@ -703,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:28 GMT + - Thu, 16 Mar 2023 03:03:49 GMT expires: - '-1' pragma: @@ -735,15 +780,159 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73a86675-f48d-441c-8fec-1d463ee0d3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7566a873-8df4-1c44-8fec-1d463ee0d3a0\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:48:26.2610814Z\",\n \"endTime\": - \"2022-11-24T10:54:41.5811536Z\"\n }" + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:04:19 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:04:50 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:05:19 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/104b5be4-4434-4524-a73c-95c5134a136e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e45b4b10-3444-2445-a73c-95c5134a136e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:57:48.8917346Z\",\n \"endTime\": + \"2023-03-16T03:05:26.1640221Z\"\n }" headers: cache-control: - no-cache @@ -752,7 +941,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:57 GMT + - Thu, 16 Mar 2023 03:05:49 GMT expires: - '-1' pragma: @@ -784,8 +973,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -794,30 +983,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4jpyyg6fn-79a739\",\n \"fqdn\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcriiwuyzy-79a739\",\n \"fqdn\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/32d516ee-145a-4e90-9618-28ca90f9d4a5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a862cb01-6b80-4cfa-8323-8adb474b47f3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -838,11 +1027,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:58 GMT + - Thu, 16 Mar 2023 03:05:50 GMT expires: - '-1' pragma: @@ -874,8 +1063,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -884,30 +1073,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4jpyyg6fn-79a739\",\n \"fqdn\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcriiwuyzy-79a739\",\n \"fqdn\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/32d516ee-145a-4e90-9618-28ca90f9d4a5\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a862cb01-6b80-4cfa-8323-8adb474b47f3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -928,11 +1117,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:59 GMT + - Thu, 16 Mar 2023 03:05:50 GMT expires: - '-1' pragma: @@ -952,16 +1141,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest4jpyyg6fn-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestcriiwuyzy-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"openServiceMesh": {"enabled": true, "config": {}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": @@ -969,7 +1158,7 @@ interactions: "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/32d516ee-145a-4e90-9618-28ca90f9d4a5"}], + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a862cb01-6b80-4cfa-8323-8adb474b47f3"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -987,14 +1176,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2768' + - '2766' Content-Type: - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1003,23 +1192,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4jpyyg6fn-79a739\",\n \"fqdn\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcriiwuyzy-79a739\",\n \"fqdn\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -1027,7 +1216,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/32d516ee-145a-4e90-9618-28ca90f9d4a5\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a862cb01-6b80-4cfa-8323-8adb474b47f3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1046,15 +1235,15 @@ interactions: {\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/westus2/operations/94bf688b-e7b7-49b5-a440-34ed687bfdf8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2ca50b8a-bd9f-41d2-b549-3d0d8ac65979?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4232' + - '4228' content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:03 GMT + - Thu, 16 Mar 2023 03:05:54 GMT expires: - '-1' pragma: @@ -1070,7 +1259,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1193' status: code: 200 message: OK @@ -1088,14 +1277,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94bf688b-e7b7-49b5-a440-34ed687bfdf8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2ca50b8a-bd9f-41d2-b549-3d0d8ac65979?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8b68bf94-b7e7-b549-a440-34ed687bfdf8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:02.9428862Z\"\n }" + string: "{\n \"name\": \"8a0ba52c-9fbd-d241-b549-3d0d8ac65979\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:55.0497772Z\"\n }" headers: cache-control: - no-cache @@ -1104,7 +1293,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:32 GMT + - Thu, 16 Mar 2023 03:06:25 GMT expires: - '-1' pragma: @@ -1136,14 +1325,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94bf688b-e7b7-49b5-a440-34ed687bfdf8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2ca50b8a-bd9f-41d2-b549-3d0d8ac65979?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8b68bf94-b7e7-b549-a440-34ed687bfdf8\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:02.9428862Z\"\n }" + string: "{\n \"name\": \"8a0ba52c-9fbd-d241-b549-3d0d8ac65979\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:55.0497772Z\"\n }" headers: cache-control: - no-cache @@ -1152,7 +1341,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:02 GMT + - Thu, 16 Mar 2023 03:06:55 GMT expires: - '-1' pragma: @@ -1184,24 +1373,24 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/94bf688b-e7b7-49b5-a440-34ed687bfdf8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2ca50b8a-bd9f-41d2-b549-3d0d8ac65979?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8b68bf94-b7e7-b549-a440-34ed687bfdf8\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:55:02.9428862Z\",\n \"endTime\": - \"2022-11-24T10:56:27.933336Z\"\n }" + string: "{\n \"name\": \"8a0ba52c-9fbd-d241-b549-3d0d8ac65979\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:05:55.0497772Z\",\n \"endTime\": + \"2023-03-16T03:07:20.2691837Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:33 GMT + - Thu, 16 Mar 2023 03:07:24 GMT expires: - '-1' pragma: @@ -1233,8 +1422,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1243,23 +1432,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest4jpyyg6fn-79a739\",\n \"fqdn\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4jpyyg6fn-79a739-51ca1ced.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcriiwuyzy-79a739\",\n \"fqdn\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcriiwuyzy-79a739-m3oul6nb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"openServiceMesh\": {\n \"enabled\": true,\n \"config\": null\n @@ -1267,7 +1456,7 @@ 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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/32d516ee-145a-4e90-9618-28ca90f9d4a5\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a862cb01-6b80-4cfa-8323-8adb474b47f3\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1288,11 +1477,11 @@ interactions: cache-control: - no-cache content-length: - - '4234' + - '4230' content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:33 GMT + - Thu, 16 Mar 2023 03:07:25 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml old mode 100644 new mode 100755 index 1fadd508ef2..63d02194edc --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:58:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:44:12Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:58:29Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:44:12 GMT + - Thu, 16 Mar 2023 02:58:29 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest24hjppiq6-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestax2xq7nsf-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest24hjppiq6-79a739\",\n \"fqdn\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestax2xq7nsf-79a739\",\n \"fqdn\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:16 GMT + - Thu, 16 Mar 2023 02:58:33 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 201 message: Created @@ -159,14 +204,206 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:59:03 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:59:34 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:00:04 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:00:34 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: + - --resource-group --name --enable-managed-identity --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:44:46 GMT + - Thu, 16 Mar 2023 03:01:04 GMT expires: - '-1' pragma: @@ -207,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:16 GMT + - Thu, 16 Mar 2023 03:01:34 GMT expires: - '-1' pragma: @@ -255,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:45:47 GMT + - Thu, 16 Mar 2023 03:02:05 GMT expires: - '-1' pragma: @@ -303,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:17 GMT + - Thu, 16 Mar 2023 03:02:34 GMT expires: - '-1' pragma: @@ -351,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:46:47 GMT + - Thu, 16 Mar 2023 03:03:04 GMT expires: - '-1' pragma: @@ -399,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:17 GMT + - Thu, 16 Mar 2023 03:03:34 GMT expires: - '-1' pragma: @@ -447,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:47:47 GMT + - Thu, 16 Mar 2023 03:04:04 GMT expires: - '-1' pragma: @@ -495,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:17 GMT + - Thu, 16 Mar 2023 03:04:35 GMT expires: - '-1' pragma: @@ -543,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:48:47 GMT + - Thu, 16 Mar 2023 03:05:05 GMT expires: - '-1' pragma: @@ -591,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:17 GMT + - Thu, 16 Mar 2023 03:05:35 GMT expires: - '-1' pragma: @@ -639,14 +876,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\"\n }" headers: cache-control: - no-cache @@ -655,7 +892,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:49:48 GMT + - Thu, 16 Mar 2023 03:06:04 GMT expires: - '-1' pragma: @@ -687,15 +924,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/72548db1-4fbe-4824-aceb-2390cb6cdcd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3153b76f-ce07-49e3-8d43-e7a842aaf12f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b18d5472-be4f-2448-aceb-2390cb6cdcd9\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:44:17.4169154Z\",\n \"endTime\": - \"2022-11-24T10:50:04.7608692Z\"\n }" + string: "{\n \"name\": \"6fb75331-07ce-e349-8d43-e7a842aaf12f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:58:34.3294775Z\",\n \"endTime\": + \"2023-03-16T03:06:35.6697761Z\"\n }" headers: cache-control: - no-cache @@ -704,7 +941,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:18 GMT + - Thu, 16 Mar 2023 03:06:35 GMT expires: - '-1' pragma: @@ -736,8 +973,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -746,30 +983,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest24hjppiq6-79a739\",\n \"fqdn\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestax2xq7nsf-79a739\",\n \"fqdn\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f101fc54-bc42-49b9-a2eb-3479a56d2f77\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a503b83-6ebd-4fe4-b9d4-c8ce19afb162\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -790,11 +1027,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:19 GMT + - Thu, 16 Mar 2023 03:06:36 GMT expires: - '-1' pragma: @@ -826,8 +1063,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -836,30 +1073,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest24hjppiq6-79a739\",\n \"fqdn\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestax2xq7nsf-79a739\",\n \"fqdn\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f101fc54-bc42-49b9-a2eb-3479a56d2f77\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a503b83-6ebd-4fe4-b9d4-c8ce19afb162\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -880,11 +1117,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:19 GMT + - Thu, 16 Mar 2023 03:06:37 GMT expires: - '-1' pragma: @@ -904,16 +1141,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest24hjppiq6-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestax2xq7nsf-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", @@ -921,7 +1158,7 @@ interactions: "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f101fc54-bc42-49b9-a2eb-3479a56d2f77"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a503b83-6ebd-4fe4-b9d4-c8ce19afb162"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -939,14 +1176,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2806' + - '2804' Content-Type: - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -955,23 +1192,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest24hjppiq6-79a739\",\n \"fqdn\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestax2xq7nsf-79a739\",\n \"fqdn\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -980,7 +1217,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f101fc54-bc42-49b9-a2eb-3479a56d2f77\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a503b83-6ebd-4fe4-b9d4-c8ce19afb162\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -999,15 +1236,15 @@ interactions: {\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/westus2/operations/dc7fb34d-94a9-4add-a9f9-919883e440b5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c538a9ab-57cb-4e1e-8449-d09d68ad60b1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4281' + - '4277' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:21 GMT + - Thu, 16 Mar 2023 03:06:40 GMT expires: - '-1' pragma: @@ -1023,7 +1260,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1192' status: code: 200 message: OK @@ -1041,14 +1278,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc7fb34d-94a9-4add-a9f9-919883e440b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c538a9ab-57cb-4e1e-8449-d09d68ad60b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4db37fdc-a994-dd4a-a9f9-919883e440b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:50:22.6591938Z\"\n }" + string: "{\n \"name\": \"aba938c5-cb57-1e4e-8449-d09d68ad60b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:06:40.0811908Z\"\n }" headers: cache-control: - no-cache @@ -1057,7 +1294,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:52 GMT + - Thu, 16 Mar 2023 03:07:09 GMT expires: - '-1' pragma: @@ -1089,14 +1326,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc7fb34d-94a9-4add-a9f9-919883e440b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c538a9ab-57cb-4e1e-8449-d09d68ad60b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4db37fdc-a994-dd4a-a9f9-919883e440b5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:50:22.6591938Z\"\n }" + string: "{\n \"name\": \"aba938c5-cb57-1e4e-8449-d09d68ad60b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:06:40.0811908Z\"\n }" headers: cache-control: - no-cache @@ -1105,7 +1342,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:22 GMT + - Thu, 16 Mar 2023 03:07:39 GMT expires: - '-1' pragma: @@ -1137,15 +1374,15 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc7fb34d-94a9-4add-a9f9-919883e440b5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c538a9ab-57cb-4e1e-8449-d09d68ad60b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4db37fdc-a994-dd4a-a9f9-919883e440b5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:50:22.6591938Z\",\n \"endTime\": - \"2022-11-24T10:51:41.7667822Z\"\n }" + string: "{\n \"name\": \"aba938c5-cb57-1e4e-8449-d09d68ad60b1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:06:40.0811908Z\",\n \"endTime\": + \"2023-03-16T03:08:02.5080155Z\"\n }" headers: cache-control: - no-cache @@ -1154,7 +1391,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:53 GMT + - Thu, 16 Mar 2023 03:08:10 GMT expires: - '-1' pragma: @@ -1186,8 +1423,8 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1196,23 +1433,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest24hjppiq6-79a739\",\n \"fqdn\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest24hjppiq6-79a739-8f767ab0.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestax2xq7nsf-79a739\",\n \"fqdn\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestax2xq7nsf-79a739-2pl7myiw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\": @@ -1221,7 +1458,7 @@ interactions: \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f101fc54-bc42-49b9-a2eb-3479a56d2f77\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3a503b83-6ebd-4fe4-b9d4-c8ce19afb162\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1242,11 +1479,11 @@ interactions: cache-control: - no-cache content-length: - - '4283' + - '4279' content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:53 GMT + - Thu, 16 Mar 2023 03:08:10 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml old mode 100644 new mode 100755 index c6618192c04..866889d5e4c --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:59:17 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:55:21Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T02:59:16Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:55:23 GMT + - Thu, 16 Mar 2023 02:59:17 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest332a3mzdv-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesttbfguacch-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +97,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": true, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -74,8 +119,8 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -84,9 +129,9 @@ interactions: \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest332a3mzdv-79a739\",\n \"fqdn\": \"cliakstest-clitest332a3mzdv-79a739-816af376.hcp.eastus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest332a3mzdv-79a739-816af376.portal.hcp.eastus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesttbfguacch-79a739\",\n \"fqdn\": \"cliakstest-clitesttbfguacch-79a739-qomvujbb.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttbfguacch-79a739-qomvujbb.portal.hcp.eastus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -94,14 +139,14 @@ interactions: \ \"availabilityZones\": [\n \"1\",\n \"2\",\n \"3\"\n ],\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": true,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_eastus\",\n \"enableRBAC\": true,\n @@ -123,15 +168,15 @@ interactions: {\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/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 cache-control: - no-cache content-length: - - '3543' + - '3539' content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:29 GMT + - Thu, 16 Mar 2023 02:59:23 GMT expires: - '-1' pragma: @@ -143,7 +188,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1191' status: code: 201 message: Created @@ -161,14 +206,302 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 02:59:53 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: + - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:00:23 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: + - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:00:53 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: + - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:01:23 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: + - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:01:53 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: + - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:02:23 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: + - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -177,7 +510,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:59 GMT + - Thu, 16 Mar 2023 03:02:54 GMT expires: - '-1' pragma: @@ -209,14 +542,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -225,7 +558,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:29 GMT + - Thu, 16 Mar 2023 03:03:24 GMT expires: - '-1' pragma: @@ -257,14 +590,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -273,7 +606,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:59 GMT + - Thu, 16 Mar 2023 03:03:54 GMT expires: - '-1' pragma: @@ -305,14 +638,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -321,7 +654,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:30 GMT + - Thu, 16 Mar 2023 03:04:24 GMT expires: - '-1' pragma: @@ -353,14 +686,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -369,7 +702,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:00 GMT + - Thu, 16 Mar 2023 03:04:55 GMT expires: - '-1' pragma: @@ -401,14 +734,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -417,7 +750,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:30 GMT + - Thu, 16 Mar 2023 03:05:25 GMT expires: - '-1' pragma: @@ -449,14 +782,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -465,7 +798,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:00 GMT + - Thu, 16 Mar 2023 03:05:55 GMT expires: - '-1' pragma: @@ -497,14 +830,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -513,7 +846,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:30 GMT + - Thu, 16 Mar 2023 03:06:25 GMT expires: - '-1' pragma: @@ -545,14 +878,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -561,7 +894,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:01 GMT + - Thu, 16 Mar 2023 03:06:55 GMT expires: - '-1' pragma: @@ -593,14 +926,14 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\"\n }" headers: cache-control: - no-cache @@ -609,7 +942,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:31 GMT + - Thu, 16 Mar 2023 03:07:26 GMT expires: - '-1' pragma: @@ -641,24 +974,24 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/f197d3a6-ceec-4724-b0d9-93180fada3e7?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/e55d5d0c-a8ec-4578-a177-18c5ba8d28d9?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"a6d397f1-ecce-2447-b0d9-93180fada3e7\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:55:29.5466377Z\",\n \"endTime\": - \"2022-11-24T11:00:43.482515Z\"\n }" + string: "{\n \"name\": \"0c5d5de5-eca8-7845-a177-18c5ba8d28d9\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T02:59:22.8184364Z\",\n \"endTime\": + \"2023-03-16T03:07:31.4102311Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:01 GMT + - Thu, 16 Mar 2023 03:07:56 GMT expires: - '-1' pragma: @@ -690,8 +1023,8 @@ interactions: ParameterSetName: - --resource-group --name --node-vm-size --zones --enable-ultra-ssd --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -700,9 +1033,9 @@ interactions: \ \"location\": \"eastus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest332a3mzdv-79a739\",\n \"fqdn\": \"cliakstest-clitest332a3mzdv-79a739-816af376.hcp.eastus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest332a3mzdv-79a739-816af376.portal.hcp.eastus.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesttbfguacch-79a739\",\n \"fqdn\": \"cliakstest-clitesttbfguacch-79a739-qomvujbb.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttbfguacch-79a739-qomvujbb.portal.hcp.eastus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -710,21 +1043,21 @@ interactions: \ \"availabilityZones\": [\n \"1\",\n \"2\",\n \"3\"\n ],\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": true,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_eastus\",\n \"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_clitest000001_cliakstest000002_eastus/providers/Microsoft.Network/publicIPAddresses/4ce0f5e5-c232-41be-9432-8df5cc2c06da\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus/providers/Microsoft.Network/publicIPAddresses/fde13f99-72b6-4083-8367-ca75556561e0\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -745,11 +1078,11 @@ interactions: cache-control: - no-cache content-length: - - '4194' + - '4190' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:01 GMT + - Thu, 16 Mar 2023 03:07:56 GMT expires: - '-1' pragma: @@ -783,8 +1116,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -792,17 +1125,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/57631f67-2463-49d7-bdc8-e5dc703d9758?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/ed1230f2-16ec-4d3b-b18c-c2172c1c657b?api-version=2017-08-31 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:01:02 GMT + - Thu, 16 Mar 2023 03:07:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/57631f67-2463-49d7-bdc8-e5dc703d9758?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/ed1230f2-16ec-4d3b-b18c-c2172c1c657b?api-version=2017-08-31 pragma: - no-cache server: @@ -812,7 +1145,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14997' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenanceconfiguration.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenanceconfiguration.yaml old mode 100644 new mode 100755 index 0f5afa6efdf..4aaa996a69d --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenanceconfiguration.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenanceconfiguration.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:05:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:56:34Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:05:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:56:34 GMT + - Thu, 16 Mar 2023 03:05:19 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestlz2ivaoeo-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesthj7fcwrzd-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlz2ivaoeo-79a739\",\n \"fqdn\": \"cliakstest-clitestlz2ivaoeo-79a739-12e1b8a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlz2ivaoeo-79a739-12e1b8a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthj7fcwrzd-79a739\",\n \"fqdn\": \"cliakstest-clitesthj7fcwrzd-79a739-7ruhbmf9.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthj7fcwrzd-79a739-7ruhbmf9.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:38 GMT + - Thu, 16 Mar 2023 03:05:24 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -159,23 +204,359 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:05:54 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:06:24 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:06:53 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:07:24 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:08:01 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:08:31 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:09:02 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:08 GMT + - Thu, 16 Mar 2023 03:09:31 GMT expires: - '-1' pragma: @@ -207,23 +588,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:38 GMT + - Thu, 16 Mar 2023 03:10:01 GMT expires: - '-1' pragma: @@ -255,23 +636,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:08 GMT + - Thu, 16 Mar 2023 03:10:31 GMT expires: - '-1' pragma: @@ -303,23 +684,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:39 GMT + - Thu, 16 Mar 2023 03:11:02 GMT expires: - '-1' pragma: @@ -351,23 +732,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:09 GMT + - Thu, 16 Mar 2023 03:11:32 GMT expires: - '-1' pragma: @@ -399,23 +780,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:39 GMT + - Thu, 16 Mar 2023 03:12:01 GMT expires: - '-1' pragma: @@ -447,23 +828,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:09 GMT + - Thu, 16 Mar 2023 03:12:31 GMT expires: - '-1' pragma: @@ -495,23 +876,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:39 GMT + - Thu, 16 Mar 2023 03:13:01 GMT expires: - '-1' pragma: @@ -543,23 +924,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:09 GMT + - Thu, 16 Mar 2023 03:13:31 GMT expires: - '-1' pragma: @@ -591,24 +972,24 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/507f7223-ec0c-4e58-b19e-d635e276bfcb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a893b045-8798-4cda-9b3f-6374e046c364?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23727f50-0cec-584e-b19e-d635e276bfcb\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:56:39.230387Z\",\n \"endTime\": - \"2022-11-24T11:01:28.9802618Z\"\n }" + string: "{\n \"name\": \"45b093a8-9887-da4c-9b3f-6374e046c364\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:05:24.2527938Z\",\n \"endTime\": + \"2023-03-16T03:13:42.7780731Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:40 GMT + - Thu, 16 Mar 2023 03:14:02 GMT expires: - '-1' pragma: @@ -640,8 +1021,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +1031,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlz2ivaoeo-79a739\",\n \"fqdn\": \"cliakstest-clitestlz2ivaoeo-79a739-12e1b8a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlz2ivaoeo-79a739-12e1b8a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesthj7fcwrzd-79a739\",\n \"fqdn\": \"cliakstest-clitesthj7fcwrzd-79a739-7ruhbmf9.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesthj7fcwrzd-79a739-7ruhbmf9.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a23179cb-b39a-4e50-821a-371a272bce52\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f0f90382-3f8d-47a5-847d-ee5eb215421a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +1075,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:40 GMT + - Thu, 16 Mar 2023 03:14:03 GMT expires: - '-1' pragma: @@ -730,8 +1111,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --weekday --start-hour User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-01-02-preview response: @@ -745,7 +1126,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:40 GMT + - Thu, 16 Mar 2023 03:14:02 GMT expires: - '-1' pragma: @@ -782,8 +1163,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --weekday --start-hour User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-01-02-preview response: @@ -800,7 +1181,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:40 GMT + - Thu, 16 Mar 2023 03:14:03 GMT expires: - '-1' pragma: @@ -816,7 +1197,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -834,8 +1215,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --config-file User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-01-02-preview response: @@ -852,7 +1233,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:40 GMT + - Thu, 16 Mar 2023 03:14:03 GMT expires: - '-1' pragma: @@ -891,8 +1272,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --config-file User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-01-02-preview response: @@ -913,7 +1294,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:40 GMT + - Thu, 16 Mar 2023 03:14:03 GMT expires: - '-1' pragma: @@ -929,7 +1310,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1192' status: code: 200 message: OK @@ -947,8 +1328,8 @@ interactions: ParameterSetName: - -g --cluster-name -n User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-01-02-preview response: @@ -969,7 +1350,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:41 GMT + - Thu, 16 Mar 2023 03:14:04 GMT expires: - '-1' pragma: @@ -1003,8 +1384,8 @@ interactions: ParameterSetName: - -g --cluster-name -n User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2023-01-02-preview response: @@ -1016,7 +1397,7 @@ interactions: content-length: - '0' date: - - Thu, 24 Nov 2022 11:01:41 GMT + - Thu, 16 Mar 2023 03:14:04 GMT expires: - '-1' pragma: @@ -1028,7 +1409,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14995' status: code: 200 message: OK @@ -1046,8 +1427,8 @@ interactions: ParameterSetName: - -g --cluster-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-01-02-preview response: @@ -1061,7 +1442,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:41 GMT + - Thu, 16 Mar 2023 03:14:04 GMT expires: - '-1' pragma: @@ -1095,8 +1476,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1104,17 +1485,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45597a6e-c7b9-4cbc-97c5-e56937025172?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ab3154c-4968-4d1d-a48b-6f3ebc8a027d?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:01:42 GMT + - Thu, 16 Mar 2023 03:14:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/45597a6e-c7b9-4cbc-97c5-e56937025172?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7ab3154c-4968-4d1d-a48b-6f3ebc8a027d?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenancewindow.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenancewindow.yaml old mode 100644 new mode 100755 index 9402279b4ef..c6971ba0264 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenancewindow.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenancewindow.yaml @@ -13,13 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.2 - (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:03:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-01-13T17:02:55Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:03:26Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 13 Jan 2023 17:02:56 GMT + - Thu, 16 Mar 2023 03:03:27 GMT expires: - '-1' pragma: @@ -44,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest62wqiidpf-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesty3zyilsrq-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,12 +96,12 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "disableLocalAccounts": false, "storageProfile": {}}}' + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, + "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", + "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false, "storageProfile": {}}}' headers: Accept: - application/json @@ -68,73 +112,69 @@ interactions: Connection: - keep-alive Content-Length: - - '1909' + - '1580' Content-Type: - application/json ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitest62wqiidpf-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitest62wqiidpf-8ecadf-39f58cee.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitest62wqiidpf-8ecadf-39f58cee.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\"\ - : {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\"\ - ,\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"\ - count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesty3zyilsrq-79a739\",\n \"fqdn\": \"cliakstest-clitesty3zyilsrq-79a739-jzemztd9.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesty3zyilsrq-79a739-jzemztd9.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": + false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": + {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3805' + - '3476' content-type: - application/json date: - - Fri, 13 Jan 2023 17:03:01 GMT + - Thu, 16 Mar 2023 03:03:30 GMT expires: - '-1' pragma: @@ -146,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -164,14 +204,110 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:04: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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:04:30 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d31d86bc-cbef-e34f-8073-c8262b4cce4e\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-13T17:03:01.4936713Z\"\n }" + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" headers: cache-control: - no-cache @@ -180,7 +316,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:03:31 GMT + - Thu, 16 Mar 2023 03:05:00 GMT expires: - '-1' pragma: @@ -212,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d31d86bc-cbef-e34f-8073-c8262b4cce4e\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-13T17:03:01.4936713Z\"\n }" + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" headers: cache-control: - no-cache @@ -228,7 +364,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:04:01 GMT + - Thu, 16 Mar 2023 03:05:30 GMT expires: - '-1' pragma: @@ -260,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d31d86bc-cbef-e34f-8073-c8262b4cce4e\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-13T17:03:01.4936713Z\"\n }" + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" headers: cache-control: - no-cache @@ -276,7 +412,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:04:32 GMT + - Thu, 16 Mar 2023 03:06:00 GMT expires: - '-1' pragma: @@ -308,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d31d86bc-cbef-e34f-8073-c8262b4cce4e\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-13T17:03:01.4936713Z\"\n }" + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" headers: cache-control: - no-cache @@ -324,7 +460,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:05:01 GMT + - Thu, 16 Mar 2023 03:06:30 GMT expires: - '-1' pragma: @@ -356,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d31d86bc-cbef-e34f-8073-c8262b4cce4e\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-13T17:03:01.4936713Z\"\n }" + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" headers: cache-control: - no-cache @@ -372,7 +508,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:05:32 GMT + - Thu, 16 Mar 2023 03:07:01 GMT expires: - '-1' pragma: @@ -404,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d31d86bc-cbef-e34f-8073-c8262b4cce4e\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-13T17:03:01.4936713Z\"\n }" + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" headers: cache-control: - no-cache @@ -420,7 +556,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:06:02 GMT + - Thu, 16 Mar 2023 03:07:30 GMT expires: - '-1' pragma: @@ -452,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d31d86bc-cbef-e34f-8073-c8262b4cce4e\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-01-13T17:03:01.4936713Z\"\n }" + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" headers: cache-control: - no-cache @@ -468,7 +604,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:06:32 GMT + - Thu, 16 Mar 2023 03:08:00 GMT expires: - '-1' pragma: @@ -500,15 +636,255 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bc861dd3-efcb-4fe3-8073-c8262b4cce4e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d31d86bc-cbef-e34f-8073-c8262b4cce4e\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-01-13T17:03:01.4936713Z\",\n \"\ - endTime\": \"2023-01-13T17:06:38.5118813Z\"\n }" + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:08:31 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:09: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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:09:31 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:10:01 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:10:31 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/471cd4ae-5f92-4ba0-986b-f9fa3908dcce?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"aed41c47-925f-a04b-986b-f9fa3908dcce\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:03:30.6586378Z\",\n \"endTime\": + \"2023-03-16T03:10:32.3602499Z\"\n }" headers: cache-control: - no-cache @@ -517,7 +893,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:02 GMT + - Thu, 16 Mar 2023 03:11:01 GMT expires: - '-1' pragma: @@ -549,70 +925,65 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\"\ - : \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitest62wqiidpf-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitest62wqiidpf-8ecadf-39f58cee.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitest62wqiidpf-8ecadf-39f58cee.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2022.12.19\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/775f44ce-4667-4095-b2e1-9f50a1f6292b\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesty3zyilsrq-79a739\",\n \"fqdn\": \"cliakstest-clitesty3zyilsrq-79a739-jzemztd9.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesty3zyilsrq-79a739-jzemztd9.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/31500bff-ad47-44c0-9fe7-5eea4e65386f\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4458' + - '4129' content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:02 GMT + - Thu, 16 Mar 2023 03:11:01 GMT expires: - '-1' pragma: @@ -645,8 +1016,8 @@ interactions: - -g --cluster-name -n --schedule-type --day-of-week --interval-weeks --duration --utc-offset --start-date --start-time User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-01-02-preview response: @@ -660,7 +1031,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:04 GMT + - Thu, 16 Mar 2023 03:11:01 GMT expires: - '-1' pragma: @@ -699,18 +1070,18 @@ interactions: - -g --cluster-name -n --schedule-type --day-of-week --interval-weeks --duration --utc-offset --start-date --start-time User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n \ - \ \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\": {\n \ - \ \"intervalWeeks\": 3,\n \"dayOfWeek\": \"Friday\"\n }\n },\n\ - \ \"durationHours\": 8,\n \"utcOffset\": \"+05:30\",\n \"startDate\"\ - : \"2123-01-01\",\n \"startTime\": \"00:00\"\n }\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n + \ \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n \"maintenanceWindow\": + {\n \"schedule\": {\n \"weekly\": {\n \"intervalWeeks\": 3,\n + \ \"dayOfWeek\": \"Friday\"\n }\n },\n \"durationHours\": 8,\n + \ \"utcOffset\": \"+05:30\",\n \"startDate\": \"2123-01-01\",\n \"startTime\": + \"00:00\"\n }\n }\n }" headers: cache-control: - no-cache @@ -719,7 +1090,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:04 GMT + - Thu, 16 Mar 2023 03:11:01 GMT expires: - '-1' pragma: @@ -735,7 +1106,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1192' status: code: 200 message: OK @@ -754,19 +1125,19 @@ interactions: - -g --cluster-name -n --schedule-type --day-of-week --week-index --interval-months --duration --start-time --utc-offset --start-date User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-01-02-preview response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n\ - \ \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\":\ - \ {\n \"intervalWeeks\": 3,\n \"dayOfWeek\": \"Friday\"\n \ - \ }\n },\n \"durationHours\": 8,\n \"utcOffset\": \"+05:30\"\ - ,\n \"startDate\": \"2123-01-01\",\n \"startTime\": \"00:00\"\n\ - \ }\n }\n }\n ]\n }" + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n + \ \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n + \ \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\": {\n + \ \"intervalWeeks\": 3,\n \"dayOfWeek\": \"Friday\"\n }\n + \ },\n \"durationHours\": 8,\n \"utcOffset\": \"+05:30\",\n + \ \"startDate\": \"2123-01-01\",\n \"startTime\": \"00:00\"\n }\n + \ }\n }\n ]\n }" headers: cache-control: - no-cache @@ -775,7 +1146,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:05 GMT + - Thu, 16 Mar 2023 03:11:02 GMT expires: - '-1' pragma: @@ -814,19 +1185,18 @@ interactions: - -g --cluster-name -n --schedule-type --day-of-week --week-index --interval-months --duration --start-time --utc-offset --start-date User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedNodeOSUpgradeSchedule\",\n \"properties\": {\n\ - \ \"maintenanceWindow\": {\n \"schedule\": {\n \"relativeMonthly\"\ - : {\n \"intervalMonths\": 1,\n \"dayOfWeek\": \"Tuesday\",\n \ - \ \"weekIndex\": \"Last\"\n }\n },\n \"durationHours\": 12,\n\ - \ \"utcOffset\": \"-08:00\",\n \"startDate\": \"2123-01-01\",\n \"\ - startTime\": \"09:00\"\n }\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule\",\n + \ \"name\": \"aksManagedNodeOSUpgradeSchedule\",\n \"properties\": {\n \"maintenanceWindow\": + {\n \"schedule\": {\n \"relativeMonthly\": {\n \"intervalMonths\": + 1,\n \"dayOfWeek\": \"Tuesday\",\n \"weekIndex\": \"Last\"\n }\n + \ },\n \"durationHours\": 12,\n \"utcOffset\": \"-08:00\",\n \"startDate\": + \"2123-01-01\",\n \"startTime\": \"09:00\"\n }\n }\n }" headers: cache-control: - no-cache @@ -835,7 +1205,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:06 GMT + - Thu, 16 Mar 2023 03:11:02 GMT expires: - '-1' pragma: @@ -851,7 +1221,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -869,25 +1239,25 @@ interactions: ParameterSetName: - -g --cluster-name User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-01-02-preview response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n\ - \ \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\":\ - \ {\n \"intervalWeeks\": 3,\n \"dayOfWeek\": \"Friday\"\n \ - \ }\n },\n \"durationHours\": 8,\n \"utcOffset\": \"+05:30\"\ - ,\n \"startDate\": \"2123-01-01\",\n \"startTime\": \"00:00\"\n\ - \ }\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedNodeOSUpgradeSchedule\",\n \"properties\"\ - : {\n \"maintenanceWindow\": {\n \"schedule\": {\n \"relativeMonthly\"\ - : {\n \"intervalMonths\": 1,\n \"dayOfWeek\": \"Tuesday\",\n\ - \ \"weekIndex\": \"Last\"\n }\n },\n \"durationHours\"\ - : 12,\n \"utcOffset\": \"-08:00\",\n \"startDate\": \"2123-01-01\"\ - ,\n \"startTime\": \"09:00\"\n }\n }\n }\n ]\n }" + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n + \ \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n + \ \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\": {\n + \ \"intervalWeeks\": 3,\n \"dayOfWeek\": \"Friday\"\n }\n + \ },\n \"durationHours\": 8,\n \"utcOffset\": \"+05:30\",\n + \ \"startDate\": \"2123-01-01\",\n \"startTime\": \"00:00\"\n }\n + \ }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule\",\n + \ \"name\": \"aksManagedNodeOSUpgradeSchedule\",\n \"properties\": {\n + \ \"maintenanceWindow\": {\n \"schedule\": {\n \"relativeMonthly\": + {\n \"intervalMonths\": 1,\n \"dayOfWeek\": \"Tuesday\",\n \"weekIndex\": + \"Last\"\n }\n },\n \"durationHours\": 12,\n \"utcOffset\": + \"-08:00\",\n \"startDate\": \"2123-01-01\",\n \"startTime\": \"09:00\"\n + \ }\n }\n }\n ]\n }" headers: cache-control: - no-cache @@ -896,7 +1266,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:06 GMT + - Thu, 16 Mar 2023 03:11:02 GMT expires: - '-1' pragma: @@ -928,25 +1298,25 @@ interactions: ParameterSetName: - -g --cluster-name -n --config-file User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-01-02-preview response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n\ - \ \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\":\ - \ {\n \"intervalWeeks\": 3,\n \"dayOfWeek\": \"Friday\"\n \ - \ }\n },\n \"durationHours\": 8,\n \"utcOffset\": \"+05:30\"\ - ,\n \"startDate\": \"2123-01-01\",\n \"startTime\": \"00:00\"\n\ - \ }\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedNodeOSUpgradeSchedule\",\n \"properties\"\ - : {\n \"maintenanceWindow\": {\n \"schedule\": {\n \"relativeMonthly\"\ - : {\n \"intervalMonths\": 1,\n \"dayOfWeek\": \"Tuesday\",\n\ - \ \"weekIndex\": \"Last\"\n }\n },\n \"durationHours\"\ - : 12,\n \"utcOffset\": \"-08:00\",\n \"startDate\": \"2123-01-01\"\ - ,\n \"startTime\": \"09:00\"\n }\n }\n }\n ]\n }" + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n + \ \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n + \ \"maintenanceWindow\": {\n \"schedule\": {\n \"weekly\": {\n + \ \"intervalWeeks\": 3,\n \"dayOfWeek\": \"Friday\"\n }\n + \ },\n \"durationHours\": 8,\n \"utcOffset\": \"+05:30\",\n + \ \"startDate\": \"2123-01-01\",\n \"startTime\": \"00:00\"\n }\n + \ }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule\",\n + \ \"name\": \"aksManagedNodeOSUpgradeSchedule\",\n \"properties\": {\n + \ \"maintenanceWindow\": {\n \"schedule\": {\n \"relativeMonthly\": + {\n \"intervalMonths\": 1,\n \"dayOfWeek\": \"Tuesday\",\n \"weekIndex\": + \"Last\"\n }\n },\n \"durationHours\": 12,\n \"utcOffset\": + \"-08:00\",\n \"startDate\": \"2123-01-01\",\n \"startTime\": \"09:00\"\n + \ }\n }\n }\n ]\n }" headers: cache-control: - no-cache @@ -955,7 +1325,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:07 GMT + - Thu, 16 Mar 2023 03:11:03 GMT expires: - '-1' pragma: @@ -994,21 +1364,20 @@ interactions: ParameterSetName: - -g --cluster-name -n --config-file User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n \ - \ \"maintenanceWindow\": {\n \"schedule\": {\n \"absoluteMonthly\"\ - : {\n \"intervalMonths\": 3,\n \"dayOfMonth\": 1\n }\n },\n\ - \ \"durationHours\": 4,\n \"utcOffset\": \"-08:00\",\n \"startDate\"\ - : \"2023-01-13\",\n \"startTime\": \"09:00\",\n \"notAllowedDates\"\ - : [\n {\n \"start\": \"2022-12-23\",\n \"end\": \"2023-01-05\"\ - \n },\n {\n \"start\": \"2023-11-23\",\n \"end\": \"2023-11-26\"\ - \n }\n ]\n }\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n + \ \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n \"maintenanceWindow\": + {\n \"schedule\": {\n \"absoluteMonthly\": {\n \"intervalMonths\": + 3,\n \"dayOfMonth\": 1\n }\n },\n \"durationHours\": 4,\n \"utcOffset\": + \"-08:00\",\n \"startDate\": \"2023-03-15\",\n \"startTime\": \"09:00\",\n + \ \"notAllowedDates\": [\n {\n \"start\": \"2022-12-23\",\n \"end\": + \"2023-01-05\"\n },\n {\n \"start\": \"2023-11-23\",\n \"end\": + \"2023-11-26\"\n }\n ]\n }\n }\n }" headers: cache-control: - no-cache @@ -1017,7 +1386,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:07 GMT + - Thu, 16 Mar 2023 03:11:03 GMT expires: - '-1' pragma: @@ -1051,21 +1420,20 @@ interactions: ParameterSetName: - -g --cluster-name -n User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\"\ - ,\n \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n \ - \ \"maintenanceWindow\": {\n \"schedule\": {\n \"absoluteMonthly\"\ - : {\n \"intervalMonths\": 3,\n \"dayOfMonth\": 1\n }\n },\n\ - \ \"durationHours\": 4,\n \"utcOffset\": \"-08:00\",\n \"startDate\"\ - : \"2023-01-13\",\n \"startTime\": \"09:00\",\n \"notAllowedDates\"\ - : [\n {\n \"start\": \"2022-12-23\",\n \"end\": \"2023-01-05\"\ - \n },\n {\n \"start\": \"2023-11-23\",\n \"end\": \"2023-11-26\"\ - \n }\n ]\n }\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule\",\n + \ \"name\": \"aksManagedAutoUpgradeSchedule\",\n \"properties\": {\n \"maintenanceWindow\": + {\n \"schedule\": {\n \"absoluteMonthly\": {\n \"intervalMonths\": + 3,\n \"dayOfMonth\": 1\n }\n },\n \"durationHours\": 4,\n \"utcOffset\": + \"-08:00\",\n \"startDate\": \"2023-03-15\",\n \"startTime\": \"09:00\",\n + \ \"notAllowedDates\": [\n {\n \"start\": \"2022-12-23\",\n \"end\": + \"2023-01-05\"\n },\n {\n \"start\": \"2023-11-23\",\n \"end\": + \"2023-11-26\"\n }\n ]\n }\n }\n }" headers: cache-control: - no-cache @@ -1074,7 +1442,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:08 GMT + - Thu, 16 Mar 2023 03:11:03 GMT expires: - '-1' pragma: @@ -1108,8 +1476,8 @@ interactions: ParameterSetName: - -g --cluster-name -n User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedAutoUpgradeSchedule?api-version=2023-01-02-preview response: @@ -1121,7 +1489,7 @@ interactions: content-length: - '0' date: - - Fri, 13 Jan 2023 17:07:08 GMT + - Thu, 16 Mar 2023 03:11:03 GMT expires: - '-1' pragma: @@ -1153,8 +1521,8 @@ interactions: ParameterSetName: - -g --cluster-name -n User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/aksManagedNodeOSUpgradeSchedule?api-version=2023-01-02-preview response: @@ -1166,7 +1534,7 @@ interactions: content-length: - '0' date: - - Fri, 13 Jan 2023 17:07:10 GMT + - Thu, 16 Mar 2023 03:11:03 GMT expires: - '-1' pragma: @@ -1196,8 +1564,8 @@ interactions: ParameterSetName: - -g --cluster-name User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2023-01-02-preview response: @@ -1211,7 +1579,7 @@ interactions: content-type: - application/json date: - - Fri, 13 Jan 2023 17:07:11 GMT + - Thu, 16 Mar 2023 03:11:04 GMT expires: - '-1' pragma: @@ -1245,8 +1613,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.44.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.0.0b - Python/3.10.2 (Linux-5.10.104-linuxkit-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1254,17 +1622,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/af192e4d-469c-45c5-b2d7-0fb765deec7e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/606c6b90-186e-46e1-b259-3fc1000eedc1?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Fri, 13 Jan 2023 17:07:12 GMT + - Thu, 16 Mar 2023 03:11:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/af192e4d-469c-45c5-b2d7-0fb765deec7e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/606c6b90-186e-46e1-b259-3fc1000eedc1?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_abort.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_abort.yaml old mode 100644 new mode 100755 index b9f97775c99..f7576e54010 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_abort.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_abort.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 04:59:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-25T01:59:12Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-20T04:59:04Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 25 Nov 2022 01:59:12 GMT + - Mon, 20 Mar 2023 04:59:05 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestn3xzsh43c-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesti3s5nv6b7-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": "standard_d4darm_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv6Y4bmkbdVO4LU4fj05zn9F94/fqaolK5Rwo+qHvKTRh5mx4O8lsiaAgXnIp5xJNhGuXhcgkIv5+SikoLWLmooefoUFc378wb7QE1cbcRb7HeHsMh93lIo7TPXKfPIoKHcNVXxIEjLIuJt39vMFjORyuL/PiM990a1+Vbbde6quDMDHiloP3hkoPuT3jcuecQ4brp3AOxB0EMWRElRzmtaCtY+OwkLTnrdql+fOAe52B3XTHD26UeeISwJnu+CuqWIOzfGGFOux/KP5c05Ft4gHmEzbFuAge0e8Yr+P510R4Qj2EUIt9AgIFrC10+NtVnPUbrGzGtwNEUSX5A1wmN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -75,8 +121,8 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -85,23 +131,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestn3xzsh43c-8ecadf\",\n \"fqdn\": \"cliakstest-clitestn3xzsh43c-8ecadf-de05aac6.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestn3xzsh43c-8ecadf-de05aac6.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesti3s5nv6b7-8ecadf\",\n \"fqdn\": \"cliakstest-clitesti3s5nv6b7-8ecadf-ynruqx2p.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti3s5nv6b7-8ecadf-ynruqx2p.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"standard_d4darm_v3\",\n \"osDiskSizeGB\": 128,\n \ \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n \"upgradeSettings\": + \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": - {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv6Y4bmkbdVO4LU4fj05zn9F94/fqaolK5Rwo+qHvKTRh5mx4O8lsiaAgXnIp5xJNhGuXhcgkIv5+SikoLWLmooefoUFc378wb7QE1cbcRb7HeHsMh93lIo7TPXKfPIoKHcNVXxIEjLIuJt39vMFjORyuL/PiM990a1+Vbbde6quDMDHiloP3hkoPuT3jcuecQ4brp3AOxB0EMWRElRzmtaCtY+OwkLTnrdql+fOAe52B3XTHD26UeeISwJnu+CuqWIOzfGGFOux/KP5c05Ft4gHmEzbFuAge0e8Yr+P510R4Qj2EUIt9AgIFrC10+NtVnPUbrGzGtwNEUSX5A1wmN + {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -123,15 +169,15 @@ interactions: {\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/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3490' + - '3486' content-type: - application/json date: - - Fri, 25 Nov 2022 01:59:18 GMT + - Mon, 20 Mar 2023 04:59:09 GMT expires: - '-1' pragma: @@ -162,161 +208,14 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Fri, 25 Nov 2022 01:59:48 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: - - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size - -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Fri, 25 Nov 2022 02:00:18 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: - - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size - -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Fri, 25 Nov 2022 02:00:48 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: - - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size - -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" + string: "{\n \"name\": \"2ca2fd2d-53b4-c349-bc3b-35eb6e52f7a7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.937302Z\"\n }" headers: cache-control: - no-cache @@ -325,7 +224,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:01:19 GMT + - Mon, 20 Mar 2023 04:59:39 GMT expires: - '-1' pragma: @@ -358,14 +257,14 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" + string: "{\n \"name\": \"2ca2fd2d-53b4-c349-bc3b-35eb6e52f7a7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.937302Z\"\n }" headers: cache-control: - no-cache @@ -374,7 +273,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:01:49 GMT + - Mon, 20 Mar 2023 05:00:09 GMT expires: - '-1' pragma: @@ -407,14 +306,14 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" + string: "{\n \"name\": \"2ca2fd2d-53b4-c349-bc3b-35eb6e52f7a7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.937302Z\"\n }" headers: cache-control: - no-cache @@ -423,7 +322,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:02:19 GMT + - Mon, 20 Mar 2023 05:00:39 GMT expires: - '-1' pragma: @@ -456,14 +355,14 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" + string: "{\n \"name\": \"2ca2fd2d-53b4-c349-bc3b-35eb6e52f7a7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.937302Z\"\n }" headers: cache-control: - no-cache @@ -472,7 +371,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:02:49 GMT + - Mon, 20 Mar 2023 05:01:10 GMT expires: - '-1' pragma: @@ -505,14 +404,14 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" + string: "{\n \"name\": \"2ca2fd2d-53b4-c349-bc3b-35eb6e52f7a7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.937302Z\"\n }" headers: cache-control: - no-cache @@ -521,7 +420,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:03:19 GMT + - Mon, 20 Mar 2023 05:01:40 GMT expires: - '-1' pragma: @@ -554,14 +453,14 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" + string: "{\n \"name\": \"2ca2fd2d-53b4-c349-bc3b-35eb6e52f7a7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.937302Z\"\n }" headers: cache-control: - no-cache @@ -570,7 +469,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:03:49 GMT + - Mon, 20 Mar 2023 05:02:10 GMT expires: - '-1' pragma: @@ -603,14 +502,14 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" + string: "{\n \"name\": \"2ca2fd2d-53b4-c349-bc3b-35eb6e52f7a7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T04:59:09.937302Z\"\n }" headers: cache-control: - no-cache @@ -619,7 +518,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:04:18 GMT + - Mon, 20 Mar 2023 05:02:40 GMT expires: - '-1' pragma: @@ -652,113 +551,15 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2dfda22c-b453-49c3-bc3b-35eb6e52f7a7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Fri, 25 Nov 2022 02:04:49 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: - - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size - -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Fri, 25 Nov 2022 02:05:19 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: - - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size - -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a5b050d0-ed07-408c-879a-b59c426097dc?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d050b0a5-07ed-8c40-879a-b59c426097dc\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-25T01:59:18.685271Z\",\n \"endTime\": - \"2022-11-25T02:05:21.1341043Z\"\n }" + string: "{\n \"name\": \"2ca2fd2d-53b4-c349-bc3b-35eb6e52f7a7\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T04:59:09.937302Z\",\n \"endTime\": + \"2023-03-20T05:02:47.2914389Z\"\n }" headers: cache-control: - no-cache @@ -767,7 +568,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:05:49 GMT + - Mon, 20 Mar 2023 05:03:10 GMT expires: - '-1' pragma: @@ -800,8 +601,8 @@ interactions: - --resource-group --name --vm-set-type --node-count --ssh-key-value --node-vm-size -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -810,30 +611,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestn3xzsh43c-8ecadf\",\n \"fqdn\": \"cliakstest-clitestn3xzsh43c-8ecadf-de05aac6.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestn3xzsh43c-8ecadf-de05aac6.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitesti3s5nv6b7-8ecadf\",\n \"fqdn\": \"cliakstest-clitesti3s5nv6b7-8ecadf-ynruqx2p.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesti3s5nv6b7-8ecadf-ynruqx2p.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"standard_d4darm_v3\",\n \"osDiskSizeGB\": 128,\n \ \"osDiskType\": \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n \"upgradeSettings\": + \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": - {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv6Y4bmkbdVO4LU4fj05zn9F94/fqaolK5Rwo+qHvKTRh5mx4O8lsiaAgXnIp5xJNhGuXhcgkIv5+SikoLWLmooefoUFc378wb7QE1cbcRb7HeHsMh93lIo7TPXKfPIoKHcNVXxIEjLIuJt39vMFjORyuL/PiM990a1+Vbbde6quDMDHiloP3hkoPuT3jcuecQ4brp3AOxB0EMWRElRzmtaCtY+OwkLTnrdql+fOAe52B3XTHD26UeeISwJnu+CuqWIOzfGGFOux/KP5c05Ft4gHmEzbFuAge0e8Yr+P510R4Qj2EUIt9AgIFrC10+NtVnPUbrGzGtwNEUSX5A1wmN + {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/97992997-243f-4d3b-be6b-ed6e8cfbe087\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/8ee821f7-5c4c-4a1c-999e-97a5dc63e205\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -854,11 +655,11 @@ interactions: cache-control: - no-cache content-length: - - '4143' + - '4139' content-type: - application/json date: - - Fri, 25 Nov 2022 02:05:50 GMT + - Mon, 20 Mar 2023 05:03:10 GMT expires: - '-1' pragma: @@ -890,8 +691,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -903,22 +704,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1150' + - '1148' content-type: - application/json date: - - Fri, 25 Nov 2022 02:05:51 GMT + - Mon, 20 Mar 2023 05:03:11 GMT expires: - '-1' pragma: @@ -960,8 +761,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -974,23 +775,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c35912bf-6718-4d40-afcb-c54ddded451e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1084' + - '1082' content-type: - application/json date: - - Fri, 25 Nov 2022 02:05:54 GMT + - Mon, 20 Mar 2023 05:03:14 GMT expires: - '-1' pragma: @@ -1020,14 +821,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c35912bf-6718-4d40-afcb-c54ddded451e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf1259c3-1867-404d-afcb-c54ddded451e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T02:05:54.4607407Z\"\n }" + string: "{\n \"name\": \"e014f5c2-b617-d34f-97bd-aab538f33457\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.6726726Z\"\n }" headers: cache-control: - no-cache @@ -1036,7 +837,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:06:24 GMT + - Mon, 20 Mar 2023 05:03:44 GMT expires: - '-1' pragma: @@ -1068,14 +869,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c35912bf-6718-4d40-afcb-c54ddded451e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf1259c3-1867-404d-afcb-c54ddded451e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T02:05:54.4607407Z\"\n }" + string: "{\n \"name\": \"e014f5c2-b617-d34f-97bd-aab538f33457\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.6726726Z\"\n }" headers: cache-control: - no-cache @@ -1084,7 +885,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:06:53 GMT + - Mon, 20 Mar 2023 05:04:14 GMT expires: - '-1' pragma: @@ -1116,14 +917,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c35912bf-6718-4d40-afcb-c54ddded451e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf1259c3-1867-404d-afcb-c54ddded451e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T02:05:54.4607407Z\"\n }" + string: "{\n \"name\": \"e014f5c2-b617-d34f-97bd-aab538f33457\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.6726726Z\"\n }" headers: cache-control: - no-cache @@ -1132,7 +933,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:07:23 GMT + - Mon, 20 Mar 2023 05:04:44 GMT expires: - '-1' pragma: @@ -1164,14 +965,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c35912bf-6718-4d40-afcb-c54ddded451e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf1259c3-1867-404d-afcb-c54ddded451e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T02:05:54.4607407Z\"\n }" + string: "{\n \"name\": \"e014f5c2-b617-d34f-97bd-aab538f33457\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.6726726Z\"\n }" headers: cache-control: - no-cache @@ -1180,7 +981,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:07:54 GMT + - Mon, 20 Mar 2023 05:05:14 GMT expires: - '-1' pragma: @@ -1212,14 +1013,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c35912bf-6718-4d40-afcb-c54ddded451e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf1259c3-1867-404d-afcb-c54ddded451e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-25T02:05:54.4607407Z\"\n }" + string: "{\n \"name\": \"e014f5c2-b617-d34f-97bd-aab538f33457\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.6726726Z\"\n }" headers: cache-control: - no-cache @@ -1228,7 +1029,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:24 GMT + - Mon, 20 Mar 2023 05:05:44 GMT expires: - '-1' pragma: @@ -1260,15 +1061,111 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c35912bf-6718-4d40-afcb-c54ddded451e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bf1259c3-1867-404d-afcb-c54ddded451e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-25T02:05:54.4607407Z\",\n \"endTime\": - \"2022-11-25T02:08:33.0054257Z\"\n }" + string: "{\n \"name\": \"e014f5c2-b617-d34f-97bd-aab538f33457\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.6726726Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 05:06:14 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-vm-size --node-count + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e014f5c2-b617-d34f-97bd-aab538f33457\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:03:14.6726726Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 05:06:45 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-vm-size --node-count + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2f514e0-17b6-4fd3-97bd-aab538f33457?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e014f5c2-b617-d34f-97bd-aab538f33457\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:03:14.6726726Z\",\n \"endTime\": + \"2023-03-20T05:06:55.5787966Z\"\n }" headers: cache-control: - no-cache @@ -1277,7 +1174,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:54 GMT + - Mon, 20 Mar 2023 05:07:14 GMT expires: - '-1' pragma: @@ -1309,8 +1206,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-vm-size --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -1323,21 +1220,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1085' + - '1083' content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:55 GMT + - Mon, 20 Mar 2023 05:07:15 GMT expires: - '-1' pragma: @@ -1369,8 +1266,8 @@ interactions: ParameterSetName: - --no-wait --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -1383,10 +1280,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n @@ -1395,22 +1292,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2306' + - '2302' content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:55 GMT + - Mon, 20 Mar 2023 05:07:15 GMT expires: - '-1' pragma: @@ -1442,8 +1339,8 @@ interactions: ParameterSetName: - --no-wait --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -1456,21 +1353,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1085' + - '1083' content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:56 GMT + - Mon, 20 Mar 2023 05:07:16 GMT expires: - '-1' pragma: @@ -1493,7 +1390,7 @@ interactions: 128, "osDiskType": "Ephemeral", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": - "User", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "User", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Stopped"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' @@ -1509,14 +1406,14 @@ interactions: Connection: - keep-alive Content-Length: - - '580' + - '579' Content-Type: - application/json ParameterSetName: - --no-wait --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -1529,23 +1426,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Stopping\",\n \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/446d9467-27f5-4210-918d-dcce0d7b8fba?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7d76994-ac87-4e8d-aaf0-744bf7d138a6?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1084' + - '1082' content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:58 GMT + - Mon, 20 Mar 2023 05:07:18 GMT expires: - '-1' pragma: @@ -1561,7 +1458,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1579,8 +1476,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -1593,10 +1490,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Stopping\",\n \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n @@ -1605,22 +1502,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2305' + - '2301' content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:59 GMT + - Mon, 20 Mar 2023 05:07:19 GMT expires: - '-1' pragma: @@ -1652,8 +1549,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -1666,21 +1563,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Stopping\",\n \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1084' + - '1082' content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:59 GMT + - Mon, 20 Mar 2023 05:07:19 GMT expires: - '-1' pragma: @@ -1714,8 +1611,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cliakstest000002/agentPools/c000003/abort?api-version=2023-01-02-preview response: @@ -1728,27 +1625,27 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Stopping\",\n \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/83c34482-17eb-490b-912e-9b441a76c2f5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e0e40c6b-231f-4062-a1cd-e6e253b66481?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1084' + - '1082' content-type: - application/json date: - - Fri, 25 Nov 2022 02:08:59 GMT + - Mon, 20 Mar 2023 05:07:19 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/83c34482-17eb-490b-912e-9b441a76c2f5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e0e40c6b-231f-4062-a1cd-e6e253b66481?api-version=2016-03-30 pragma: - no-cache server: @@ -1776,15 +1673,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/83c34482-17eb-490b-912e-9b441a76c2f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e0e40c6b-231f-4062-a1cd-e6e253b66481?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8244c383-eb17-0b49-912e-9b441a76c2f5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-25T02:09:00.4414566Z\",\n \"endTime\": - \"2022-11-25T02:09:08.3976639Z\"\n }" + string: "{\n \"name\": \"6b0ce4e0-1f23-6240-a1cd-e6e253b66481\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:07:20.6736348Z\",\n \"endTime\": + \"2023-03-20T05:07:28.0696777Z\"\n }" headers: cache-control: - no-cache @@ -1793,7 +1690,7 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:09:30 GMT + - Mon, 20 Mar 2023 05:07:50 GMT expires: - '-1' pragma: @@ -1825,10 +1722,10 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/83c34482-17eb-490b-912e-9b441a76c2f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e0e40c6b-231f-4062-a1cd-e6e253b66481?api-version=2016-03-30 response: body: string: '' @@ -1838,11 +1735,11 @@ interactions: content-type: - application/json date: - - Fri, 25 Nov 2022 02:09:30 GMT + - Mon, 20 Mar 2023 05:07:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/83c34482-17eb-490b-912e-9b441a76c2f5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e0e40c6b-231f-4062-a1cd-e6e253b66481?api-version=2016-03-30 pragma: - no-cache server: @@ -1868,8 +1765,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name -n User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -1882,21 +1779,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Canceled\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2arm64containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1084' + - '1082' content-type: - application/json date: - - Fri, 25 Nov 2022 02:09:41 GMT + - Mon, 20 Mar 2023 05:08:01 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_disable_windows_outbound_nat.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_disable_windows_outbound_nat.yaml old mode 100644 new mode 100755 index 32fbd39b597..35402399254 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_disable_windows_outbound_nat.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_disable_windows_outbound_nat.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2413' + - '2409' content-type: - application/json date: - - Thu, 24 Nov 2022 10:50:59 GMT + - Thu, 16 Mar 2023 03:07:28 GMT expires: - '-1' pragma: @@ -78,17 +78,64 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --kubernetes-version --outbound-type + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:07:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": + "mode": "System", "orchestratorVersion": "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -112,8 +159,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -122,23 +169,23 @@ interactions: \ \"location\": \"eastus\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-3f7aee22.hcp.eastus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-3f7aee22.portal.hcp.eastus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-1te9q628.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-1te9q628.portal.hcp.eastus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -161,7 +208,7 @@ interactions: {\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/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 cache-control: - no-cache content-length: @@ -169,7 +216,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:07 GMT + - Thu, 16 Mar 2023 03:07:34 GMT expires: - '-1' pragma: @@ -181,7 +228,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1195' status: code: 201 message: Created @@ -201,14 +248,64 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:08:04 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --kubernetes-version --outbound-type + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -217,7 +314,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:51:37 GMT + - Thu, 16 Mar 2023 03:08:34 GMT expires: - '-1' pragma: @@ -251,14 +348,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -267,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:07 GMT + - Thu, 16 Mar 2023 03:09:05 GMT expires: - '-1' pragma: @@ -301,14 +398,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -317,7 +414,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:52:37 GMT + - Thu, 16 Mar 2023 03:09:34 GMT expires: - '-1' pragma: @@ -351,14 +448,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +464,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:06 GMT + - Thu, 16 Mar 2023 03:10:04 GMT expires: - '-1' pragma: @@ -401,14 +498,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -417,7 +514,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:53:37 GMT + - Thu, 16 Mar 2023 03:10:34 GMT expires: - '-1' pragma: @@ -451,14 +548,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -467,7 +564,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:07 GMT + - Thu, 16 Mar 2023 03:11:05 GMT expires: - '-1' pragma: @@ -501,14 +598,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -517,7 +614,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:37 GMT + - Thu, 16 Mar 2023 03:11:35 GMT expires: - '-1' pragma: @@ -551,14 +648,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -567,7 +664,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:08 GMT + - Thu, 16 Mar 2023 03:12:05 GMT expires: - '-1' pragma: @@ -601,14 +698,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache @@ -617,7 +714,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:38 GMT + - Thu, 16 Mar 2023 03:12:35 GMT expires: - '-1' pragma: @@ -651,24 +748,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3a8bc521-4bfe-47c3-9e2f-74e815be1a2c?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"21c58b3a-fe4b-c347-9e2f-74e815be1a2c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:51:06.4215372Z\",\n \"endTime\": - \"2022-11-24T10:55:55.404459Z\"\n }" + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:08 GMT + - Thu, 16 Mar 2023 03:13:06 GMT expires: - '-1' pragma: @@ -702,8 +798,59 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version --outbound-type User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/1f9ab9cc-3dad-4332-a7a1-1ee8e82d8bd5?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"ccb99a1f-ad3d-3243-a7a1-1ee8e82d8bd5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:07:33.9748315Z\",\n \"endTime\": + \"2023-03-16T03:13:28.1187656Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:13:36 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --kubernetes-version --outbound-type + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -712,23 +859,23 @@ interactions: \ \"location\": \"eastus\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-3f7aee22.hcp.eastus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-3f7aee22.portal.hcp.eastus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-1te9q628.hcp.eastus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-1te9q628.portal.hcp.eastus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -738,7 +885,7 @@ interactions: \ \"loadBalancerProfile\": {\n \"backendPoolType\": \"nodeIPConfiguration\"\n \ },\n \"natGatewayProfile\": {\n \"managedOutboundIPProfile\": {\n \ \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_eastus/providers/Microsoft.Network/publicIPAddresses/9f9d5f37-e6f9-44d5-8928-ddf4df9d4781\"\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_eastus/providers/Microsoft.Network/publicIPAddresses/72ae1aca-5dee-41cb-904d-953b2a35e552\"\n \ }\n ],\n \"idleTimeoutInMinutes\": 4\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"managedNATGateway\",\n \"serviceCidrs\": @@ -762,7 +909,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:08 GMT + - Thu, 16 Mar 2023 03:13:36 GMT expires: - '-1' pragma: @@ -792,11 +939,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -808,11 +955,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.25.2\",\n \"currentOrchestratorVersion\": - \"1.25.2\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.26.0\",\n \"currentOrchestratorVersion\": + \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: @@ -823,7 +970,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:10 GMT + - Thu, 16 Mar 2023 03:13:38 GMT expires: - '-1' pragma: @@ -843,9 +990,9 @@ interactions: message: OK - request: body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": - 0, "workloadRuntime": "OCIContainer", "osType": "Windows", "enableAutoScaling": - false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": - "User", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + 0, "workloadRuntime": "OCIContainer", "osType": "Windows", "osSKU": "Windows2019", + "enableAutoScaling": false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", + "mode": "User", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "windowsProfile": {"disableOutboundNat": true}, "networkProfile": @@ -862,15 +1009,15 @@ interactions: Connection: - keep-alive Content-Length: - - '576' + - '600' Content-Type: - application/json ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -883,16 +1030,16 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1249.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"windowsProfile\": {\n \"disableOutboundNat\": true\n },\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 cache-control: - no-cache content-length: @@ -900,7 +1047,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:14 GMT + - Thu, 16 Mar 2023 03:13:41 GMT expires: - '-1' pragma: @@ -912,7 +1059,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -928,17 +1075,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -947,7 +1094,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:44 GMT + - Thu, 16 Mar 2023 03:14:11 GMT expires: - '-1' pragma: @@ -977,17 +1124,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -996,7 +1143,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:14 GMT + - Thu, 16 Mar 2023 03:14:41 GMT expires: - '-1' pragma: @@ -1026,17 +1173,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -1045,7 +1192,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:43 GMT + - Thu, 16 Mar 2023 03:15:11 GMT expires: - '-1' pragma: @@ -1075,17 +1222,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -1094,7 +1241,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:14 GMT + - Thu, 16 Mar 2023 03:15:42 GMT expires: - '-1' pragma: @@ -1124,17 +1271,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -1143,7 +1290,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:44 GMT + - Thu, 16 Mar 2023 03:16:12 GMT expires: - '-1' pragma: @@ -1173,17 +1320,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -1192,7 +1339,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:14 GMT + - Thu, 16 Mar 2023 03:16:42 GMT expires: - '-1' pragma: @@ -1222,17 +1369,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -1241,7 +1388,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:44 GMT + - Thu, 16 Mar 2023 03:17:12 GMT expires: - '-1' pragma: @@ -1271,17 +1418,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -1290,7 +1437,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:14 GMT + - Thu, 16 Mar 2023 03:17:43 GMT expires: - '-1' pragma: @@ -1320,17 +1467,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache @@ -1339,7 +1486,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:45 GMT + - Thu, 16 Mar 2023 03:18:13 GMT expires: - '-1' pragma: @@ -1369,27 +1516,125 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/08f96acd-8bf4-4118-adcf-63167fa1a567?api-version=2017-08-31 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"cd6af908-f48b-1841-adcf-63167fa1a567\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:56:14.2337185Z\",\n \"endTime\": - \"2022-11-24T11:00:53.9253476Z\"\n }" + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:18:43 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:19:13 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/3f3ae0e2-0f40-401b-9e5a-580573c09132?api-version=2017-08-31 + response: + body: + string: "{\n \"name\": \"e2e03a3f-400f-1b40-9e5a-580573c09132\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:13:41.9593002Z\",\n \"endTime\": + \"2023-03-16T03:19:41.29989Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '168' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:15 GMT + - Thu, 16 Mar 2023 03:19:43 GMT expires: - '-1' pragma: @@ -1419,11 +1664,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --node-count --os-type --disable-windows-outbound-nat + - --resource-group --cluster-name --name --node-count --os-type --os-sku --disable-windows-outbound-nat --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -1436,10 +1681,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1249.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"windowsProfile\": {\n \"disableOutboundNat\": true\n },\n \"networkProfile\": {}\n }\n }" @@ -1451,7 +1696,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:15 GMT + - Thu, 16 Mar 2023 03:19:43 GMT expires: - '-1' pragma: @@ -1485,8 +1730,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1494,17 +1739,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/008c10c2-18e1-41a8-a589-922d4be89cec?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/43c78d99-a594-4825-b1e5-4afd590836ba?api-version=2017-08-31 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:01:17 GMT + - Thu, 16 Mar 2023 03:19:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/008c10c2-18e1-41a8-a589-922d4be89cec?api-version=2017-08-31 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/43c78d99-a594-4825-b1e5-4afd590836ba?api-version=2017-08-31 pragma: - no-cache server: @@ -1514,7 +1759,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_gpu_instance_profile.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_gpu_instance_profile.yaml index 9bc0535a5ae..c7a694fbab9 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_gpu_instance_profile.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_gpu_instance_profile.yaml @@ -41,6 +41,51 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''cliakstest000002'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 02:12:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestza7kjyqek-8ecadf", diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku.yaml old mode 100644 new mode 100755 index 14337efe589..f2b097a20dc --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:08:00 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T10:58:40Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:08:00Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 10:58:41 GMT + - Thu, 16 Mar 2023 03:08:00 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest5ui4nzvya-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestyrqayf2ix-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000003"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5ui4nzvya-79a739\",\n \"fqdn\": \"cliakstest-clitest5ui4nzvya-79a739-42f7eb82.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5ui4nzvya-79a739-42f7eb82.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyrqayf2ix-79a739\",\n \"fqdn\": \"cliakstest-clitestyrqayf2ix-79a739-sc7wq96w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyrqayf2ix-79a739-sc7wq96w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3478' + - '3474' content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:44 GMT + - Thu, 16 Mar 2023 03:08:05 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1191' status: code: 201 message: Created @@ -159,14 +204,302 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:08:35 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:09:05 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:09:35 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:10:05 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:10:36 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:11:06 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:14 GMT + - Thu, 16 Mar 2023 03:11:36 GMT expires: - '-1' pragma: @@ -207,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:45 GMT + - Thu, 16 Mar 2023 03:12:05 GMT expires: - '-1' pragma: @@ -255,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:15 GMT + - Thu, 16 Mar 2023 03:12:36 GMT expires: - '-1' pragma: @@ -303,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:45 GMT + - Thu, 16 Mar 2023 03:13:06 GMT expires: - '-1' pragma: @@ -351,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:15 GMT + - Thu, 16 Mar 2023 03:13:36 GMT expires: - '-1' pragma: @@ -399,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:45 GMT + - Thu, 16 Mar 2023 03:14:06 GMT expires: - '-1' pragma: @@ -447,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:15 GMT + - Thu, 16 Mar 2023 03:14:37 GMT expires: - '-1' pragma: @@ -495,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:44 GMT + - Thu, 16 Mar 2023 03:15:06 GMT expires: - '-1' pragma: @@ -543,15 +876,15 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/31052ac6-c522-44c1-a62f-09b0b9cffbae?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/17a9d3bf-5625-46cf-a5e7-72703f28c279?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c62a0531-22c5-c144-a62f-09b0b9cffbae\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:58:44.9416124Z\",\n \"endTime\": - \"2022-11-24T11:02:49.7843086Z\"\n }" + string: "{\n \"name\": \"bfd3a917-2556-cf46-a5e7-72703f28c279\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:08:05.6127797Z\",\n \"endTime\": + \"2023-03-16T03:15:19.4279013Z\"\n }" headers: cache-control: - no-cache @@ -560,7 +893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:15 GMT + - Thu, 16 Mar 2023 03:15:36 GMT expires: - '-1' pragma: @@ -592,8 +925,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -602,30 +935,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5ui4nzvya-79a739\",\n \"fqdn\": \"cliakstest-clitest5ui4nzvya-79a739-42f7eb82.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5ui4nzvya-79a739-42f7eb82.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestyrqayf2ix-79a739\",\n \"fqdn\": \"cliakstest-clitestyrqayf2ix-79a739-sc7wq96w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestyrqayf2ix-79a739-sc7wq96w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c03d9a50-bffa-4a4f-a14a-1ea29598f4a2\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7571fb83-dc6b-4f4a-ac26-39e8f729f4c7\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -646,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4131' + - '4127' content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:16 GMT + - Thu, 16 Mar 2023 03:15:37 GMT expires: - '-1' pragma: @@ -682,8 +1015,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -695,22 +1028,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1136' + - '1134' content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:16 GMT + - Thu, 16 Mar 2023 03:15:37 GMT expires: - '-1' pragma: @@ -752,8 +1085,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -766,23 +1099,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"CBLMariner\",\n \"nodeImageVersion\": \"AKSCBLMariner-V1-2022.10.24\",\n + \"CBLMariner\",\n \"nodeImageVersion\": \"AKSCBLMariner-V1-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1066' + - '1064' content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:20 GMT + - Thu, 16 Mar 2023 03:15:41 GMT expires: - '-1' pragma: @@ -794,7 +1127,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -812,14 +1145,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"66182827-d2ad-714c-9159-65ea27681cf2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:20.3030755Z\"\n }" + string: "{\n \"name\": \"4851e308-e8ca-d94d-a4e5-9b3bbf59856f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:15:41.5991823Z\"\n }" headers: cache-control: - no-cache @@ -828,7 +1161,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:50 GMT + - Thu, 16 Mar 2023 03:16:11 GMT expires: - '-1' pragma: @@ -860,14 +1193,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"66182827-d2ad-714c-9159-65ea27681cf2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:20.3030755Z\"\n }" + string: "{\n \"name\": \"4851e308-e8ca-d94d-a4e5-9b3bbf59856f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:15:41.5991823Z\"\n }" headers: cache-control: - no-cache @@ -876,7 +1209,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:20 GMT + - Thu, 16 Mar 2023 03:16:41 GMT expires: - '-1' pragma: @@ -908,14 +1241,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"66182827-d2ad-714c-9159-65ea27681cf2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:20.3030755Z\"\n }" + string: "{\n \"name\": \"4851e308-e8ca-d94d-a4e5-9b3bbf59856f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:15:41.5991823Z\"\n }" headers: cache-control: - no-cache @@ -924,7 +1257,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:50 GMT + - Thu, 16 Mar 2023 03:17:11 GMT expires: - '-1' pragma: @@ -956,14 +1289,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"66182827-d2ad-714c-9159-65ea27681cf2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:20.3030755Z\"\n }" + string: "{\n \"name\": \"4851e308-e8ca-d94d-a4e5-9b3bbf59856f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:15:41.5991823Z\"\n }" headers: cache-control: - no-cache @@ -972,7 +1305,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:19 GMT + - Thu, 16 Mar 2023 03:17:41 GMT expires: - '-1' pragma: @@ -1004,14 +1337,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"66182827-d2ad-714c-9159-65ea27681cf2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:20.3030755Z\"\n }" + string: "{\n \"name\": \"4851e308-e8ca-d94d-a4e5-9b3bbf59856f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:15:41.5991823Z\"\n }" headers: cache-control: - no-cache @@ -1020,7 +1353,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:49 GMT + - Thu, 16 Mar 2023 03:18:11 GMT expires: - '-1' pragma: @@ -1052,14 +1385,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"66182827-d2ad-714c-9159-65ea27681cf2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:20.3030755Z\"\n }" + string: "{\n \"name\": \"4851e308-e8ca-d94d-a4e5-9b3bbf59856f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:15:41.5991823Z\"\n }" headers: cache-control: - no-cache @@ -1068,7 +1401,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:20 GMT + - Thu, 16 Mar 2023 03:18:41 GMT expires: - '-1' pragma: @@ -1100,14 +1433,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"66182827-d2ad-714c-9159-65ea27681cf2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:20.3030755Z\"\n }" + string: "{\n \"name\": \"4851e308-e8ca-d94d-a4e5-9b3bbf59856f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:15:41.5991823Z\"\n }" headers: cache-control: - no-cache @@ -1116,7 +1449,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:50 GMT + - Thu, 16 Mar 2023 03:19:11 GMT expires: - '-1' pragma: @@ -1148,15 +1481,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/27281866-add2-4c71-9159-65ea27681cf2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08e35148-cae8-4dd9-a4e5-9b3bbf59856f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"66182827-d2ad-714c-9159-65ea27681cf2\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:03:20.3030755Z\",\n \"endTime\": - \"2022-11-24T11:06:56.2632101Z\"\n }" + string: "{\n \"name\": \"4851e308-e8ca-d94d-a4e5-9b3bbf59856f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:15:41.5991823Z\",\n \"endTime\": + \"2023-03-16T03:19:20.8826373Z\"\n }" headers: cache-control: - no-cache @@ -1165,7 +1498,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:20 GMT + - Thu, 16 Mar 2023 03:19:42 GMT expires: - '-1' pragma: @@ -1197,8 +1530,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-sku User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -1211,21 +1544,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"CBLMariner\",\n \"nodeImageVersion\": \"AKSCBLMariner-V1-2022.10.24\",\n + \"CBLMariner\",\n \"nodeImageVersion\": \"AKSCBLMariner-V1-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1067' + - '1065' content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:21 GMT + - Thu, 16 Mar 2023 03:19:42 GMT expires: - '-1' pragma: @@ -1259,8 +1592,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1268,17 +1601,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e77fc0f1-b6c2-4499-83bf-9b47445f3d4b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2bac8622-7192-4b9b-a9ef-1f42e4f411e0?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:07:22 GMT + - Thu, 16 Mar 2023 03:19:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e77fc0f1-b6c2-4499-83bf-9b47445f3d4b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/2bac8622-7192-4b9b-a9ef-1f42e4f411e0?api-version=2016-03-30 pragma: - no-cache server: @@ -1288,7 +1621,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14993' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku_windows2022.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku_windows2022.yaml old mode 100644 new mode 100755 index 8fb31dc6523..b1846ce8301 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku_windows2022.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku_windows2022.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2414' + - '2410' content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:27 GMT + - Thu, 16 Mar 2023 03:02:53 GMT expires: - '-1' pragma: @@ -78,17 +78,64 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --kubernetes-version + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:02:53 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": + "mode": "System", "orchestratorVersion": "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -112,8 +159,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -122,23 +169,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-72bc162d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-72bc162d.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-hcku9dg6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-hcku9dg6.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -160,7 +207,7 @@ interactions: {\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/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -168,7 +215,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:54:33 GMT + - Thu, 16 Mar 2023 03:02:57 GMT expires: - '-1' pragma: @@ -180,7 +227,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -200,14 +247,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\"\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache @@ -216,7 +263,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:03 GMT + - Thu, 16 Mar 2023 03:03:27 GMT expires: - '-1' pragma: @@ -250,14 +297,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\"\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache @@ -266,7 +313,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:55:32 GMT + - Thu, 16 Mar 2023 03:03:57 GMT expires: - '-1' pragma: @@ -300,14 +347,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\"\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache @@ -316,7 +363,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:02 GMT + - Thu, 16 Mar 2023 03:04:27 GMT expires: - '-1' pragma: @@ -350,14 +397,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\"\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache @@ -366,7 +413,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:56:32 GMT + - Thu, 16 Mar 2023 03:04:58 GMT expires: - '-1' pragma: @@ -400,14 +447,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\"\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache @@ -416,7 +463,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:02 GMT + - Thu, 16 Mar 2023 03:05:27 GMT expires: - '-1' pragma: @@ -450,29 +497,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: a9ac1e51-842e-4f2f-b261-a3dce269ec2a, Operation ID: e9c37b7c-d2de-4830-85cd-db19b3c43228, - Timestamp: 2022-11-24T10:57:16Z.\"\n }\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache content-length: - - '578' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:57:32 GMT + - Thu, 16 Mar 2023 03:05:57 GMT expires: - '-1' pragma: @@ -506,29 +547,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: a9ac1e51-842e-4f2f-b261-a3dce269ec2a, Operation ID: e9c37b7c-d2de-4830-85cd-db19b3c43228, - Timestamp: 2022-11-24T10:57:16Z.\"\n }\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache content-length: - - '578' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:03 GMT + - Thu, 16 Mar 2023 03:06:28 GMT expires: - '-1' pragma: @@ -562,29 +597,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\",\n \"error\": - {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n \"message\": \"AKS encountered - an internal error while attempting the requested Creating operation. AKS will - continuously retry the requested operation until successful or a retry timeout - is hit. Check back to see if the operation requires resubmission. Correlation - ID: a9ac1e51-842e-4f2f-b261-a3dce269ec2a, Operation ID: e9c37b7c-d2de-4830-85cd-db19b3c43228, - Timestamp: 2022-11-24T10:57:16Z.\"\n }\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache content-length: - - '578' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 10:58:33 GMT + - Thu, 16 Mar 2023 03:06:57 GMT expires: - '-1' pragma: @@ -618,30 +647,124 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9c37b7c-d2de-4830-85cd-db19b3c43228?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7c7bc3e9-ded2-3048-85cd-db19b3c43228\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:54:32.8472577Z\",\n \"endTime\": - \"2022-11-24T10:58:46.6575793Z\",\n \"error\": {\n \"code\": \"CreateVMSSAgentPoolFailed\",\n - \ \"message\": \"AKS encountered an internal error while attempting the requested - Creating operation. AKS will continuously retry the requested operation until - successful or a retry timeout is hit. Check back to see if the operation requires - resubmission. Correlation ID: a9ac1e51-842e-4f2f-b261-a3dce269ec2a, Operation - ID: e9c37b7c-d2de-4830-85cd-db19b3c43228, Timestamp: 2022-11-24T10:57:16Z.\"\n - \ }\n }" + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" headers: cache-control: - no-cache content-length: - - '622' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:07:28 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --kubernetes-version + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:07:58 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value --kubernetes-version + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f12c0b9c-4f1c-4254-8aad-5f73cce8488a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9c0b2cf1-1c4f-5442-8aad-5f73cce8488a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:02:57.5022769Z\",\n \"endTime\": + \"2023-03-16T03:08:24.6771661Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:03 GMT + - Thu, 16 Mar 2023 03:08:27 GMT expires: - '-1' pragma: @@ -675,8 +798,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value --kubernetes-version User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -685,23 +808,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-72bc162d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-72bc162d.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-hcku9dg6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-hcku9dg6.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -709,7 +832,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/b06e2e9b-f028-48e2-954a-75203c723f8d\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/2194bc08-6632-44c5-a1f3-0e2b5157f270\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -733,7 +856,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:03 GMT + - Thu, 16 Mar 2023 03:08:28 GMT expires: - '-1' pragma: @@ -765,8 +888,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -778,11 +901,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.25.2\",\n \"currentOrchestratorVersion\": - \"1.25.2\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.26.0\",\n \"currentOrchestratorVersion\": + \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: @@ -793,7 +916,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:04 GMT + - Thu, 16 Mar 2023 03:08:29 GMT expires: - '-1' pragma: @@ -837,8 +960,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -851,15 +974,15 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1249.221110\",\n + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -867,7 +990,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:07 GMT + - Thu, 16 Mar 2023 03:08:32 GMT expires: - '-1' pragma: @@ -879,7 +1002,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1194' status: code: 201 message: Created @@ -897,14 +1020,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -913,7 +1036,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 10:59:38 GMT + - Thu, 16 Mar 2023 03:09:02 GMT expires: - '-1' pragma: @@ -945,14 +1068,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -961,7 +1084,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:08 GMT + - Thu, 16 Mar 2023 03:09:32 GMT expires: - '-1' pragma: @@ -993,14 +1116,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -1009,7 +1132,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:00:38 GMT + - Thu, 16 Mar 2023 03:10:02 GMT expires: - '-1' pragma: @@ -1041,14 +1164,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -1057,7 +1180,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:08 GMT + - Thu, 16 Mar 2023 03:10:32 GMT expires: - '-1' pragma: @@ -1089,14 +1212,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -1105,7 +1228,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:38 GMT + - Thu, 16 Mar 2023 03:11:03 GMT expires: - '-1' pragma: @@ -1137,14 +1260,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -1153,7 +1276,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:08 GMT + - Thu, 16 Mar 2023 03:11:33 GMT expires: - '-1' pragma: @@ -1185,14 +1308,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -1201,7 +1324,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:38 GMT + - Thu, 16 Mar 2023 03:12:02 GMT expires: - '-1' pragma: @@ -1233,14 +1356,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -1249,7 +1372,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:08 GMT + - Thu, 16 Mar 2023 03:12:32 GMT expires: - '-1' pragma: @@ -1281,14 +1404,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\"\n }" headers: cache-control: - no-cache @@ -1297,7 +1420,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:38 GMT + - Thu, 16 Mar 2023 03:13:03 GMT expires: - '-1' pragma: @@ -1329,15 +1452,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cc7eeb3-7dac-4883-aa8e-344a0d0ebd4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e2d46cab-208f-469b-8666-23bd004d13e0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b3eec75c-ac7d-8348-aa8e-344a0d0ebd4d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T10:59:08.6306385Z\",\n \"endTime\": - \"2022-11-24T11:03:43.7875423Z\"\n }" + string: "{\n \"name\": \"ab6cd4e2-8f20-9b46-8666-23bd004d13e0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:08:32.7535415Z\",\n \"endTime\": + \"2023-03-16T03:13:30.3741588Z\"\n }" headers: cache-control: - no-cache @@ -1346,7 +1469,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:08 GMT + - Thu, 16 Mar 2023 03:13:33 GMT expires: - '-1' pragma: @@ -1378,8 +1501,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --os-type --os-sku --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -1392,10 +1515,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1249.221110\",\n + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: @@ -1406,7 +1529,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:09 GMT + - Thu, 16 Mar 2023 03:13:33 GMT expires: - '-1' pragma: @@ -1440,8 +1563,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1449,17 +1572,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84c5484a-e3d8-44ca-b7e3-3ea1c01fdff5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64b8e6b0-c102-4b0d-9325-02962ed01a83?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:04:10 GMT + - Thu, 16 Mar 2023 03:13:35 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/84c5484a-e3d8-44ca-b7e3-3ea1c01fdff5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/64b8e6b0-c102-4b0d-9325-02962ed01a83?api-version=2016-03-30 pragma: - no-cache server: @@ -1469,7 +1592,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14994' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_workload_runtime.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_workload_runtime.yaml old mode 100644 new mode 100755 index c819465a353..1e2ca1611fb --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_workload_runtime.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_workload_runtime.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 05:13:22 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T15:08:43Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-20T05:13:22Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 15:08:43 GMT + - Mon, 20 Mar 2023 05:13:22 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesteeyjdce37-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3gpfzlh7z-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000003"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesteeyjdce37-8ecadf\",\n \"fqdn\": \"cliakstest-clitesteeyjdce37-8ecadf-cb611d57.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesteeyjdce37-8ecadf-cb611d57.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3gpfzlh7z-8ecadf\",\n \"fqdn\": \"cliakstest-clitest3gpfzlh7z-8ecadf-yit57yt6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3gpfzlh7z-8ecadf-yit57yt6.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3478' + - '3474' content-type: - application/json date: - - Thu, 24 Nov 2022 15:08:48 GMT + - Mon, 20 Mar 2023 05:13:26 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -159,206 +204,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:09:18 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: - - --resource-group --name --nodepool-name -c --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:09:48 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: - - --resource-group --name --nodepool-name -c --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:10:18 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: - - --resource-group --name --nodepool-name -c --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:10:49 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: - - --resource-group --name --nodepool-name -c --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" + string: "{\n \"name\": \"b05a5a12-3cb2-9f46-aea5-f3f8721f08b4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:26.4250855Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +220,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:19 GMT + - Mon, 20 Mar 2023 05:13:56 GMT expires: - '-1' pragma: @@ -399,14 +252,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" + string: "{\n \"name\": \"b05a5a12-3cb2-9f46-aea5-f3f8721f08b4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:26.4250855Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:11:48 GMT + - Mon, 20 Mar 2023 05:14:25 GMT expires: - '-1' pragma: @@ -447,14 +300,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" + string: "{\n \"name\": \"b05a5a12-3cb2-9f46-aea5-f3f8721f08b4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:26.4250855Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:18 GMT + - Mon, 20 Mar 2023 05:14:56 GMT expires: - '-1' pragma: @@ -495,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" + string: "{\n \"name\": \"b05a5a12-3cb2-9f46-aea5-f3f8721f08b4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:26.4250855Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:12:49 GMT + - Mon, 20 Mar 2023 05:15:26 GMT expires: - '-1' pragma: @@ -543,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" + string: "{\n \"name\": \"b05a5a12-3cb2-9f46-aea5-f3f8721f08b4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:26.4250855Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:13:19 GMT + - Mon, 20 Mar 2023 05:15:56 GMT expires: - '-1' pragma: @@ -591,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" + string: "{\n \"name\": \"b05a5a12-3cb2-9f46-aea5-f3f8721f08b4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:26.4250855Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:13:49 GMT + - Mon, 20 Mar 2023 05:16:26 GMT expires: - '-1' pragma: @@ -639,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\"\n }" + string: "{\n \"name\": \"b05a5a12-3cb2-9f46-aea5-f3f8721f08b4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:26.4250855Z\"\n }" headers: cache-control: - no-cache @@ -655,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:19 GMT + - Mon, 20 Mar 2023 05:16:57 GMT expires: - '-1' pragma: @@ -687,15 +540,15 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/252df9e3-6657-4bfe-9bb3-9af61b8bcd5d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/125a5ab0-b23c-469f-aea5-f3f8721f08b4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e3f92d25-5766-fe4b-9bb3-9af61b8bcd5d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:08:49.1262704Z\",\n \"endTime\": - \"2022-11-24T15:14:36.4983275Z\"\n }" + string: "{\n \"name\": \"b05a5a12-3cb2-9f46-aea5-f3f8721f08b4\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:13:26.4250855Z\",\n \"endTime\": + \"2023-03-20T05:17:07.9950521Z\"\n }" headers: cache-control: - no-cache @@ -704,7 +557,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:49 GMT + - Mon, 20 Mar 2023 05:17:26 GMT expires: - '-1' pragma: @@ -736,8 +589,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -746,30 +599,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesteeyjdce37-8ecadf\",\n \"fqdn\": \"cliakstest-clitesteeyjdce37-8ecadf-cb611d57.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesteeyjdce37-8ecadf-cb611d57.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest3gpfzlh7z-8ecadf\",\n \"fqdn\": \"cliakstest-clitest3gpfzlh7z-8ecadf-yit57yt6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3gpfzlh7z-8ecadf-yit57yt6.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtyhanIltEFDzJf62RRkik6ABgeDsgbISSDU8/MHMJUrBtA4OT2R78kSrllh/pIZZXgLruufkOurUwLmxQRn3g1ydTAvQ7KOGcZ4d6vnGahyzCiw/V33haTgHK9d5fi+pPA44vlzSpAMEQbIDsryYdC8rnS+Tfpvt7+gWAuQlZIlJ2ehHnSzoWBnFA4st5RQ+amMuJCr6/1RDt8hTcME7sYy4T2HK+O/wQVfnK4ARXXKNdG/icWbU2unE0kSKc9PCVSG34gF+cJTWwO21Q1vPAcvGMHxUHo6dHB/H4llNHMmxlqJZUW6wZuP0wJJrX55VWyyysyHJEaxZTkW4RFXht + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/8f161e28-200d-45e6-8d64-7fbabfa8689b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6471e7c5-0ce9-4349-b643-020aa1651952\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -790,11 +643,11 @@ interactions: cache-control: - no-cache content-length: - - '4131' + - '4127' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:50 GMT + - Mon, 20 Mar 2023 05:17:27 GMT expires: - '-1' pragma: @@ -826,8 +679,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --workload-runtime User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -839,22 +692,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1136' + - '1134' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:51 GMT + - Mon, 20 Mar 2023 05:17:27 GMT expires: - '-1' pragma: @@ -896,8 +749,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --workload-runtime User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -909,24 +762,24 @@ interactions: \"OS\",\n \"workloadRuntime\": \"WasmWasi\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n - \ \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n + \ \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ad02cb23-10bf-41e6-8eee-02784fa86e22?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13ef5214-f382-43fc-a34f-5794ba1fc239?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1070' + - '1068' content-type: - application/json date: - - Thu, 24 Nov 2022 15:14:54 GMT + - Mon, 20 Mar 2023 05:17:32 GMT expires: - '-1' pragma: @@ -938,7 +791,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -956,158 +809,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --workload-runtime User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ad02cb23-10bf-41e6-8eee-02784fa86e22?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"23cb02ad-bf10-e641-8eee-02784fa86e22\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:55.3061199Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:15:25 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --workload-runtime - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ad02cb23-10bf-41e6-8eee-02784fa86e22?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"23cb02ad-bf10-e641-8eee-02784fa86e22\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:55.3061199Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:15:55 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --workload-runtime - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ad02cb23-10bf-41e6-8eee-02784fa86e22?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"23cb02ad-bf10-e641-8eee-02784fa86e22\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:55.3061199Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 15:16:25 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --workload-runtime - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ad02cb23-10bf-41e6-8eee-02784fa86e22?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13ef5214-f382-43fc-a34f-5794ba1fc239?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23cb02ad-bf10-e641-8eee-02784fa86e22\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:55.3061199Z\"\n }" + string: "{\n \"name\": \"1452ef13-82f3-fc43-a34f-5794ba1fc239\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:17:32.4572985Z\"\n }" headers: cache-control: - no-cache @@ -1116,7 +825,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:16:54 GMT + - Mon, 20 Mar 2023 05:18:02 GMT expires: - '-1' pragma: @@ -1148,14 +857,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --workload-runtime User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ad02cb23-10bf-41e6-8eee-02784fa86e22?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13ef5214-f382-43fc-a34f-5794ba1fc239?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23cb02ad-bf10-e641-8eee-02784fa86e22\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:55.3061199Z\"\n }" + string: "{\n \"name\": \"1452ef13-82f3-fc43-a34f-5794ba1fc239\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:17:32.4572985Z\"\n }" headers: cache-control: - no-cache @@ -1164,7 +873,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:17:25 GMT + - Mon, 20 Mar 2023 05:18:32 GMT expires: - '-1' pragma: @@ -1196,14 +905,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --workload-runtime User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ad02cb23-10bf-41e6-8eee-02784fa86e22?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13ef5214-f382-43fc-a34f-5794ba1fc239?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23cb02ad-bf10-e641-8eee-02784fa86e22\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T15:14:55.3061199Z\"\n }" + string: "{\n \"name\": \"1452ef13-82f3-fc43-a34f-5794ba1fc239\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:17:32.4572985Z\"\n }" headers: cache-control: - no-cache @@ -1212,7 +921,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:17:55 GMT + - Mon, 20 Mar 2023 05:19:01 GMT expires: - '-1' pragma: @@ -1244,15 +953,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --workload-runtime User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ad02cb23-10bf-41e6-8eee-02784fa86e22?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13ef5214-f382-43fc-a34f-5794ba1fc239?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"23cb02ad-bf10-e641-8eee-02784fa86e22\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T15:14:55.3061199Z\",\n \"endTime\": - \"2022-11-24T15:18:06.2650593Z\"\n }" + string: "{\n \"name\": \"1452ef13-82f3-fc43-a34f-5794ba1fc239\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:17:32.4572985Z\",\n \"endTime\": + \"2023-03-20T05:19:06.6727558Z\"\n }" headers: cache-control: - no-cache @@ -1261,7 +970,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 15:18:25 GMT + - Mon, 20 Mar 2023 05:19:32 GMT expires: - '-1' pragma: @@ -1293,8 +1002,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --workload-runtime User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -1306,22 +1015,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"WasmWasi\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \"powerState\": - {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n - \ \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n + \ \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1071' + - '1069' content-type: - application/json date: - - Thu, 24 Nov 2022 15:18:25 GMT + - Mon, 20 Mar 2023 05:19:33 GMT expires: - '-1' pragma: @@ -1355,8 +1064,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1364,17 +1073,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/892cbe46-d6ed-427d-b311-675e10c26a76?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/161b7150-9261-4045-ad12-2bc4f20502b4?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 15:18:27 GMT + - Mon, 20 Mar 2023 05:19:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/892cbe46-d6ed-427d-b311-675e10c26a76?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/161b7150-9261-4045-ad12-2bc4f20502b4?api-version=2016-03-30 pragma: - no-cache server: @@ -1384,7 +1093,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_create_with_nsg_control.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_create_with_nsg_control.yaml old mode 100644 new mode 100755 index 9d6c121b5e4..47ccf62cc04 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_create_with_nsg_control.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_create_with_nsg_control.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:11:05Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:22 GMT + - Thu, 16 Mar 2023 03:11:05 GMT expires: - '-1' pragma: @@ -59,20 +59,20 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1\",\r\n - \ \"etag\": \"W/\\\"6d917427-0825-4a04-b65e-1db7b4bb75a6\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"14b69d19-228e-4b4f-81b6-d87b3a6c2e30\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/987bc4ac-ade4-4262-b357-fc1b72175467?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e34f5c77-b91e-422a-bf4e-4ac25eea6403?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -80,7 +80,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:23 GMT + - Thu, 16 Mar 2023 03:11:06 GMT expires: - '-1' pragma: @@ -93,12 +93,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ce8f0dfd-79b6-4ab1-a7a5-79d7a4fa1567 + - bce74220-a67c-488b-915d-0193e7cde938 x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1199' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -113,9 +113,9 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/987bc4ac-ade4-4262-b357-fc1b72175467?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e34f5c77-b91e-422a-bf4e-4ac25eea6403?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -127,7 +127,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:33 GMT + - Thu, 16 Mar 2023 03:11:16 GMT expires: - '-1' pragma: @@ -144,10 +144,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1b502d9f-f1b5-4822-bc9c-0930ec6ec1d5 + - 4be27703-dafe-4804-b967-a65cede774a7 status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -162,13 +162,13 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1\",\r\n - \ \"etag\": \"W/\\\"c2b8b191-ea25-4eb5-bd5e-f0ab396eb364\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"caa6a951-e8e0-4321-8961-f209fb92b73d\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -179,9 +179,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:33 GMT + - Thu, 16 Mar 2023 03:11:16 GMT etag: - - W/"c2b8b191-ea25-4eb5-bd5e-f0ab396eb364" + - W/"caa6a951-e8e0-4321-8961-f209fb92b73d" expires: - '-1' pragma: @@ -198,10 +198,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2cb1f032-7ac0-4607-b034-f76b6194a2cb + - f81c63a4-11a4-4415-bf63-8ae1ab8d731f status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -216,12 +216,12 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:11:05Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -230,7 +230,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:33 GMT + - Thu, 16 Mar 2023 03:11:16 GMT expires: - '-1' pragma: @@ -262,20 +262,20 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2\",\r\n - \ \"etag\": \"W/\\\"c03f93a4-46d7-44dc-a722-6eb6190d3480\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"2f3ae877-3b13-446e-9efe-b6da46607c77\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fa664a67-2aeb-4a56-a27e-0c63c7ee0438?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/36f1ee81-2d55-4a32-ae65-1b91f44c2e27?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -283,7 +283,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:34 GMT + - Thu, 16 Mar 2023 03:11:17 GMT expires: - '-1' pragma: @@ -296,12 +296,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a6c5d924-6e15-4358-b1e6-4ca40bf8b205 + - 44cd471f-da33-4830-ab9b-203b156b3549 x-ms-ratelimit-remaining-subscription-writes: - '1197' status: code: 201 - message: '' + message: Created - request: body: null headers: @@ -316,9 +316,9 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/fa664a67-2aeb-4a56-a27e-0c63c7ee0438?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/36f1ee81-2d55-4a32-ae65-1b91f44c2e27?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -330,7 +330,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:44 GMT + - Thu, 16 Mar 2023 03:11:27 GMT expires: - '-1' pragma: @@ -347,10 +347,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 87d6c546-62d4-4077-bcbb-7aab8c5e153a + - 1093d0b4-dd89-4547-a9d5-74466705a1af status: code: 200 - message: '' + message: OK - request: body: null headers: @@ -365,13 +365,13 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2\",\r\n - \ \"etag\": \"W/\\\"5cb82cbb-1158-4e18-9278-91e6ae9ed4a5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"2721a360-6de3-4501-b92c-e65b35b14aa8\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -382,9 +382,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:44 GMT + - Thu, 16 Mar 2023 03:11:27 GMT etag: - - W/"5cb82cbb-1158-4e18-9278-91e6ae9ed4a5" + - W/"2721a360-6de3-4501-b92c-e65b35b14aa8" expires: - '-1' pragma: @@ -401,13 +401,58 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 35394a75-6e37-4148-931c-0ec0098541f3 + - ca423b90-2e61-4c44-aedb-0f33289ed45f status: code: 200 - message: '' + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --node-count --node-vm-size + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:11:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestn3dbcdaax-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest5jttyrxrr-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "standard_d2s_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -415,7 +460,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -437,8 +482,8 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -447,23 +492,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestn3dbcdaax-79a739\",\n \"fqdn\": \"cliakstest-clitestn3dbcdaax-79a739-2636cb2d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestn3dbcdaax-79a739-2636cb2d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest5jttyrxrr-79a739\",\n \"fqdn\": \"cliakstest-clitest5jttyrxrr-79a739-wx6v8qhk.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest5jttyrxrr-79a739-wx6v8qhk.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -485,15 +530,15 @@ interactions: {\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/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:48 GMT + - Thu, 16 Mar 2023 03:11:31 GMT expires: - '-1' pragma: @@ -505,7 +550,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -523,14 +568,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -539,7 +584,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:18 GMT + - Thu, 16 Mar 2023 03:12:01 GMT expires: - '-1' pragma: @@ -571,14 +616,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -587,7 +632,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:48 GMT + - Thu, 16 Mar 2023 03:12:31 GMT expires: - '-1' pragma: @@ -619,14 +664,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -635,7 +680,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:18 GMT + - Thu, 16 Mar 2023 03:13:02 GMT expires: - '-1' pragma: @@ -667,14 +712,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -683,7 +728,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:48 GMT + - Thu, 16 Mar 2023 03:13:32 GMT expires: - '-1' pragma: @@ -715,14 +760,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -731,7 +776,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:18 GMT + - Thu, 16 Mar 2023 03:14:02 GMT expires: - '-1' pragma: @@ -763,14 +808,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -779,7 +824,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:48 GMT + - Thu, 16 Mar 2023 03:14:32 GMT expires: - '-1' pragma: @@ -811,14 +856,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -827,7 +872,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:18 GMT + - Thu, 16 Mar 2023 03:15:02 GMT expires: - '-1' pragma: @@ -859,14 +904,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -875,7 +920,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:49 GMT + - Thu, 16 Mar 2023 03:15:33 GMT expires: - '-1' pragma: @@ -907,14 +952,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -923,7 +968,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:19 GMT + - Thu, 16 Mar 2023 03:16:03 GMT expires: - '-1' pragma: @@ -955,14 +1000,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -971,7 +1016,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:49 GMT + - Thu, 16 Mar 2023 03:16:32 GMT expires: - '-1' pragma: @@ -1003,14 +1048,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -1019,7 +1064,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:19 GMT + - Thu, 16 Mar 2023 03:17:02 GMT expires: - '-1' pragma: @@ -1051,14 +1096,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\"\n }" headers: cache-control: - no-cache @@ -1067,7 +1112,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:49 GMT + - Thu, 16 Mar 2023 03:17:32 GMT expires: - '-1' pragma: @@ -1099,15 +1144,15 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ba52e202-c98c-4d66-b47c-902f836e0333?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/472dbdf8-7f23-404d-ae2b-c0dfb2155e4c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"02e252ba-8cc9-664d-b47c-902f836e0333\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:01:48.7502511Z\",\n \"endTime\": - \"2022-11-24T11:08:12.3334972Z\"\n }" + string: "{\n \"name\": \"f8bd2d47-237f-4d40-ae2b-c0dfb2155e4c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:11:32.3638042Z\",\n \"endTime\": + \"2023-03-16T03:18:01.1280398Z\"\n }" headers: cache-control: - no-cache @@ -1116,7 +1161,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:19 GMT + - Thu, 16 Mar 2023 03:18:03 GMT expires: - '-1' pragma: @@ -1148,8 +1193,8 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1158,30 +1203,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestn3dbcdaax-79a739\",\n \"fqdn\": \"cliakstest-clitestn3dbcdaax-79a739-2636cb2d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestn3dbcdaax-79a739-2636cb2d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest5jttyrxrr-79a739\",\n \"fqdn\": \"cliakstest-clitest5jttyrxrr-79a739-wx6v8qhk.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest5jttyrxrr-79a739-wx6v8qhk.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c3c954a9-1f61-44d0-afde-8749490782c6\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/12c3c1b3-96be-4b74-913d-ef11f8630b93\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1202,11 +1247,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:19 GMT + - Thu, 16 Mar 2023 03:18:03 GMT expires: - '-1' pragma: @@ -1239,8 +1284,8 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -1252,22 +1297,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1140' + - '1138' content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:20 GMT + - Thu, 16 Mar 2023 03:18:04 GMT expires: - '-1' pragma: @@ -1317,8 +1362,8 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-01-02-preview response: @@ -1331,10 +1376,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {\n \"allowedHostPorts\": [\n {\n \"portStart\": 53,\n \"portEnd\": 53,\n \"protocol\": \"UDP\"\n },\n {\n \"portStart\": 80,\n @@ -1348,15 +1393,15 @@ interactions: \ ]\n }\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/52d3c38a-9f2c-409e-897b-2efbba22e5ce?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1871' + - '1869' content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:25 GMT + - Thu, 16 Mar 2023 03:18:07 GMT expires: - '-1' pragma: @@ -1368,7 +1413,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1191' status: code: 201 message: Created @@ -1387,210 +1432,14 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:08:55 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids - --allowed-host-ports --aks-custom-headers - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:09:25 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids - --allowed-host-ports --aks-custom-headers - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:09:55 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids - --allowed-host-ports --aks-custom-headers - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:10:25 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids - --allowed-host-ports --aks-custom-headers - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/52d3c38a-9f2c-409e-897b-2efbba22e5ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" + string: "{\n \"name\": \"8ac3d352-2c9f-9e40-897b-2efbba22e5ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:07.6934316Z\"\n }" headers: cache-control: - no-cache @@ -1599,7 +1448,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:56 GMT + - Thu, 16 Mar 2023 03:18:37 GMT expires: - '-1' pragma: @@ -1632,14 +1481,14 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/52d3c38a-9f2c-409e-897b-2efbba22e5ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" + string: "{\n \"name\": \"8ac3d352-2c9f-9e40-897b-2efbba22e5ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:07.6934316Z\"\n }" headers: cache-control: - no-cache @@ -1648,7 +1497,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:25 GMT + - Thu, 16 Mar 2023 03:19:07 GMT expires: - '-1' pragma: @@ -1681,14 +1530,14 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/52d3c38a-9f2c-409e-897b-2efbba22e5ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" + string: "{\n \"name\": \"8ac3d352-2c9f-9e40-897b-2efbba22e5ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:07.6934316Z\"\n }" headers: cache-control: - no-cache @@ -1697,7 +1546,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:55 GMT + - Thu, 16 Mar 2023 03:19:38 GMT expires: - '-1' pragma: @@ -1730,14 +1579,14 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/52d3c38a-9f2c-409e-897b-2efbba22e5ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" + string: "{\n \"name\": \"8ac3d352-2c9f-9e40-897b-2efbba22e5ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:07.6934316Z\"\n }" headers: cache-control: - no-cache @@ -1746,7 +1595,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:26 GMT + - Thu, 16 Mar 2023 03:20:07 GMT expires: - '-1' pragma: @@ -1779,14 +1628,14 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/52d3c38a-9f2c-409e-897b-2efbba22e5ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" + string: "{\n \"name\": \"8ac3d352-2c9f-9e40-897b-2efbba22e5ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:07.6934316Z\"\n }" headers: cache-control: - no-cache @@ -1795,7 +1644,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:56 GMT + - Thu, 16 Mar 2023 03:20:37 GMT expires: - '-1' pragma: @@ -1828,14 +1677,14 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/52d3c38a-9f2c-409e-897b-2efbba22e5ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\"\n }" + string: "{\n \"name\": \"8ac3d352-2c9f-9e40-897b-2efbba22e5ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:07.6934316Z\"\n }" headers: cache-control: - no-cache @@ -1844,7 +1693,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:26 GMT + - Thu, 16 Mar 2023 03:21:07 GMT expires: - '-1' pragma: @@ -1877,15 +1726,15 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd3c674-436b-4322-bc82-33e613ee45c5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/52d3c38a-9f2c-409e-897b-2efbba22e5ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"74c6d30d-6b43-2243-bc82-33e613ee45c5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:08:25.4005136Z\",\n \"endTime\": - \"2022-11-24T11:13:40.7327293Z\"\n }" + string: "{\n \"name\": \"8ac3d352-2c9f-9e40-897b-2efbba22e5ce\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:18:07.6934316Z\",\n \"endTime\": + \"2023-03-16T03:21:11.3944521Z\"\n }" headers: cache-control: - no-cache @@ -1894,7 +1743,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:56 GMT + - Thu, 16 Mar 2023 03:21:37 GMT expires: - '-1' pragma: @@ -1927,8 +1776,8 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --node-count --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-01-02-preview response: @@ -1941,10 +1790,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {\n \"allowedHostPorts\": [\n {\n \"portStart\": 53,\n \"portEnd\": 53,\n \"protocol\": \"UDP\"\n },\n {\n \"portStart\": 80,\n @@ -1960,11 +1809,11 @@ interactions: cache-control: - no-cache content-length: - - '1872' + - '1870' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:56 GMT + - Thu, 16 Mar 2023 03:21:38 GMT expires: - '-1' pragma: @@ -1998,8 +1847,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2007,17 +1856,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d2a100b-de79-45a5-9732-68d61df3c260?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9438c227-80fc-4af5-a071-040fa2ccfe31?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:13:58 GMT + - Thu, 16 Mar 2023 03:21:39 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/6d2a100b-de79-45a5-9732-68d61df3c260?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9438c227-80fc-4af5-a071-040fa2ccfe31?api-version=2016-03-30 pragma: - no-cache server: @@ -2027,7 +1876,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14997' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_delete_with_ignore_pod_disruption_budget.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_delete_with_ignore_pod_disruption_budget.yaml old mode 100644 new mode 100755 index 0b212bcb303..553b7a20f41 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_delete_with_ignore_pod_disruption_budget.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_delete_with_ignore_pod_disruption_budget.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:14:06 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:01:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:14:06Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:01:06 GMT + - Thu, 16 Mar 2023 03:14:06 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestdsdyxsva7-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestsbwdppang-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000003"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestdsdyxsva7-79a739\",\n \"fqdn\": \"cliakstest-clitestdsdyxsva7-79a739-61a423ae.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestdsdyxsva7-79a739-61a423ae.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestsbwdppang-79a739\",\n \"fqdn\": \"cliakstest-clitestsbwdppang-79a739-bjv409ds.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestsbwdppang-79a739-bjv409ds.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3478' + - '3474' content-type: - application/json date: - - Thu, 24 Nov 2022 11:01:09 GMT + - Thu, 16 Mar 2023 03:14:10 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -159,62 +204,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:01:39 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: - - --resource-group --name --nodepool-name -c --ssh-key-value - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +220,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:09 GMT + - Thu, 16 Mar 2023 03:14:40 GMT expires: - '-1' pragma: @@ -255,14 +252,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:39 GMT + - Thu, 16 Mar 2023 03:15:10 GMT expires: - '-1' pragma: @@ -303,14 +300,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +316,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:09 GMT + - Thu, 16 Mar 2023 03:15:40 GMT expires: - '-1' pragma: @@ -351,14 +348,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +364,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:40 GMT + - Thu, 16 Mar 2023 03:16:10 GMT expires: - '-1' pragma: @@ -399,14 +396,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:09 GMT + - Thu, 16 Mar 2023 03:16:41 GMT expires: - '-1' pragma: @@ -447,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:39 GMT + - Thu, 16 Mar 2023 03:17:10 GMT expires: - '-1' pragma: @@ -495,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:09 GMT + - Thu, 16 Mar 2023 03:17:40 GMT expires: - '-1' pragma: @@ -543,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:39 GMT + - Thu, 16 Mar 2023 03:18:10 GMT expires: - '-1' pragma: @@ -591,15 +588,15 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/67bdc499-89cc-4ded-9612-534e925fd59e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6cebc20-af5b-4e87-9e43-d3b87acb99d7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99c4bd67-cc89-ed4d-9612-534e925fd59e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:01:09.5290258Z\",\n \"endTime\": - \"2022-11-24T11:05:56.2035245Z\"\n }" + string: "{\n \"name\": \"20bccea6-5baf-874e-9e43-d3b87acb99d7\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:14:10.3332079Z\",\n \"endTime\": + \"2023-03-16T03:18:27.4024116Z\"\n }" headers: cache-control: - no-cache @@ -608,7 +605,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:09 GMT + - Thu, 16 Mar 2023 03:18:40 GMT expires: - '-1' pragma: @@ -640,8 +637,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +647,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestdsdyxsva7-79a739\",\n \"fqdn\": \"cliakstest-clitestdsdyxsva7-79a739-61a423ae.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestdsdyxsva7-79a739-61a423ae.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestsbwdppang-79a739\",\n \"fqdn\": \"cliakstest-clitestsbwdppang-79a739-bjv409ds.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestsbwdppang-79a739-bjv409ds.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7596d37f-b558-477e-a9d9-94aae630bbd3\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7aa8114c-84ef-4f8e-8af9-8d88e42d013b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +691,11 @@ interactions: cache-control: - no-cache content-length: - - '4131' + - '4127' content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:10 GMT + - Thu, 16 Mar 2023 03:18:41 GMT expires: - '-1' pragma: @@ -730,8 +727,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -743,22 +740,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1136' + - '1134' content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:11 GMT + - Thu, 16 Mar 2023 03:18:42 GMT expires: - '-1' pragma: @@ -800,8 +797,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -814,23 +811,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ec7c9c20-0e4a-4ff0-a3aa-db0375187047?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c81b28db-2135-4cff-b8c0-084cfaaad12a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1074' + - '1072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:15 GMT + - Thu, 16 Mar 2023 03:18:44 GMT expires: - '-1' pragma: @@ -842,7 +839,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1194' status: code: 201 message: Created @@ -860,14 +857,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ec7c9c20-0e4a-4ff0-a3aa-db0375187047?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c81b28db-2135-4cff-b8c0-084cfaaad12a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"209c7cec-4a0e-f04f-a3aa-db0375187047\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:15.3456029Z\"\n }" + string: "{\n \"name\": \"db281bc8-3521-ff4c-b8c0-084cfaaad12a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:45.3185795Z\"\n }" headers: cache-control: - no-cache @@ -876,7 +873,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:45 GMT + - Thu, 16 Mar 2023 03:19:15 GMT expires: - '-1' pragma: @@ -908,14 +905,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ec7c9c20-0e4a-4ff0-a3aa-db0375187047?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c81b28db-2135-4cff-b8c0-084cfaaad12a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"209c7cec-4a0e-f04f-a3aa-db0375187047\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:15.3456029Z\"\n }" + string: "{\n \"name\": \"db281bc8-3521-ff4c-b8c0-084cfaaad12a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:45.3185795Z\"\n }" headers: cache-control: - no-cache @@ -924,7 +921,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:14 GMT + - Thu, 16 Mar 2023 03:19:45 GMT expires: - '-1' pragma: @@ -956,14 +953,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ec7c9c20-0e4a-4ff0-a3aa-db0375187047?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c81b28db-2135-4cff-b8c0-084cfaaad12a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"209c7cec-4a0e-f04f-a3aa-db0375187047\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:15.3456029Z\"\n }" + string: "{\n \"name\": \"db281bc8-3521-ff4c-b8c0-084cfaaad12a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:45.3185795Z\"\n }" headers: cache-control: - no-cache @@ -972,7 +969,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:45 GMT + - Thu, 16 Mar 2023 03:20:14 GMT expires: - '-1' pragma: @@ -1004,14 +1001,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ec7c9c20-0e4a-4ff0-a3aa-db0375187047?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c81b28db-2135-4cff-b8c0-084cfaaad12a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"209c7cec-4a0e-f04f-a3aa-db0375187047\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:15.3456029Z\"\n }" + string: "{\n \"name\": \"db281bc8-3521-ff4c-b8c0-084cfaaad12a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:45.3185795Z\"\n }" headers: cache-control: - no-cache @@ -1020,7 +1017,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:15 GMT + - Thu, 16 Mar 2023 03:20:44 GMT expires: - '-1' pragma: @@ -1052,14 +1049,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ec7c9c20-0e4a-4ff0-a3aa-db0375187047?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c81b28db-2135-4cff-b8c0-084cfaaad12a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"209c7cec-4a0e-f04f-a3aa-db0375187047\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:15.3456029Z\"\n }" + string: "{\n \"name\": \"db281bc8-3521-ff4c-b8c0-084cfaaad12a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:18:45.3185795Z\"\n }" headers: cache-control: - no-cache @@ -1068,7 +1065,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:45 GMT + - Thu, 16 Mar 2023 03:21:15 GMT expires: - '-1' pragma: @@ -1100,15 +1097,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ec7c9c20-0e4a-4ff0-a3aa-db0375187047?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c81b28db-2135-4cff-b8c0-084cfaaad12a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"209c7cec-4a0e-f04f-a3aa-db0375187047\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:06:15.3456029Z\",\n \"endTime\": - \"2022-11-24T11:09:15.1708889Z\"\n }" + string: "{\n \"name\": \"db281bc8-3521-ff4c-b8c0-084cfaaad12a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:18:45.3185795Z\",\n \"endTime\": + \"2023-03-16T03:21:43.5642773Z\"\n }" headers: cache-control: - no-cache @@ -1117,7 +1114,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:15 GMT + - Thu, 16 Mar 2023 03:21:45 GMT expires: - '-1' pragma: @@ -1149,8 +1146,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview response: @@ -1163,21 +1160,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1075' + - '1073' content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:16 GMT + - Thu, 16 Mar 2023 03:21:45 GMT expires: - '-1' pragma: @@ -1209,26 +1206,13 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n - \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n \ \"name\": \"c000004\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1236,21 +1220,34 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2282' + - '2278' content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:16 GMT + - Thu, 16 Mar 2023 03:21:46 GMT expires: - '-1' pragma: @@ -1292,8 +1289,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-01-02-preview response: @@ -1306,23 +1303,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1074' + - '1072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:19 GMT + - Thu, 16 Mar 2023 03:21:50 GMT expires: - '-1' pragma: @@ -1334,7 +1331,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1192' status: code: 201 message: Created @@ -1352,23 +1349,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:49 GMT + - Thu, 16 Mar 2023 03:22:20 GMT expires: - '-1' pragma: @@ -1400,23 +1397,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:19 GMT + - Thu, 16 Mar 2023 03:22:49 GMT expires: - '-1' pragma: @@ -1448,23 +1445,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:49 GMT + - Thu, 16 Mar 2023 03:23:20 GMT expires: - '-1' pragma: @@ -1496,23 +1493,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:20 GMT + - Thu, 16 Mar 2023 03:23:50 GMT expires: - '-1' pragma: @@ -1544,23 +1541,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:49 GMT + - Thu, 16 Mar 2023 03:24:20 GMT expires: - '-1' pragma: @@ -1592,23 +1589,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:19 GMT + - Thu, 16 Mar 2023 03:24:50 GMT expires: - '-1' pragma: @@ -1640,23 +1637,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:50 GMT + - Thu, 16 Mar 2023 03:25:21 GMT expires: - '-1' pragma: @@ -1688,23 +1685,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:20 GMT + - Thu, 16 Mar 2023 03:25:50 GMT expires: - '-1' pragma: @@ -1736,23 +1733,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:50 GMT + - Thu, 16 Mar 2023 03:26:20 GMT expires: - '-1' pragma: @@ -1784,24 +1781,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c4a0bb0-d6e5-4d03-8230-db24dba6a42d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b00b4a1c-e5d6-034d-8230-db24dba6a42d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:09:20.0600132Z\",\n \"endTime\": - \"2022-11-24T11:14:02.8543184Z\"\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:20 GMT + - Thu, 16 Mar 2023 03:26:50 GMT expires: - '-1' pragma: @@ -1833,35 +1829,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005\",\n - \ \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '1075' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:20 GMT + - Thu, 16 Mar 2023 03:27:20 GMT expires: - '-1' pragma: @@ -1883,71 +1867,33 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool delete + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --ignore-pod-disruption-budget --no-wait + - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n - \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n - \ \"name\": \"c000004\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005\",\n - \ \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }\n ]\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '3428' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:21 GMT + - Thu, 16 Mar 2023 03:27:50 GMT expires: - '-1' pragma: @@ -1969,120 +1915,81 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool delete + - aks nodepool add Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --resource-group --cluster-name --name --ignore-pod-disruption-budget --no-wait + - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-01-02-preview&ignore-pod-disruption-budget=true + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: '' + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b2e696e7-26b6-45a3-a4da-1e6424c5e4f0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '0' + - '125' + content-type: + - application/json date: - - Thu, 24 Nov 2022 11:14:22 GMT + - Thu, 16 Mar 2023 03:28:21 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b2e696e7-26b6-45a3-a4da-1e6424c5e4f0?api-version=2016-03-30 pragma: - no-cache server: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14994' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool delete + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --ignore-pod-disruption-budget + - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n - \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n - \ \"name\": \"c000004\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005\",\n - \ \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Deleting\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }\n ]\n }" + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: cache-control: - no-cache content-length: - - '3427' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:22 GMT + - Thu, 16 Mar 2023 03:28:51 GMT expires: - '-1' pragma: @@ -2104,51 +2011,765 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool delete + - aks nodepool add Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --resource-group --cluster-name --name --ignore-pod-disruption-budget + - --resource-group --cluster-name -c --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview&ignore-pod-disruption-budget=true + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 response: body: - string: '' + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33f717ff-2e40-45a3-a83a-520757813cc6?api-version=2016-03-30 cache-control: - no-cache content-length: - - '0' + - '125' + content-type: + - application/json date: - - Thu, 24 Nov 2022 11:14:22 GMT + - Thu, 16 Mar 2023 03:29:21 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/33f717ff-2e40-45a3-a83a-520757813cc6?api-version=2016-03-30 pragma: - no-cache server: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14997' status: - code: 202 - message: Accepted + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -c --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:29:51 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -c --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:30: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -c --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:30:51 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -c --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -c --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31:51 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -c --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -c --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/45f92a29-13c2-4d91-add2-f7a498b56f4e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"292af945-c213-914d-add2-f7a498b56f4e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:21:50.522348Z\",\n \"endTime\": + \"2023-03-16T03:32:51.5896725Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:51 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name -c --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005\",\n + \ \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '1073' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:51 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --ignore-pod-disruption-budget --no-wait + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview + response: + body: + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005\",\n + \ \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n + \ \"name\": \"c000004\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }\n ]\n }" + headers: + cache-control: + - no-cache + content-length: + - '3422' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:53 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --cluster-name --name --ignore-pod-disruption-budget --no-wait + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005?api-version=2023-01-02-preview&ignore-pod-disruption-budget=true + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/020359f0-f0db-4e40-ba85-d5a08ddd8e83?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 16 Mar 2023 03:32:53 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/020359f0-f0db-4e40-ba85-d5a08ddd8e83?api-version=2016-03-30 + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14996' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --ignore-pod-disruption-budget + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview + response: + body: + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000005\",\n + \ \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Deleting\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\",\n + \ \"name\": \"c000004\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }\n ]\n }" + headers: + cache-control: + - no-cache + content-length: + - '3421' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:54 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --cluster-name --name --ignore-pod-disruption-budget + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004?api-version=2023-01-02-preview&ignore-pod-disruption-budget=true + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e811c5bd-1ef6-4029-83f9-bb425295ac40?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 16 Mar 2023 03:32:54 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e811c5bd-1ef6-4029-83f9-bb425295ac40?api-version=2016-03-30 + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14989' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --ignore-pod-disruption-budget + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e811c5bd-1ef6-4029-83f9-bb425295ac40?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bdc511e8-f61e-2940-83f9-bb425295ac40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:32:54.5719973Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:33:24 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: @@ -2163,14 +2784,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --ignore-pod-disruption-budget User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33f717ff-2e40-45a3-a83a-520757813cc6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e811c5bd-1ef6-4029-83f9-bb425295ac40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ff17f733-402e-a345-a83a-520757813cc6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:14:23.5170229Z\"\n }" + string: "{\n \"name\": \"bdc511e8-f61e-2940-83f9-bb425295ac40\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:32:54.5719973Z\"\n }" headers: cache-control: - no-cache @@ -2179,7 +2800,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:53 GMT + - Thu, 16 Mar 2023 03:33:54 GMT expires: - '-1' pragma: @@ -2211,15 +2832,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --ignore-pod-disruption-budget User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33f717ff-2e40-45a3-a83a-520757813cc6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e811c5bd-1ef6-4029-83f9-bb425295ac40?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ff17f733-402e-a345-a83a-520757813cc6\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:14:23.5170229Z\",\n \"endTime\": - \"2022-11-24T11:15:19.9123999Z\"\n }" + string: "{\n \"name\": \"bdc511e8-f61e-2940-83f9-bb425295ac40\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:32:54.5719973Z\",\n \"endTime\": + \"2023-03-16T03:34:08.5228471Z\"\n }" headers: cache-control: - no-cache @@ -2228,7 +2849,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:23 GMT + - Thu, 16 Mar 2023 03:34:23 GMT expires: - '-1' pragma: @@ -2262,8 +2883,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2271,17 +2892,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1f83e61d-7e57-42b4-a7fb-acbe5c33612e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e824d039-f52b-4067-bfa8-4058468aefd4?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:15:25 GMT + - Thu, 16 Mar 2023 03:34:25 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/1f83e61d-7e57-42b4-a7fb-acbe5c33612e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e824d039-f52b-4067-bfa8-4058468aefd4?api-version=2016-03-30 pragma: - no-cache server: @@ -2291,7 +2912,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14994' + - '14991' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_get_upgrades.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_get_upgrades.yaml old mode 100644 new mode 100755 index b01679bf170..f44716dd9b9 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_get_upgrades.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_get_upgrades.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:19:47 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:02:45Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:19:48Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:02:45 GMT + - Thu, 16 Mar 2023 03:19:47 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesth2gptxgim-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestvwvm62wi6-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000003"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth2gptxgim-79a739\",\n \"fqdn\": \"cliakstest-clitesth2gptxgim-79a739-71acc27b.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth2gptxgim-79a739-71acc27b.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvwvm62wi6-79a739\",\n \"fqdn\": \"cliakstest-clitestvwvm62wi6-79a739-dhs8ay6f.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvwvm62wi6-79a739-dhs8ay6f.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3478' + - '3474' content-type: - application/json date: - - Thu, 24 Nov 2022 11:02:49 GMT + - Thu, 16 Mar 2023 03:19:51 GMT expires: - '-1' pragma: @@ -159,14 +204,638 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:20: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 create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:20:51 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:21:22 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:21:51 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:22:22 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:22:51 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:23:22 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:23:51 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:24:22 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:24:52 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:25:22 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:25:52 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:26:22 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: + - --resource-group --name --nodepool-name -c --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:19 GMT + - Thu, 16 Mar 2023 03:26:53 GMT expires: - '-1' pragma: @@ -207,14 +876,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +892,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:49 GMT + - Thu, 16 Mar 2023 03:27:22 GMT expires: - '-1' pragma: @@ -255,14 +924,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +940,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:19 GMT + - Thu, 16 Mar 2023 03:27:52 GMT expires: - '-1' pragma: @@ -303,14 +972,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +988,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:50 GMT + - Thu, 16 Mar 2023 03:28:22 GMT expires: - '-1' pragma: @@ -351,14 +1020,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +1036,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:20 GMT + - Thu, 16 Mar 2023 03:28:52 GMT expires: - '-1' pragma: @@ -399,14 +1068,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +1084,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:50 GMT + - Thu, 16 Mar 2023 03:29:23 GMT expires: - '-1' pragma: @@ -447,14 +1116,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +1132,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:20 GMT + - Thu, 16 Mar 2023 03:29:52 GMT expires: - '-1' pragma: @@ -495,14 +1164,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +1180,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:50 GMT + - Thu, 16 Mar 2023 03:30:22 GMT expires: - '-1' pragma: @@ -543,24 +1212,24 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bfe6f869-da5c-4fd1-b1ea-5a04103f93de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1616451b-1ac6-4d9e-bec1-13d895981db8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"69f8e6bf-5cda-d14f-b1ea-5a04103f93de\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:02:50.1134712Z\",\n \"endTime\": - \"2022-11-24T11:07:15.870723Z\"\n }" + string: "{\n \"name\": \"1b451616-c61a-9e4d-bec1-13d895981db8\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:19:51.7719399Z\",\n \"endTime\": + \"2023-03-16T03:30:50.8189991Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:20 GMT + - Thu, 16 Mar 2023 03:30:53 GMT expires: - '-1' pragma: @@ -592,8 +1261,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-name -c --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -602,30 +1271,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth2gptxgim-79a739\",\n \"fqdn\": \"cliakstest-clitesth2gptxgim-79a739-71acc27b.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth2gptxgim-79a739-71acc27b.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestvwvm62wi6-79a739\",\n \"fqdn\": \"cliakstest-clitestvwvm62wi6-79a739-dhs8ay6f.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvwvm62wi6-79a739-dhs8ay6f.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6aba0825-641a-4d48-8506-373ddf5a2ad1\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d462a637-2d24-44bf-a3b6-fe39059133b5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -646,11 +1315,11 @@ interactions: cache-control: - no-cache content-length: - - '4131' + - '4127' content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:20 GMT + - Thu, 16 Mar 2023 03:30:53 GMT expires: - '-1' pragma: @@ -682,26 +1351,26 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeProfiles/default?api-version=2023-01-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeProfiles/default\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools/upgradeProfiles\",\n - \ \"properties\": {\n \"kubernetesVersion\": \"1.23.12\",\n \"osType\": - \"Linux\",\n \"latestNodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\"\n + \ \"properties\": {\n \"kubernetesVersion\": \"1.24.9\",\n \"osType\": + \"Linux\",\n \"latestNodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\"\n \ }\n }" headers: cache-control: - no-cache content-length: - - '463' + - '462' content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:21 GMT + - Thu, 16 Mar 2023 03:30:53 GMT expires: - '-1' pragma: @@ -735,8 +1404,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -744,17 +1413,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/205b9425-ef8a-4500-8ebc-ba6e3e094740?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fe0d5ca4-636c-45d7-8e04-d9b2643ffea1?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:07:22 GMT + - Thu, 16 Mar 2023 03:30:54 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/205b9425-ef8a-4500-8ebc-ba6e3e094740?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/fe0d5ca4-636c-45d7-8e04-d9b2643ffea1?api-version=2016-03-30 pragma: - no-cache server: @@ -764,7 +1433,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14990' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_snapshot.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_snapshot.yaml old mode 100644 new mode 100755 index d3122ba44b3..8618683e5d9 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_snapshot.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_snapshot.yaml @@ -13,47 +13,45 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0 Python/3.10.8 - (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators\"\ - ,\n \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\"\ - ,\n \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\"\ - : \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\"\ - : [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\"\ - ,\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"\ - orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\ - \n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\"\ - ,\n \"orchestratorVersion\": \"1.23.15\",\n \"upgrades\": [\n \ - \ {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\"\ - ,\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n },\n \ - \ {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.24.6\",\n \"upgrades\": [\n {\n \"orchestratorType\"\ - : \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n },\n\ - \ {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.25.4\"\n },\n {\n \"orchestratorType\": \"Kubernetes\"\ - ,\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n },\n \ - \ {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \ - \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.25.4\"\n },\n {\n \"orchestratorType\": \"Kubernetes\"\ - ,\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n },\n \ - \ {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.25.4\",\n \"upgrades\": [\n {\n \"orchestratorType\"\ - : \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n },\n\ - \ {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n\ - \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\"\ - : \"1.25.5\",\n \"upgrades\": [\n {\n \"orchestratorType\"\ - : \"Kubernetes\",\n \"orchestratorVersion\": \"1.26.0\",\n \"\ - isPreview\": true\n }\n ]\n },\n {\n \"orchestratorType\"\ - : \"Kubernetes\",\n \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\"\ - : true\n }\n ]\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators\",\n + \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n + \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": + [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n + \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n + \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n + \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n + \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n + \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n + \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n + \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache @@ -62,7 +60,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:17:02 GMT + - Thu, 16 Mar 2023 03:19:44 GMT expires: - '-1' pragma: @@ -80,9 +78,55 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:19:43 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestn4am7m6ag-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestazgdyidiy-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -90,12 +134,12 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "disableLocalAccounts": false, "storageProfile": {}}}' + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, + "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", + "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false, "storageProfile": {}}}' headers: Accept: - application/json @@ -106,74 +150,70 @@ interactions: Connection: - keep-alive Content-Length: - - '1907' + - '1578' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\"\ - : \"1.24.9\",\n \"dnsPrefix\": \"cliakstest-clitestn4am7m6ag-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestn4am7m6ag-8ecadf-9dc8c634.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestn4am7m6ag-8ecadf-9dc8c634.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\"\ - : {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\"\ - ,\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"\ - count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestazgdyidiy-79a739\",\n \"fqdn\": \"cliakstest-clitestazgdyidiy-79a739-nsxt0f7m.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestazgdyidiy-79a739-nsxt0f7m.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": + false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": + {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/7a2125be-e640-4d8e-b1a8-61f5245b1633?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3802' + - '3474' content-type: - application/json date: - - Tue, 21 Feb 2023 17:17:08 GMT + - Thu, 16 Mar 2023 03:19:47 GMT expires: - '-1' pragma: @@ -185,7 +225,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 201 message: Created @@ -204,23 +244,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a2125be-e640-4d8e-b1a8-61f5245b1633?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be25217a-40e6-8e4d-b1a8-61f5245b1633\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:17:08.787397Z\"\n }" + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:17:38 GMT + - Thu, 16 Mar 2023 03:20:18 GMT expires: - '-1' pragma: @@ -253,23 +293,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a2125be-e640-4d8e-b1a8-61f5245b1633?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be25217a-40e6-8e4d-b1a8-61f5245b1633\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:17:08.787397Z\"\n }" + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:18:08 GMT + - Thu, 16 Mar 2023 03:20:47 GMT expires: - '-1' pragma: @@ -302,23 +342,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a2125be-e640-4d8e-b1a8-61f5245b1633?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be25217a-40e6-8e4d-b1a8-61f5245b1633\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:17:08.787397Z\"\n }" + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:18:38 GMT + - Thu, 16 Mar 2023 03:21:17 GMT expires: - '-1' pragma: @@ -351,23 +391,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a2125be-e640-4d8e-b1a8-61f5245b1633?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be25217a-40e6-8e4d-b1a8-61f5245b1633\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:17:08.787397Z\"\n }" + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:19:08 GMT + - Thu, 16 Mar 2023 03:21:48 GMT expires: - '-1' pragma: @@ -400,23 +440,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a2125be-e640-4d8e-b1a8-61f5245b1633?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be25217a-40e6-8e4d-b1a8-61f5245b1633\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:17:08.787397Z\"\n }" + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:19:39 GMT + - Thu, 16 Mar 2023 03:22:18 GMT expires: - '-1' pragma: @@ -449,23 +489,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a2125be-e640-4d8e-b1a8-61f5245b1633?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be25217a-40e6-8e4d-b1a8-61f5245b1633\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:17:08.787397Z\"\n }" + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:20:09 GMT + - Thu, 16 Mar 2023 03:22:47 GMT expires: - '-1' pragma: @@ -498,24 +538,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a2125be-e640-4d8e-b1a8-61f5245b1633?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be25217a-40e6-8e4d-b1a8-61f5245b1633\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-02-21T17:17:08.787397Z\",\n \"\ - endTime\": \"2023-02-21T17:20:20.5105734Z\"\n }" + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:20:39 GMT + - Thu, 16 Mar 2023 03:23:18 GMT expires: - '-1' pragma: @@ -548,70 +587,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\"\ - : \"1.24.9\",\n \"dnsPrefix\": \"cliakstest-clitestn4am7m6ag-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestn4am7m6ag-8ecadf-9dc8c634.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestn4am7m6ag-8ecadf-9dc8c634.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n\ - \ \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b046dd3a-1d08-4bdb-880c-482d7901528d\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '4455' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:20:40 GMT + - Thu, 16 Mar 2023 03:23:48 GMT expires: - '-1' pragma: @@ -633,38 +625,93 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Thu, 16 Mar 2023 03:24:18 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 nodepool snapshot create + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --name --location --nodepool-id -o + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.8 - (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"cause":"automation","date":"2023-02-21T17:17:01Z","deletion_due_time":"1677259080","deletion_marked_by":"gc","product":"azurecli"},"properties":{"provisioningState":"Succeeded"}}' + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" headers: cache-control: - no-cache content-length: - - '364' + - '126' content-type: - - application/json; charset=utf-8 + - application/json date: - - Tue, 21 Feb 2023 17:20:40 GMT + - Thu, 16 Mar 2023 03:24:48 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: @@ -673,52 +720,861 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"creationData": {"sourceResourceId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004"}, - "snapshotType": "NodePool"}}' + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:25:18 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: + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Thu, 16 Mar 2023 03:25:48 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 nodepool snapshot create + - aks create Connection: - keep-alive - Content-Length: - - '278' - Content-Type: + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:26:18 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: + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Thu, 16 Mar 2023 03:26:49 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: + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/05f8ebb2-a16c-4718-8e28-c2734b0b345a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b2ebf805-6ca1-1847-8e28-c2734b0b345a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:19:47.9438024Z\",\n \"endTime\": + \"2023-03-16T03:26:52.1532039Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:18 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: + - --resource-group --name --location --nodepool-name --node-count --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestazgdyidiy-79a739\",\n \"fqdn\": \"cliakstest-clitestazgdyidiy-79a739-nsxt0f7m.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestazgdyidiy-79a739-nsxt0f7m.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ce5a49c9-1fa6-4d4c-abfb-6bd51537b29a\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: + - '4127' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:19 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool snapshot create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-id -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:19:43Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '305' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:27:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "westus2", "properties": {"creationData": {"sourceResourceId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004"}, + "snapshotType": "NodePool"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool snapshot create + Connection: + - keep-alive + Content-Length: + - '278' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --nodepool-id -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-01-02-preview + response: + body: + string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n + \ \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\": \"westus2\",\n + \ \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:27:20.1091046Z\",\n + \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:27:20.1091046Z\"\n + \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\n + \ },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": \"1.24.9\",\n + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"osType\": + \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": \"Standard_DS2_v2\"\n + \ }\n }" + headers: + cache-control: + - no-cache + content-length: + - '1013' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:19 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 + x-ms-ratelimit-remaining-subscription-writes: + - '1193' + 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 --yes --no-wait + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/258d03f9-ef79-432b-b9e2-c98f72d5c48a?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 16 Mar 2023 03:27:20 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/258d03f9-ef79-432b-b9e2-c98f72d5c48a?api-version=2016-03-30 + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool snapshot show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-01-02-preview + response: + body: + string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n + \ \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\": \"westus2\",\n + \ \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:27:20.1091046Z\",\n + \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:27:20.1091046Z\"\n + \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\n + \ },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": \"1.24.9\",\n + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"osType\": + \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": \"Standard_DS2_v2\"\n + \ }\n }" + headers: + cache-control: + - no-cache + content-length: + - '1013' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:20 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool snapshot list + Connection: + - keep-alive + ParameterSetName: + - --resource-group -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots?api-version=2023-01-02-preview + response: + body: + string: "{\n \"value\": [\n {\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n + \ \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\": + \"westus2\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:27:20.1091046Z\",\n + \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:27:20.1091046Z\"\n + \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\n + \ },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": + \"1.24.9\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"osType\": \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": + \"Standard_DS2_v2\"\n }\n }\n ]\n }" + headers: + cache-control: + - no-cache + content-length: + - '1086' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27: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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count --snapshot-id + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000003'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:27:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count --snapshot-id + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-01-02-preview + response: + body: + string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n + \ \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\": \"westus2\",\n + \ \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:27:20.1091046Z\",\n + \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:27:20.1091046Z\"\n + \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\n + \ },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": \"1.24.9\",\n + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"osType\": + \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": \"Standard_DS2_v2\"\n + \ }\n }" + headers: + cache-control: + - no-cache + content-length: + - '1013' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27: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: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "1.24.9", "dnsPrefix": "cliakstest-clitestazgdyidiy-79a739", + "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": + 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "osSKU": "Ubuntu", + "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", + "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "enableNodePublicIP": + false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": + "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "creationData": {"sourceResourceId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006"}, + "networkProfile": {}, "name": "c000004"}], "linuxProfile": {"adminUsername": + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, + "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", + "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false, "storageProfile": {}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + Content-Length: + - '1786' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count --snapshot-id + --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000003\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestazgdyidiy-79a739\",\n \"fqdn\": \"cliakstest-clitestazgdyidiy-79a739-2t5rlo8m.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestazgdyidiy-79a739-2t5rlo8m.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"creationData\": {\n \"sourceResourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\n + \ },\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n + \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000003_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": + false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": + {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '3669' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive ParameterSetName: - - --resource-group --name --location --nodepool-id -o + - --resource-group --name --location --nodepool-name --node-count --snapshot-id + --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - ,\n \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\":\ - \ \"westus2\",\n \"systemData\": {\n \"createdBy\": \"charlili@microsoft.com\"\ - ,\n \"createdByType\": \"User\",\n \"createdAt\": \"2023-02-21T17:20:42.1462432Z\"\ - ,\n \"lastModifiedBy\": \"charlili@microsoft.com\",\n \"lastModifiedByType\"\ - : \"User\",\n \"lastModifiedAt\": \"2023-02-21T17:20:42.1462432Z\"\n },\n\ - \ \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\ - \n },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": \"\ - 1.24.9\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"osType\": \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": \"\ - Standard_DS2_v2\"\n }\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache content-length: - - '971' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:20:42 GMT + - Thu, 16 Mar 2023 03:27:55 GMT expires: - '-1' pragma: @@ -733,8 +1589,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: code: 200 message: OK @@ -742,92 +1596,83 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks delete + - aks create Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - -g -n --yes --no-wait + - --resource-group --name --location --nodepool-name --node-count --snapshot-id + --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: '' + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cc73edc1-cea0-49c9-8597-0a3a9d065c9c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '0' + - '126' + content-type: + - application/json date: - - Tue, 21 Feb 2023 17:20:43 GMT + - Thu, 16 Mar 2023 03:28:24 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/cc73edc1-cea0-49c9-8597-0a3a9d065c9c?api-version=2016-03-30 pragma: - no-cache server: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool snapshot show + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --name -o + - --resource-group --name --location --nodepool-name --node-count --snapshot-id + --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - ,\n \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\":\ - \ \"westus2\",\n \"systemData\": {\n \"createdBy\": \"charlili@microsoft.com\"\ - ,\n \"createdByType\": \"User\",\n \"createdAt\": \"2023-02-21T17:20:42.1462432Z\"\ - ,\n \"lastModifiedBy\": \"charlili@microsoft.com\",\n \"lastModifiedByType\"\ - : \"User\",\n \"lastModifiedAt\": \"2023-02-21T17:20:42.1462432Z\"\n },\n\ - \ \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\ - \n },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": \"\ - 1.24.9\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"osType\": \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": \"\ - Standard_DS2_v2\"\n }\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache content-length: - - '971' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:20:43 GMT + - Thu, 16 Mar 2023 03:28:55 GMT expires: - '-1' pragma: @@ -849,44 +1694,34 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool snapshot list + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group -o + - --resource-group --name --location --nodepool-name --node-count --snapshot-id + --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"value\": [\n {\n \"name\": \"s000006\",\n \"id\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - ,\n \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\"\ - : \"westus2\",\n \"systemData\": {\n \"createdBy\": \"charlili@microsoft.com\"\ - ,\n \"createdByType\": \"User\",\n \"createdAt\": \"2023-02-21T17:20:42.1462432Z\"\ - ,\n \"lastModifiedBy\": \"charlili@microsoft.com\",\n \"lastModifiedByType\"\ - : \"User\",\n \"lastModifiedAt\": \"2023-02-21T17:20:42.1462432Z\"\n \ - \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\"\ - : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\ - \n },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\"\ - : \"1.24.9\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"osType\": \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\"\ - : \"Standard_DS2_v2\"\n }\n }\n ]\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache content-length: - - '1044' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:20:44 GMT + - Thu, 16 Mar 2023 03:29:25 GMT expires: - '-1' pragma: @@ -908,7 +1743,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -919,33 +1754,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - ,\n \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\":\ - \ \"westus2\",\n \"systemData\": {\n \"createdBy\": \"charlili@microsoft.com\"\ - ,\n \"createdByType\": \"User\",\n \"createdAt\": \"2023-02-21T17:20:42.1462432Z\"\ - ,\n \"lastModifiedBy\": \"charlili@microsoft.com\",\n \"lastModifiedByType\"\ - : \"User\",\n \"lastModifiedAt\": \"2023-02-21T17:20:42.1462432Z\"\n },\n\ - \ \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\ - \n },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": \"\ - 1.24.9\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"osType\": \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": \"\ - Standard_DS2_v2\"\n }\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache content-length: - - '971' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:20:45 GMT + - Thu, 16 Mar 2023 03:29:55 GMT expires: - '-1' pragma: @@ -964,102 +1789,37 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.24.9", "dnsPrefix": "cliakstest-clitestn4am7m6ag-8ecadf", - "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": - 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "osSKU": "Ubuntu", - "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", - "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "enableNodePublicIP": - false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": - false, "enableUltraSSD": false, "enableFIPS": false, "creationData": {"sourceResourceId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006"}, - "networkProfile": {}, "name": "c000004"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "disableLocalAccounts": false, "storageProfile": {}}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - aks create Connection: - keep-alive - Content-Length: - - '2115' - Content-Type: - - application/json ParameterSetName: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000003\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\"\ - : \"1.24.9\",\n \"dnsPrefix\": \"cliakstest-clitestn4am7m6ag-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestn4am7m6ag-8ecadf-bbcbc9da.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestn4am7m6ag-8ecadf-bbcbc9da.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"creationData\": {\n \"sourceResourceId\"\ - : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - \n },\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\"\ - : {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westus2\",\n\ - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\"\ - : {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\"\ - ,\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"\ - count\": 1\n },\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3997' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:20:50 GMT + - Thu, 16 Mar 2023 03:30:25 GMT expires: - '-1' pragma: @@ -1068,13 +1828,15 @@ interactions: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -1090,14 +1852,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache @@ -1106,7 +1868,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:21:20 GMT + - Thu, 16 Mar 2023 03:30:56 GMT expires: - '-1' pragma: @@ -1139,14 +1901,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache @@ -1155,7 +1917,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:21:50 GMT + - Thu, 16 Mar 2023 03:31:26 GMT expires: - '-1' pragma: @@ -1188,14 +1950,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache @@ -1204,7 +1966,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:22:21 GMT + - Thu, 16 Mar 2023 03:31:55 GMT expires: - '-1' pragma: @@ -1237,14 +1999,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache @@ -1253,7 +2015,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:22:51 GMT + - Thu, 16 Mar 2023 03:32:25 GMT expires: - '-1' pragma: @@ -1286,14 +2048,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache @@ -1302,7 +2064,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:23:21 GMT + - Thu, 16 Mar 2023 03:32:55 GMT expires: - '-1' pragma: @@ -1335,14 +2097,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache @@ -1351,7 +2113,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:23:51 GMT + - Thu, 16 Mar 2023 03:33:25 GMT expires: - '-1' pragma: @@ -1384,14 +2146,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache @@ -1400,7 +2162,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:24:21 GMT + - Thu, 16 Mar 2023 03:33:56 GMT expires: - '-1' pragma: @@ -1433,14 +2195,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\"\n }" headers: cache-control: - no-cache @@ -1449,7 +2211,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:24:51 GMT + - Thu, 16 Mar 2023 03:34:26 GMT expires: - '-1' pragma: @@ -1482,24 +2244,24 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/89f321f1-f52c-4043-b439-abb0b5c7f4c9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6ce63f3f-73cc-4d9d-a2b6-b9afb7b55609?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f121f389-2cf5-4340-b439-abb0b5c7f4c9\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-02-21T17:20:50.8801801Z\",\n \"\ - endTime\": \"2023-02-21T17:25:05.8834663Z\"\n }" + string: "{\n \"name\": \"3f3fe66c-cc73-9d4d-a2b6-b9afb7b55609\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:27:25.5237869Z\",\n \"endTime\": + \"2023-03-16T03:34:40.866246Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Tue, 21 Feb 2023 17:25:21 GMT + - Thu, 16 Mar 2023 03:34:56 GMT expires: - '-1' pragma: @@ -1532,71 +2294,67 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --snapshot-id --ssh-key-value -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000003\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\"\ - : \"1.24.9\",\n \"dnsPrefix\": \"cliakstest-clitestn4am7m6ag-8ecadf\",\n\ - \ \"fqdn\": \"cliakstest-clitestn4am7m6ag-8ecadf-bbcbc9da.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliakstest-clitestn4am7m6ag-8ecadf-bbcbc9da.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\"\ - ,\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"creationData\": {\n \"sourceResourceId\"\ - : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - \n },\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\"\ - : {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ==\ - \ test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westus2\",\n\ - \ \"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_clitest000001_cliakstest000003_westus2/providers/Microsoft.Network/publicIPAddresses/b697866d-1429-403d-b861-8e5b7441c7ac\"\ - \n }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\ - \n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\"\ - : [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000003_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000003-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"disableLocalAccounts\"\ - : false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\"\ - : {\n \"enabled\": true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\"\ - : {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"\ - enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\"\ - : false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000003\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestazgdyidiy-79a739\",\n \"fqdn\": \"cliakstest-clitestazgdyidiy-79a739-2t5rlo8m.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestazgdyidiy-79a739-2t5rlo8m.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"creationData\": {\n \"sourceResourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\n + \ },\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n + \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000003_westus2\",\n \"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_clitest000001_cliakstest000003_westus2/providers/Microsoft.Network/publicIPAddresses/c8092f1c-dd0d-4273-8c9d-281382f1c464\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000003_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000003-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4650' + - '4322' content-type: - application/json date: - - Tue, 21 Feb 2023 17:25:22 GMT + - Thu, 16 Mar 2023 03:34:56 GMT expires: - '-1' pragma: @@ -1628,28 +2386,27 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools?api-version=2023-01-02-preview response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000004\"\ - ,\n \"name\": \"c000004\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"\ - kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n\ - \ \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\"\ - ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804gen2containerd-2023.01.26\",\n \"upgradeSettings\":\ - \ {},\n \"enableFIPS\": false,\n \"creationData\": {\n \"sourceResourceId\"\ - : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - \n },\n \"networkProfile\": {}\n }\n }\n ]\n }" + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000004\",\n + \ \"name\": \"c000004\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"creationData\": + {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\n + \ },\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache @@ -1658,7 +2415,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:25:23 GMT + - Thu, 16 Mar 2023 03:34:57 GMT expires: - '-1' pragma: @@ -1690,33 +2447,33 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - ,\n \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\":\ - \ \"westus2\",\n \"systemData\": {\n \"createdBy\": \"charlili@microsoft.com\"\ - ,\n \"createdByType\": \"User\",\n \"createdAt\": \"2023-02-21T17:20:42.1462432Z\"\ - ,\n \"lastModifiedBy\": \"charlili@microsoft.com\",\n \"lastModifiedByType\"\ - : \"User\",\n \"lastModifiedAt\": \"2023-02-21T17:20:42.1462432Z\"\n },\n\ - \ \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"\ - /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\ - \n },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": \"\ - 1.24.9\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"osType\": \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": \"\ - Standard_DS2_v2\"\n }\n }" + string: "{\n \"name\": \"s000006\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\",\n + \ \"type\": \"Microsoft.ContainerService/Snapshots\",\n \"location\": \"westus2\",\n + \ \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:27:20.1091046Z\",\n + \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:27:20.1091046Z\"\n + \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000004\"\n + \ },\n \"snapshotType\": \"NodePool\",\n \"kubernetesVersion\": \"1.24.9\",\n + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"osType\": + \"Linux\",\n \"osSku\": \"Ubuntu\",\n \"vmSize\": \"Standard_DS2_v2\"\n + \ }\n }" headers: cache-control: - no-cache content-length: - - '971' + - '1013' content-type: - application/json date: - - Tue, 21 Feb 2023 17:25:24 GMT + - Thu, 16 Mar 2023 03:34:58 GMT expires: - '-1' pragma: @@ -1760,30 +2517,30 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005\"\ - ,\n \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\"\ - : \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n\ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"\ - enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\"\ - : \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"creationData\"\ - : {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - \n },\n \"networkProfile\": {}\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005\",\n + \ \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"creationData\": + {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\n + \ },\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e496b98-bad9-4b77-9d62-d5d9e002bcc0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -1791,7 +2548,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:25:28 GMT + - Thu, 16 Mar 2023 03:35:01 GMT expires: - '-1' pragma: @@ -1803,7 +2560,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' status: code: 201 message: Created @@ -1821,14 +2578,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e496b98-bad9-4b77-9d62-d5d9e002bcc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"986b495e-d9ba-774b-9d62-d5d9e002bcc0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:25:28.3983879Z\"\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache @@ -1837,7 +2594,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:25:58 GMT + - Thu, 16 Mar 2023 03:35:31 GMT expires: - '-1' pragma: @@ -1869,14 +2626,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e496b98-bad9-4b77-9d62-d5d9e002bcc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"986b495e-d9ba-774b-9d62-d5d9e002bcc0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:25:28.3983879Z\"\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache @@ -1885,7 +2642,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:26:28 GMT + - Thu, 16 Mar 2023 03:36:02 GMT expires: - '-1' pragma: @@ -1917,14 +2674,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e496b98-bad9-4b77-9d62-d5d9e002bcc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"986b495e-d9ba-774b-9d62-d5d9e002bcc0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:25:28.3983879Z\"\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache @@ -1933,7 +2690,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:26:58 GMT + - Thu, 16 Mar 2023 03:36:32 GMT expires: - '-1' pragma: @@ -1965,14 +2722,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e496b98-bad9-4b77-9d62-d5d9e002bcc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"986b495e-d9ba-774b-9d62-d5d9e002bcc0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:25:28.3983879Z\"\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache @@ -1981,7 +2738,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:27:29 GMT + - Thu, 16 Mar 2023 03:37:02 GMT expires: - '-1' pragma: @@ -2013,14 +2770,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e496b98-bad9-4b77-9d62-d5d9e002bcc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"986b495e-d9ba-774b-9d62-d5d9e002bcc0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:25:28.3983879Z\"\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache @@ -2029,7 +2786,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:27:58 GMT + - Thu, 16 Mar 2023 03:37:31 GMT expires: - '-1' pragma: @@ -2061,14 +2818,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e496b98-bad9-4b77-9d62-d5d9e002bcc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"986b495e-d9ba-774b-9d62-d5d9e002bcc0\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2023-02-21T17:25:28.3983879Z\"\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache @@ -2077,7 +2834,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:28:28 GMT + - Thu, 16 Mar 2023 03:38:02 GMT expires: - '-1' pragma: @@ -2109,24 +2866,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5e496b98-bad9-4b77-9d62-d5d9e002bcc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"986b495e-d9ba-774b-9d62-d5d9e002bcc0\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-02-21T17:25:28.3983879Z\",\n \"\ - endTime\": \"2023-02-21T17:28:45.8434376Z\"\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:28:59 GMT + - Thu, 16 Mar 2023 03:38:32 GMT expires: - '-1' pragma: @@ -2158,36 +2914,71 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005\"\ - ,\n \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\"\ - : \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n\ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"\ - enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\"\ - : \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"creationData\"\ - : {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - \n },\n \"networkProfile\": {}\n }\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache content-length: - - '1262' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:39:02 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --snapshot-id -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:28:59 GMT + - Thu, 16 Mar 2023 03:39:32 GMT expires: - '-1' pragma: @@ -2208,70 +2999,99 @@ interactions: - request: body: null headers: - AKSSnapshotId: - - /subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/clitestn4am7m6ag6/providers/Microsoft.ContainerService/snapshots/snge2qhl7jwuqivx Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --snapshot-id -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Thu, 16 Mar 2023 03:40:02 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 nodepool upgrade + - aks nodepool add Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --resource-group --cluster-name -n --node-image-only --snapshot-id -o + - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005/upgradeNodeImageVersion?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005\"\ - ,\n \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\"\ - : \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n\ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"UpgradingNodeImageVersion\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"\ - enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\"\ - : \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"creationData\"\ - : {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - \n },\n \"networkProfile\": {}\n }\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff3793f3-8a43-4242-8731-4ffdd40180de?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1278' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:29:00 GMT + - Thu, 16 Mar 2023 03:40:33 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/ff3793f3-8a43-4242-8731-4ffdd40180de?api-version=2016-03-30 pragma: - no-cache server: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -2280,30 +3100,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name -n --node-image-only --snapshot-id -o + - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ff3793f3-8a43-4242-8731-4ffdd40180de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f39337ff-438a-4242-8731-4ffdd40180de\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2023-02-21T17:29:01.6623348Z\",\n \"\ - endTime\": \"2023-02-21T17:29:16.2199646Z\"\n }" + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:29:31 GMT + - Thu, 16 Mar 2023 03:41:03 GMT expires: - '-1' pragma: @@ -2329,76 +3148,130 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name -n --node-image-only --snapshot-id -o + - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/ff3793f3-8a43-4242-8731-4ffdd40180de?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 response: body: - string: '' + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\"\n }" headers: cache-control: - no-cache + content-length: + - '126' content-type: - application/json date: - - Tue, 21 Feb 2023 17:29:31 GMT + - Thu, 16 Mar 2023 03:41:33 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/ff3793f3-8a43-4242-8731-4ffdd40180de?api-version=2016-03-30 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: 204 - message: No Content + code: 200 + message: OK - request: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count --snapshot-id -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ff0559b-e973-43b0-9cbc-65f05ba19739?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9b55f01f-73e9-b043-9cbc-65f05ba19739\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:35:02.0568524Z\",\n \"endTime\": + \"2023-03-16T03:41:34.861067Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: - application/json + date: + - Thu, 16 Mar 2023 03:42:02 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 nodepool show + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name -n + - --resource-group --cluster-name --name --node-count --snapshot-id -o User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005?api-version=2023-01-02-preview response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005\"\ - ,\n \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\"\ - : \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n\ - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\"\ - : false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"\ - enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\"\ - : \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.01.26\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"creationData\"\ - : {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\ - \n },\n \"networkProfile\": {}\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003/agentPools/c000005\",\n + \ \"name\": \"c000005\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"creationData\": + {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006\"\n + \ },\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache @@ -2407,7 +3280,7 @@ interactions: content-type: - application/json date: - - Tue, 21 Feb 2023 17:29:32 GMT + - Thu, 16 Mar 2023 03:42:03 GMT expires: - '-1' pragma: @@ -2441,8 +3314,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -2450,17 +3323,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/81c53808-9229-4494-9d2f-6e4f3a496679?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/70da3660-c946-44b0-be02-9443ee82d7a9?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Tue, 21 Feb 2023 17:29:34 GMT + - Thu, 16 Mar 2023 03:42:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/81c53808-9229-4494-9d2f-6e4f3a496679?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/70da3660-c946-44b0-be02-9443ee82d7a9?api-version=2016-03-30 pragma: - no-cache server: @@ -2470,7 +3343,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted @@ -2490,8 +3363,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.45.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/21.1.0b - Python/3.10.8 (Linux-5.4.0-1055-azure-x86_64-with) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/snapshots/s000006?api-version=2023-01-02-preview response: @@ -2503,7 +3376,7 @@ interactions: content-length: - '0' date: - - Tue, 21 Feb 2023 17:29:37 GMT + - Thu, 16 Mar 2023 03:42:04 GMT expires: - '-1' pragma: @@ -2515,7 +3388,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14996' status: code: 200 message: OK diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_stop_and_start.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_stop_and_start.yaml old mode 100644 new mode 100755 index cc9168fa556..2703b7cb6a4 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_stop_and_start.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_stop_and_start.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:16:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:03:09Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:16:28Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:03:10 GMT + - Thu, 16 Mar 2023 03:16:27 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesturr64aszo-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest7yk2xdusv-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesturr64aszo-79a739\",\n \"fqdn\": \"cliakstest-clitesturr64aszo-79a739-9396b9e8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesturr64aszo-79a739-9396b9e8.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest7yk2xdusv-79a739\",\n \"fqdn\": \"cliakstest-clitest7yk2xdusv-79a739-byqnq0vb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7yk2xdusv-79a739-byqnq0vb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:13 GMT + - Thu, 16 Mar 2023 03:16:31 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1191' status: code: 201 message: Created @@ -159,14 +204,206 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:17:01 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:17:32 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:18:01 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:18:32 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +412,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:03:43 GMT + - Thu, 16 Mar 2023 03:19:01 GMT expires: - '-1' pragma: @@ -207,14 +444,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +460,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:14 GMT + - Thu, 16 Mar 2023 03:19:32 GMT expires: - '-1' pragma: @@ -255,14 +492,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +508,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:04:43 GMT + - Thu, 16 Mar 2023 03:20:02 GMT expires: - '-1' pragma: @@ -303,14 +540,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +556,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:13 GMT + - Thu, 16 Mar 2023 03:20:32 GMT expires: - '-1' pragma: @@ -351,14 +588,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:05:43 GMT + - Thu, 16 Mar 2023 03:21:02 GMT expires: - '-1' pragma: @@ -399,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:14 GMT + - Thu, 16 Mar 2023 03:21:33 GMT expires: - '-1' pragma: @@ -447,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:44 GMT + - Thu, 16 Mar 2023 03:22:02 GMT expires: - '-1' pragma: @@ -495,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:14 GMT + - Thu, 16 Mar 2023 03:22:32 GMT expires: - '-1' pragma: @@ -543,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -559,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:44 GMT + - Thu, 16 Mar 2023 03:23:02 GMT expires: - '-1' pragma: @@ -591,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:14 GMT + - Thu, 16 Mar 2023 03:23:32 GMT expires: - '-1' pragma: @@ -639,15 +876,15 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6d78549-c7a9-42e0-bafc-6ff20f444c90?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6938e8e3-fdda-40b6-bdd4-59d953431b1c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4985d7a6-a9c7-e042-bafc-6ff20f444c90\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:03:13.9901718Z\",\n \"endTime\": - \"2022-11-24T11:08:22.8624122Z\"\n }" + string: "{\n \"name\": \"e3e83869-dafd-b640-bdd4-59d953431b1c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:16:31.9117896Z\",\n \"endTime\": + \"2023-03-16T03:23:59.1141203Z\"\n }" headers: cache-control: - no-cache @@ -656,7 +893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:44 GMT + - Thu, 16 Mar 2023 03:24:03 GMT expires: - '-1' pragma: @@ -688,8 +925,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -698,30 +935,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesturr64aszo-79a739\",\n \"fqdn\": \"cliakstest-clitesturr64aszo-79a739-9396b9e8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesturr64aszo-79a739-9396b9e8.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest7yk2xdusv-79a739\",\n \"fqdn\": \"cliakstest-clitest7yk2xdusv-79a739-byqnq0vb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7yk2xdusv-79a739-byqnq0vb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2f1d5962-28ea-43d5-bbfc-da24c14e0ce0\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f00f0a93-2b7a-49fa-a7fe-7ce024aeca42\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -742,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:45 GMT + - Thu, 16 Mar 2023 03:24:03 GMT expires: - '-1' pragma: @@ -778,8 +1015,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -791,22 +1028,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1140' + - '1138' content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:45 GMT + - Thu, 16 Mar 2023 03:24:03 GMT expires: - '-1' pragma: @@ -848,8 +1085,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -862,23 +1099,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2796437-60c4-43f3-a343-35aac9936507?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1074' + - '1072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:49 GMT + - Thu, 16 Mar 2023 03:24:07 GMT expires: - '-1' pragma: @@ -890,7 +1127,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1194' status: code: 201 message: Created @@ -908,14 +1145,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2796437-60c4-43f3-a343-35aac9936507?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"376479c2-c460-f343-a343-35aac9936507\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:49.6831686Z\"\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache @@ -924,7 +1161,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:19 GMT + - Thu, 16 Mar 2023 03:24:36 GMT expires: - '-1' pragma: @@ -956,14 +1193,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2796437-60c4-43f3-a343-35aac9936507?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"376479c2-c460-f343-a343-35aac9936507\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:49.6831686Z\"\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache @@ -972,7 +1209,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:49 GMT + - Thu, 16 Mar 2023 03:25:07 GMT expires: - '-1' pragma: @@ -1004,14 +1241,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2796437-60c4-43f3-a343-35aac9936507?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"376479c2-c460-f343-a343-35aac9936507\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:49.6831686Z\"\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache @@ -1020,7 +1257,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:20 GMT + - Thu, 16 Mar 2023 03:25:37 GMT expires: - '-1' pragma: @@ -1052,14 +1289,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2796437-60c4-43f3-a343-35aac9936507?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"376479c2-c460-f343-a343-35aac9936507\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:49.6831686Z\"\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache @@ -1068,7 +1305,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:49 GMT + - Thu, 16 Mar 2023 03:26:06 GMT expires: - '-1' pragma: @@ -1100,14 +1337,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2796437-60c4-43f3-a343-35aac9936507?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"376479c2-c460-f343-a343-35aac9936507\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:49.6831686Z\"\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache @@ -1116,7 +1353,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:19 GMT + - Thu, 16 Mar 2023 03:26:37 GMT expires: - '-1' pragma: @@ -1148,14 +1385,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2796437-60c4-43f3-a343-35aac9936507?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"376479c2-c460-f343-a343-35aac9936507\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:08:49.6831686Z\"\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache @@ -1164,7 +1401,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:49 GMT + - Thu, 16 Mar 2023 03:27:07 GMT expires: - '-1' pragma: @@ -1196,24 +1433,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c2796437-60c4-43f3-a343-35aac9936507?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"376479c2-c460-f343-a343-35aac9936507\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:08:49.6831686Z\",\n \"endTime\": - \"2022-11-24T11:11:52.1315655Z\"\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:19 GMT + - Thu, 16 Mar 2023 03:27:37 GMT expires: - '-1' pragma: @@ -1245,35 +1481,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n - \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache content-length: - - '1075' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:19 GMT + - Thu, 16 Mar 2023 03:28:07 GMT expires: - '-1' pragma: @@ -1295,58 +1519,33 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool stop + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --nodepool-name --aks-custom-headers + - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n - \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n - \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }\n ]\n }" + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" headers: cache-control: - no-cache content-length: - - '2286' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:20 GMT + - Thu, 16 Mar 2023 03:28:37 GMT expires: - '-1' pragma: @@ -1368,23 +1567,168 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool stop + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --nodepool-name --aks-custom-headers + - --resource-group --cluster-name --name --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:29:08 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:29:37 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/804d5bbd-cb72-4831-b0b1-3d8275c966fa?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bd5b4d80-72cb-3148-b0b1-3d8275c966fa\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:24:07.5697119Z\",\n \"endTime\": + \"2023-03-16T03:30:06.8450872Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:30:08 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-count + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n \ \"properties\": {\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1392,21 +1736,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1075' + - '1073' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:21 GMT + - Thu, 16 Mar 2023 03:30:08 GMT expires: - '-1' pragma: @@ -1425,16 +1769,8 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"count": 2, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": - 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", - "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, - "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": "User", - "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": {"code": - "Stopped"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": - false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' + body: null headers: - AKSHTTPCustomFeatures: - - Microsoft.ContainerService/PreviewStartStopAgentPool Accept: - application/json Accept-Encoding: @@ -1443,44 +1779,111 @@ interactions: - aks nodepool stop Connection: - keep-alive - Content-Length: - - '575' - Content-Type: + ParameterSetName: + - --resource-group --cluster-name --nodepool-name --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview + response: + body: + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n + \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }\n ]\n }" + headers: + cache-control: + - no-cache + content-length: + - '2282' + content-type: - application/json + date: + - Thu, 16 Mar 2023 03:30:09 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool stop + Connection: + - keep-alive ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: PUT + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 0,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"properties\": {\n \"count\": 2,\n \"vmSize\": \"Standard_DS2_v2\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Stopping\",\n - \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/10db11d3-cc2a-4b0a-ae6f-3088b7e941f0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1074' + - '1073' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:23 GMT + - Thu, 16 Mar 2023 03:30:09 GMT expires: - '-1' pragma: @@ -1495,42 +1898,66 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: code: 200 message: OK - request: - body: null + body: '{"properties": {"count": 2, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": + 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", + "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, + "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": "User", + "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": + "Stopped"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' headers: + AKSHTTPCustomFeatures: + - Microsoft.ContainerService/PreviewStartStopAgentPool Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - aks nodepool stop Connection: - keep-alive + Content-Length: + - '574' + Content-Type: + - application/json ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/10db11d3-cc2a-4b0a-ae6f-3088b7e941f0?api-version=2016-03-30 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"d311db10-2acc-0a4b-ae6f-3088b7e941f0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:24.5094075Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 0,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Stopping\",\n + \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }" headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/be54fa01-73ac-4d11-9271-a3bb15281a09?api-version=2016-03-30 cache-control: - no-cache content-length: - - '126' + - '1072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:54 GMT + - Thu, 16 Mar 2023 03:30:11 GMT expires: - '-1' pragma: @@ -1545,6 +1972,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' status: code: 200 message: OK @@ -1562,23 +1991,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/10db11d3-cc2a-4b0a-ae6f-3088b7e941f0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/be54fa01-73ac-4d11-9271-a3bb15281a09?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d311db10-2acc-0a4b-ae6f-3088b7e941f0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:24.5094075Z\"\n }" + string: "{\n \"name\": \"01fa54be-ac73-114d-9271-a3bb15281a09\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:11.665134Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:23 GMT + - Thu, 16 Mar 2023 03:30:41 GMT expires: - '-1' pragma: @@ -1610,24 +2039,24 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/10db11d3-cc2a-4b0a-ae6f-3088b7e941f0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/be54fa01-73ac-4d11-9271-a3bb15281a09?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d311db10-2acc-0a4b-ae6f-3088b7e941f0\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:12:24.5094075Z\",\n \"endTime\": - \"2022-11-24T11:13:32.6421405Z\"\n }" + string: "{\n \"name\": \"01fa54be-ac73-114d-9271-a3bb15281a09\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:30:11.665134Z\",\n \"endTime\": + \"2023-03-16T03:30:48.3476011Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:53 GMT + - Thu, 16 Mar 2023 03:31:11 GMT expires: - '-1' pragma: @@ -1659,8 +2088,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -1673,21 +2102,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1075' + - '1073' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:54 GMT + - Thu, 16 Mar 2023 03:31:12 GMT expires: - '-1' pragma: @@ -1719,8 +2148,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -1733,10 +2162,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/nodepool1\",\n \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n @@ -1745,22 +2174,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2286' + - '2282' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:56 GMT + - Thu, 16 Mar 2023 03:31:12 GMT expires: - '-1' pragma: @@ -1792,8 +2221,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -1806,21 +2235,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Stopped\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1075' + - '1073' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:56 GMT + - Thu, 16 Mar 2023 03:31:12 GMT expires: - '-1' pragma: @@ -1843,7 +2272,7 @@ interactions: 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": "User", - "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": {"code": + "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' headers: @@ -1858,14 +2287,14 @@ interactions: Connection: - keep-alive Content-Length: - - '575' + - '574' Content-Type: - application/json ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -1878,23 +2307,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Starting\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b42e73ae-2e7f-4fb3-90db-ab0c132b3ee5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1074' + - '1072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:59 GMT + - Thu, 16 Mar 2023 03:31:15 GMT expires: - '-1' pragma: @@ -1910,7 +2339,295 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1190' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --nodepool-name --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31:45 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 nodepool start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --nodepool-name --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:15 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 nodepool start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --nodepool-name --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:45 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 nodepool start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --nodepool-name --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:33:15 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 nodepool start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --nodepool-name --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:33:46 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 nodepool start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --nodepool-name --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:34:16 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 @@ -1928,14 +2645,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b42e73ae-2e7f-4fb3-90db-ab0c132b3ee5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ae732eb4-7f2e-b34f-90db-ab0c132b3ee5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:13:59.1404778Z\"\n }" + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" headers: cache-control: - no-cache @@ -1944,7 +2661,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:29 GMT + - Thu, 16 Mar 2023 03:34:45 GMT expires: - '-1' pragma: @@ -1976,14 +2693,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b42e73ae-2e7f-4fb3-90db-ab0c132b3ee5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ae732eb4-7f2e-b34f-90db-ab0c132b3ee5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:13:59.1404778Z\"\n }" + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" headers: cache-control: - no-cache @@ -1992,7 +2709,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:58 GMT + - Thu, 16 Mar 2023 03:35:15 GMT expires: - '-1' pragma: @@ -2024,14 +2741,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b42e73ae-2e7f-4fb3-90db-ab0c132b3ee5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ae732eb4-7f2e-b34f-90db-ab0c132b3ee5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:13:59.1404778Z\"\n }" + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" headers: cache-control: - no-cache @@ -2040,7 +2757,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:28 GMT + - Thu, 16 Mar 2023 03:35:46 GMT expires: - '-1' pragma: @@ -2072,14 +2789,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b42e73ae-2e7f-4fb3-90db-ab0c132b3ee5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ae732eb4-7f2e-b34f-90db-ab0c132b3ee5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:13:59.1404778Z\"\n }" + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" headers: cache-control: - no-cache @@ -2088,7 +2805,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:58 GMT + - Thu, 16 Mar 2023 03:36:16 GMT expires: - '-1' pragma: @@ -2120,14 +2837,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b42e73ae-2e7f-4fb3-90db-ab0c132b3ee5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ae732eb4-7f2e-b34f-90db-ab0c132b3ee5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:13:59.1404778Z\"\n }" + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\"\n }" headers: cache-control: - no-cache @@ -2136,7 +2853,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:28 GMT + - Thu, 16 Mar 2023 03:36:46 GMT expires: - '-1' pragma: @@ -2168,15 +2885,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b42e73ae-2e7f-4fb3-90db-ab0c132b3ee5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a5470fd-c271-4395-bf52-146e27e1b4f1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ae732eb4-7f2e-b34f-90db-ab0c132b3ee5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:13:59.1404778Z\",\n \"endTime\": - \"2022-11-24T11:16:53.9444791Z\"\n }" + string: "{\n \"name\": \"fd70544a-71c2-9543-bf52-146e27e1b4f1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:31:15.8997612Z\",\n \"endTime\": + \"2023-03-16T03:37:10.1535036Z\"\n }" headers: cache-control: - no-cache @@ -2185,7 +2902,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:59 GMT + - Thu, 16 Mar 2023 03:37:16 GMT expires: - '-1' pragma: @@ -2217,8 +2934,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2023-01-02-preview response: @@ -2231,21 +2948,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1075' + - '1073' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:00 GMT + - Thu, 16 Mar 2023 03:37:16 GMT expires: - '-1' pragma: @@ -2279,8 +2996,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -2288,17 +3005,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9cb3d6c-3f7b-4f70-b782-4f7c34b578cb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d101a29d-f02b-4e58-890b-2f947fd82da8?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:17:00 GMT + - Thu, 16 Mar 2023 03:37:17 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/c9cb3d6c-3f7b-4f70-b782-4f7c34b578cb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d101a29d-f02b-4e58-890b-2f947fd82da8?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_label_msi.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_label_msi.yaml old mode 100644 new mode 100755 index b99a328a987..d4507b115ee --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_label_msi.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_label_msi.yaml @@ -1,4 +1,49 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:20:17 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": @@ -9,7 +54,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -31,8 +76,8 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -41,23 +86,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-bd578f96.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-bd578f96.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-q9jkhfwr.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-q9jkhfwr.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -79,15 +124,15 @@ interactions: {\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/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3423' + - '3419' content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:28 GMT + - Thu, 16 Mar 2023 03:20:21 GMT expires: - '-1' pragma: @@ -99,7 +144,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -117,14 +162,302 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:20:51 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:21:20 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:21:50 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:22:20 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:22:50 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:23:20 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7d5dcf99-f8fe-d74a-a0cf-0fb8fcc9a6e3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:28.7252771Z\"\n }" + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" headers: cache-control: - no-cache @@ -133,7 +466,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:58 GMT + - Thu, 16 Mar 2023 03:23:51 GMT expires: - '-1' pragma: @@ -165,14 +498,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7d5dcf99-f8fe-d74a-a0cf-0fb8fcc9a6e3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:28.7252771Z\"\n }" + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" headers: cache-control: - no-cache @@ -181,7 +514,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:28 GMT + - Thu, 16 Mar 2023 03:24:21 GMT expires: - '-1' pragma: @@ -213,14 +546,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7d5dcf99-f8fe-d74a-a0cf-0fb8fcc9a6e3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:28.7252771Z\"\n }" + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" headers: cache-control: - no-cache @@ -229,7 +562,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:58 GMT + - Thu, 16 Mar 2023 03:24:51 GMT expires: - '-1' pragma: @@ -261,14 +594,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7d5dcf99-f8fe-d74a-a0cf-0fb8fcc9a6e3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:28.7252771Z\"\n }" + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" headers: cache-control: - no-cache @@ -277,7 +610,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:28 GMT + - Thu, 16 Mar 2023 03:25:21 GMT expires: - '-1' pragma: @@ -309,14 +642,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7d5dcf99-f8fe-d74a-a0cf-0fb8fcc9a6e3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:28.7252771Z\"\n }" + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" headers: cache-control: - no-cache @@ -325,7 +658,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:58 GMT + - Thu, 16 Mar 2023 03:25:51 GMT expires: - '-1' pragma: @@ -357,14 +690,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7d5dcf99-f8fe-d74a-a0cf-0fb8fcc9a6e3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:28.7252771Z\"\n }" + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" headers: cache-control: - no-cache @@ -373,7 +706,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:28 GMT + - Thu, 16 Mar 2023 03:26:21 GMT expires: - '-1' pragma: @@ -405,14 +738,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7d5dcf99-f8fe-d74a-a0cf-0fb8fcc9a6e3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:28.7252771Z\"\n }" + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\"\n }" headers: cache-control: - no-cache @@ -421,7 +754,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:59 GMT + - Thu, 16 Mar 2023 03:26:52 GMT expires: - '-1' pragma: @@ -453,15 +786,15 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/99cf5d7d-fef8-4ad7-a0cf-0fb8fcc9a6e3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f7e8e474-ce1c-4dc8-885b-c01e834609d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7d5dcf99-f8fe-d74a-a0cf-0fb8fcc9a6e3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:07:28.7252771Z\",\n \"endTime\": - \"2022-11-24T11:11:17.4611288Z\"\n }" + string: "{\n \"name\": \"74e4e8f7-1cce-c84d-885b-c01e834609d2\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:20:20.9126623Z\",\n \"endTime\": + \"2023-03-16T03:27:10.1578149Z\"\n }" headers: cache-control: - no-cache @@ -470,7 +803,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:29 GMT + - Thu, 16 Mar 2023 03:27:22 GMT expires: - '-1' pragma: @@ -502,8 +835,8 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -512,30 +845,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-bd578f96.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-bd578f96.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-q9jkhfwr.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-q9jkhfwr.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/09ea1e7c-8b55-4afa-b52d-315ab0446571\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/82486f32-3dd1-4be0-86cf-f386494ce0d2\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -556,11 +889,11 @@ interactions: cache-control: - no-cache content-length: - - '4076' + - '4072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:29 GMT + - Thu, 16 Mar 2023 03:27:22 GMT expires: - '-1' pragma: @@ -592,8 +925,8 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -602,30 +935,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-bd578f96.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-bd578f96.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-q9jkhfwr.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-q9jkhfwr.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/09ea1e7c-8b55-4afa-b52d-315ab0446571\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/82486f32-3dd1-4be0-86cf-f386494ce0d2\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -646,11 +979,11 @@ interactions: cache-control: - no-cache content-length: - - '4076' + - '4072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:30 GMT + - Thu, 16 Mar 2023 03:27:23 GMT expires: - '-1' pragma: @@ -684,24 +1017,24 @@ interactions: ParameterSetName: - -g -n --file User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/listClusterUserCredential?api-version=2023-01-02-preview response: body: string: "{\n \"kubeconfigs\": [\n {\n \"name\": \"clusterUser\",\n \"value\": - \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlJFTkRRWFJEWjBGM1NVSkJaMGxSUjA1cU1ISndMMHBxTlVoTWRsWlFUR05pU1hOeWVrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUV3BGZUUxcVVYaE5SRlUwVFZSU1lVZEJPSGxOUkZWNVRWUkZlVTVFUlhoTlJHZDRUa1p2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVSMENsbFFaekJqZVdGWU5WWlVXWGhOYzFaTGFrbFVZV2wyVEVsRWRXcGhUblZ2T0doM1dsWk9VbEJaTUN0RmJsa3llalJ3U25Ob1VYaE1SbVk1T0N0Q1F6Y0thRlppUWpCeFlYcENiVGw1YUhCSk5Fd3JWVkIzWVVSMGFYTXpUMlZCTW1OMVNEaHJPWEJ1WTB4dFNEZDFXVU54UVdGM2VrVXpibEZNV1dKMFR6WkNTZ3BMVkZCYVlWaEJWbUptUVhORFVqbDJSM2wwZVhWWWRuUTBaVzR5Y1UxUFkwUnZLMHRuVjNsbFdYRTBVazFSVldKUVlraDRRVWRzYm05c2JFNXVRMnd4Q2xFdmNYTlBWelZVUzJsbGJFNDJaR2htZVRkM2RHY3pMMXBGVjFoelozbHZUR3BDSzJjd0szQnFURTE0Y0d4ck1FMVJUazVYV205Q2RDOHpZMUJJYlUwS1YwdFFVV0pCVVU1cmMxVlhRbTFwY21GMk1YTlJUbmgwVG5OUVoyTlFhV0pNZDJ4V1FVVkZWekJZT1RsUmRFVmpNSEk1ZVRKTWNXUjRNazFTV1UxMGFncHVSR3BuYlVOclpUQlNjVXd6TVhoUU5sVkhhV2wzTmpkMWNsaExNV1Z5UWtWaFNsZHhlVWRSWTFkT1kzTmtTREJUT0hsVGVsVXdUUzg0VGt4NmEyMUVDa0V4YTNCaU5rTnFXVEV6WmxwdE5sbHpiV0pCYTNOTWNqSXljRzF3YnpOM09EQTRSV1JwYzJSWWJUUlZZVk5MZFhCRVdrUjZTRzVOZWpWd1psQnpPRWdLSzFoV1dHeDVSVzFVV1VOV1IzWjJhRTlXY1ZCU2FYQkdZeXRXZUVselNFNUxZM0pTVVd4elJGZGpNRXhGVlhsTVpGQTVaMVZtTDBkdUsyRnhLekJ1YndvNFoyMDRkRXBaYzBodlVWSjVjazAxYTFGVFRtZHZNVWgwY2t0YVRXMURVRU5pTVd3MFJteGpjbFJ1UkRoRmRXWkVPSEkyY2t0RFZXNUNkSE5YUTNSTkNuWlJTMHB5YTNCR01VOUtOMUJ5YmxkM05VbFZMMHRDU0VkNFpYWXJSM04yTDNOd2NUUkdTRWhLYkZKUWNEUlRheTlrU0daSFVVRXJhSEU0TVU0eE5UUUtZakpWYW1wUGRHdHJNbmxWU3pJd015dFhjbVJvT0ZKVk4yMXZVRVY2WjNkeFMxRmpiR1JwUjFSUlNVUkJVVUZDYnpCSmQxRkVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRV1JDWjA1V1NGRTBSVVpuVVZVMlZXaGhNSGxDWVd4TFFVbGFNbkpTQ2t0T1JHZzJiMGhSTlZOSmQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRKUWtGQ01HOUVlamxFTWpreGRteFVNblJwVDNkUGNGRjVUVVphTldJS2N6UjVTRUpHYzA1d1lWcHJZbXBwTVZkWE9YZHVlbUU0UTFaTEwxQmhkWHBHT1hSMlRHRnhiMEZ5VjJWd1l6SjZUV1ZuT0V0NVV6UlVZbFEwYTI4d1JRcG1ZVzR4TWpZMVFrMDVaamx0TVZoUGFUaDRNM2hsTm5kV2ExaFpSVGcwVERGeVYzb3dRblJWYW01bVkyMVdOV2RFTjBZMGFTc3hRV014ZWpKVlNISlNDbU5NTTJaSGNFbHhWV2RRVDI1NFl6ZG5VRU5tV0RoYWNYVm9lVzkwTkhBNVNrMVRZVlJ6VERGRVNWYzBaVGxvU3pobFlqWkRObG96UTBrcmQydFVkM2NLUm1ObVJ6WlBNbUptVldoR2RXSXlhak5ZU2tGUmJYQTBUMkZHUmxaVE0wNXRlbTVCUkZVemNtNVBOQzlWZERjeFlWUlhUR3BFWlVwMFpUWXhiVUZGTVFvNFprSmlSV2RJYmxkRVdteFpWRmt4ZFdOU2MyRnZkRFp0Vm5SSlNWSTFlR3B0Vm5kVmExVnFUREIyT0U5cGNIVkVhR3cwUlVOMmNVSlNlakV6ZDFkckNrWjNWRGw0YlZWblZtSnhZME40T1ZOdmVIRkJhbmRsYjFONlZYbFZTSGxJWVcwMVMyYzBWMFZYTWxsWVEwbHFOM2RoY0ZWc1JVTmthRlV6UnpKWU9VOEtTbWs0WTFsd1pIUjJiemhRYlhGM2FVZE1jRmhGWVc5WWRYaGxPRzF6VHlzMWJsaHlRMmxETlU4eFdsaHBiMjF6V0ZwVmJWSjNXbXM1ZWpaR2FUQkRRd3AxT1RGRFpGcFNZekpDTjNWRmVrUkNOWGhaYldzMlkwTk5Wa1prWldGQ2EwcG9iRVJHWjNsaGFIWXdORE5FZDNkWVowSXhlbmR4YWtoNWMwUXhUbE5QQ2tSVFZYWlJiamh1T0VkS1NWSlZSRU55T1RSSFNVOXNWa2N6U0d0NUswZHdNU3RLYm5CWmQxWXdTM3BrU0ZsQ05IQlpZMW8yWkRkVGVHa3dTM05aTXpBS2NETmFUMGxyVldkb1JrSjVRM0U1Y0dodU5VcFlTeTlCTDNwUU9HRmtjVEYzWjFSM05EbENjV0YyZGxORlZsRlZhM1Y1YUhCM01qWjRhRlZUWVdkTVRncE5VamxpVTNKdlpHczBUbEZQVVc1V0NpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2NsaWFrc2Ruc2dncWhzMmctYmQ1NzhmOTYuaGNwLndlc3R1czIuYXptazhzLmlvOjQ0MwogIG5hbWU6IGNsaWFrc3Rlc3R5MjZtNHQKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGNsaWFrc3Rlc3R5MjZtNHQKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX2NsaXRlc3RtZ3V4Mnc2dHpsX2NsaWFrc3Rlc3R5MjZtNHQKICBuYW1lOiBjbGlha3N0ZXN0eTI2bTR0CmN1cnJlbnQtY29udGV4dDogY2xpYWtzdGVzdHkyNm00dApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJVc2VyX2NsaXRlc3RtZ3V4Mnc2dHpsX2NsaWFrc3Rlc3R5MjZtNHQKICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVpJYWtORFFYZGhaMEYzU1VKQlowbFNRVkJxVTBJM1ZscG9SME5KVUZSM00wc3lNR3BMY1VsM1JGRlpTa3R2V2tsb2RtTk9RVkZGVEVKUlFYY0tSRlJGVEUxQmEwZEJNVlZGUVhoTlExa3lSWGRJYUdOT1RXcEplRTFVU1RCTlZFRXhUMFJGTUZkb1kwNU5hbEY0VFZSSk1FMVVSWGRQUkVVd1YycEJkd3BOVW1OM1JsRlpSRlpSVVV0RmR6VjZaVmhPTUZwWE1EWmlWMFo2WkVkV2VXTjZSVlpOUWsxSFFURlZSVUY0VFUxaVYwWjZaRWRXZVZreWVIQmFWelV3Q2sxSlNVTkpha0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRkZSa0ZCVDBOQlp6aEJUVWxKUTBOblMwTkJaMFZCYzFwUmMzY3dhbTQxYjFNNFRVNWthVmw2YnpBS2JXSkZNRFI1UzI1WFdtVmxhVlkyVkRoRWVXSmtlSHBRUzBaWGVVbEZTMDlFVFhsSWJIazBUamRIZDBkUFRWSlRZVWhWSzNWaU5sTmpSV3ByUzNsdGRBcG5XRkF5TkVaWWFrOHpkWGREWVdwNVduaFZNSGxXVDBOWVVtUnJUbTV1YWtGYU9ESnlSR1ZIVUVWcFZVaGpSMnhIY1ZkQ1dqUmxSSGxoVGpGaGQyUjBDa05zV1dneE5Xd3hiRTFrT1hnNWVHVldaVkIyYUZkVFNuZHZOVWxSVTNGR2RsVlVRVGxKUjA1dU1FeHZTR3c1TWlzMEswVkpWSEpITlhabFlXZDZaa0VLUVVKVVRVd3dUWFZ3WXk5NlZHaG5aRUoyUzJSYVkzVXZMMmxZUkRSbU1IZDJkbEpLTTNsV1QyNHdRbkJDTXpaNFFrODVWM0JxVGs5UVMyWXlLMjlUTUFweE5YTlFjRlJGVEd0a1ZVRkpiamg1U2xkbmMwOVhNRVk1TDNSRmJGbE1iWFIyWTNNNVRVa3JkbVJVVHpKeFEyRnZhSEpNWVVVeE4xaFFVMDFMVEdSUUNubEZiVnB3Tm5sTWFVVm1NekJsYjNFM1JXVlpTSGRyY2tjeGVsSmlZV2hTTW1SM1ZHOXFkbmxOUlV4aVozVXlka1ZRVGtSM2JqSldSbWMxWVUxemFEQUtNbFZ2YkhneE0zRk1aVTVrVUhSU1VGTXJlRE5oYlVwdVFuVndRMDFaVjFvNE9FTkdkRVZWVFZjNU56TjFVall6ZDBFM2RYSjVWR1p6UkU5M1RWUXhTUW94YUdGUFlWaDJjR1IxYTJGYVNpdGhPRFJsZWpsSFNqTkZVa3M0YjBObVZXOTRXR0pvTlVkeE0xcEJPWFJUZG5SVWVYZHBkbkZQZDNkRGRrOHlTRkpJQ25salFXTk9kWGhqVWs4eVZ6Y3dZMGQzTTBRNWNVVllVMFJLWldrMVIwZGFWV3hSWm5WdFptcG5ZelJTVjJGUk0wNXJRM0Y1UzBaaFprMXVSMWx2V0djS2MyTk5ZMmhMZWtkSFpVdFpXR1pQY2pSd1YxZHlZMWhvWWtoMGNuSkViWEZEYlRReGJsSXJSRzFKVWtSM1dHWmtNR2hTZUZjMVJFdHZlRTVYYTAxalpRcGpLME5GWkd0VmIxWlNZMUpTYm5oSE9XNUxhbE4wUlVOQmQwVkJRV0ZPVjAxR1VYZEVaMWxFVmxJd1VFRlJTQzlDUVZGRVFXZFhaMDFDVFVkQk1WVmtDa3BSVVUxTlFXOUhRME56UjBGUlZVWkNkMDFEVFVGM1IwRXhWV1JGZDBWQ0wzZFJRMDFCUVhkSWQxbEVWbEl3YWtKQ1ozZEdiMEZWTmxWb1lUQjVRbUVLYkV0QlNWb3ljbEpMVGtSb05tOUlVVFZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZNUWxGQlJHZG5TVUpCVFhaemMwdFhNWGt4TURoRFZFcGtTWGt4ZHdwbWRETkpLMDltWVZvdmJsTmtiMFZxVUZaSU1WTmxURXBDY1hKcFVGTjBOa2RWU1VWdloxUlpNbU5tU0VjeFVVODJPRlpGYVhreWJUZFZlRTh3U1ZScENtNVFZbk12Y1RGWWEydElaVm94SzBaS01tUk9NVzlFWVdGTGQySm1LMFozVmpsMWQwMWhiamxwVVd0bFUwaHRibFZCVTJsNVUxazVWMkpUZEc5RWFsUUtablpLTkc1bGFHeFliMU5rVDNoTVJYSlpjWHBaUmtKaU9GQnBTbk4xT0ZSSVRuZzJkVkUwUkdFeWExQkdWa1ZNVEhKV1duZFhPRmxrUVZadGIwaE5jd3BsTW5OYWNscG1RV0o2Vm1GSFFrZEpXVlpRVDFWeFRTOWtkRmcwYjJ4S1ozUnFaV3RVT1RVMU9XOXJaVVFyVjI0MlpWQTNXVmgyZVhwalNGQlRiekJPQ2t0SFkwWlNRa1J6Y0ROb1NHRmtUbTFPU1VoMmIwOVVkamQyUm5kcmRISnlhbTg1ZDBWVlZXOHZhbFFyVWxONk4wOWpUVFZCUjFsdVl6bGpaMGs0UTBzS2NuQk5aM0l5U213d09WYzFXa2R4V0ZaelVqQkdiVkZhZVUxS2FuY3hRbEEyT0haTU4xaDVjMlpXWVc1VllWbGhkMjFCVVM5S1lWZzJSSHBUZFZkbmR3b3hURWRZZFhBdk5XRnJWbmxtUWpjd00xWnNabkJJVVRNclRHTlFOVXhEUVdkNk1XVk5WVFU0UTJKcUsyOHdPWEpqT0VSeFNpdHZSRTVEUjNaSU0wWXdDbUUyWm1sNVVsUlJia0pJYzJwRlFtUlhiMmhHYkZSTlNHMVpMMUJpVlUxbVpGTTVPRzQ0UmpVemFGZHhTV0l5Yld4bldXNUlhMVZXUm1ncllYVkxaRzBLU25sSVkzZzRNR2h2VkhaaVRVZFNRbU5aVFd0SmRVSnhaVVZuVlZGRlJpdGhlVFJzWWxwVGRVdEhSMHhpYldGYU1FTkhRbVZUZWtac2JVVmFNR2xOU3dweE4ydExabWxCVGtSVlFtSmhkWEJuUzNFM2JFRkhVM3BhYXl0d2NtZHJhSEZXTkdaWGEwSlJkVkkxVFhWdFdtVlNjRWx3UTJoeVFYbGhWMDVsVWxCSkNpdDRlRkZYWmpCMlVHUlRhelV6VVVSUlVXa3liR1I0T1FvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgY2xpZW50LWtleS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJTVTBFZ1VGSkpWa0ZVUlNCTFJWa3RMUzB0TFFwTlNVbEtTMEZKUWtGQlMwTkJaMFZCYzFwUmMzY3dhbTQxYjFNNFRVNWthVmw2YnpCdFlrVXdOSGxMYmxkYVpXVnBWalpVT0VSNVltUjRlbEJMUmxkNUNrbEZTMDlFVFhsSWJIazBUamRIZDBkUFRWSlRZVWhWSzNWaU5sTmpSV3ByUzNsdGRHZFlVREkwUmxocVR6TjFkME5oYW5sYWVGVXdlVlpQUTFoU1pHc0tUbTV1YWtGYU9ESnlSR1ZIVUVWcFZVaGpSMnhIY1ZkQ1dqUmxSSGxoVGpGaGQyUjBRMnhaYURFMWJERnNUV1E1ZURsNFpWWmxVSFpvVjFOS2QyODFTUXBSVTNGR2RsVlVRVGxKUjA1dU1FeHZTR3c1TWlzMEswVkpWSEpITlhabFlXZDZaa0ZCUWxSTlREQk5kWEJqTDNwVWFHZGtRblpMWkZwamRTOHZhVmhFQ2pSbU1IZDJkbEpLTTNsV1QyNHdRbkJDTXpaNFFrODVWM0JxVGs5UVMyWXlLMjlUTUhFMWMxQndWRVZNYTJSVlFVbHVPSGxLVjJkelQxY3dSamt2ZEVVS2JGbE1iWFIyWTNNNVRVa3JkbVJVVHpKeFEyRnZhSEpNWVVVeE4xaFFVMDFMVEdSUWVVVnRXbkEyZVV4cFJXWXpNR1Z2Y1RkRlpWbElkMnR5UnpGNlVncGlZV2hTTW1SM1ZHOXFkbmxOUlV4aVozVXlka1ZRVGtSM2JqSldSbWMxWVUxemFEQXlWVzlzZURFemNVeGxUbVJRZEZKUVV5dDRNMkZ0U201Q2RYQkRDazFaVjFvNE9FTkdkRVZWVFZjNU56TjFVall6ZDBFM2RYSjVWR1p6UkU5M1RWUXhTVEZvWVU5aFdIWndaSFZyWVZwS0syRTROR1Y2T1VkS00wVlNTemdLYjBObVZXOTRXR0pvTlVkeE0xcEJPWFJUZG5SVWVYZHBkbkZQZDNkRGRrOHlTRkpJZVdOQlkwNTFlR05TVHpKWE56QmpSM2N6UkRseFJWaFRSRXBsYVFvMVIwZGFWV3hSWm5WdFptcG5ZelJTVjJGUk0wNXJRM0Y1UzBaaFprMXVSMWx2V0dkelkwMWphRXQ2UjBkbFMxbFlaazl5TkhCWFYzSmpXR2hpU0hSeUNuSkViWEZEYlRReGJsSXJSRzFKVWtSM1dHWmtNR2hTZUZjMVJFdHZlRTVYYTAxalpXTXJRMFZrYTFWdlZsSmpVbEp1ZUVjNWJrdHFVM1JGUTBGM1JVRUtRVkZMUTBGblFURjZTVEYyVFVwU1NsTXlaREJoU25ndlRWaEJhMHhCU3pReVdsQllNbU0yU0VWaFpFTlFhWEJtWjA1UWJVSlhhSE41TlRCaWJGazVlUXB3ZEhCRVExVnpkRkZhVlhnemJYUTVaa3BaUXk5TFNtSjZWVzF4YTFsYU1qSnhOVFJKTDFodFVqRkJRa2RRVTJkR1psQkdNMnRPV0VkalFrUnBiMlpYQ25wM0sxWkVaWGRLZHpsUlVXRmFiakV3Y1VkRWIydHFPV1ozWkhrdlZIUk9hRlZ0VWtwSmMyWXhUWGxxZFhWWGFrSlNNbFJYZFZoaVJVWlljVlJJTUdzS01XMWpaMjB2VjFVeGFHeElRakpxYUZwR2VFVk9lbTFTYWxnNVYzaDJXa0pVTVc4dmF5dDJSR1ZvZVRWTlUwZHpZVWhyYms1NWRrMVBTbVptUld0WFlncElSVTVuYW1aUlJDdEZZMHhHY2s5eGMwcHhRVllyWWtWaFVsbFFZekl2WlM5VFptcExObEJhZWpZeFUyeGxabTlGWm1GbU9WaHJSM3AwZVRGRE9XVk1DalExYkRocE5DdE1kblZLTmxGRFNHd3pTM1ZIVFhaVFVHeFdTRThyTHpsb2FYcHNOWEZ0V2xKRVQzSTJiWFZ2Wm1OaE9ITk5URE5DYlRFMlMxUnJSbUlLTnk5T2IwczRhWGM0VlZNNU5XWXlMMlZZV25sWmFIRnVUbkJLTWpaVFNUY3ZLM1kyZUZGeVVYSlRNazlwVGxaYVRsVm1WbVJLUzNsU1dUQTNUR05TUlFwNk5GaFJRVzVQYmpCaFUydDNUbGhhT1dWV1Z6VmlNV05DZEZkdGNVaGpaellyZURKSGNtTjZiUzh4V1RSemVrRndWMnBQVlVacGREUTBhRkIyVDJzekNsZHRXamR1VlRObFJsaFBMM05DV1ZOUlltZ3hkVzVKUkZGUU4wMU9LMWxtYTBvdlpFNDRXQ3RDU20wdmQxRm1RamhxU2taTmVsWXlRbkJUT1hOM1ZEa0tOamhoVG01M1dURm5jSHB3VmtaeE1WUlVNek5MVFd4bFZIRTRaRmRLZGtZeU1qVklTVk51T0RoVFpYTlNWVlF3ZG1zeWFsVnVTMEpxTTFGSk9FMXlZZ3BYTlN0eGNVSklTVVpzWTB4blkxaDFUVlZhVGxKVE9YcFZkRWRVUjIweGJrOTNaSGRQUnpScFkwcEtjbUpoTTNBelVVdERRVkZGUVRCYWNrVjNjRkZVQ204M2RsTklUWGd6YUZwWlZXWkdla3RvVm1oV0x6WnJXRGx5UzBoelFTOVJka051YTJ0VloybHlkRlpPV0hKYVVteE9ka05WTDJsMlQxaElOekpHUlVzS1dVOWxTeXN2WTFORkt6RndTVzFUYVU4cmFrYzJMMkpOVGtJdk9HNXlXVGxEWlVSdFpVMDFVVVJ6WkRSMmNTdDZValJ2TVRsdFNHMXphek4yZGxOcWNRcHhOa3N4YmpWTFVEWmFURTR3ZVV3elVEWk5hVWN6UTJaVmVuTkplVXBhYkRFeU5URXZkMHczYm5sMFlWYzFVbEJCWjI1RWVWZDViVWRSTUVwaU4ySlZDa2MzZW5CSFJtbHROVU16VTFJMk0wVnFTRTlwU0VOaWRVVnVkVzFsUlhWUldGTlFRelIwY1d0d2JVaHBVRGhzZGpWelJtcEtjWE5KYnpscFlYVTVaMUFLUVUxWEwxTktXVXRtV2k5bGFHTkNTRWhpZDBGcFRGVjNUVTVRYTA1cGEzSTNZM2hFYUZSTWRXWXZNR3hCV2xWTFNFWkJSVVZqTm1GT1dITm9Va3R5S3dwVlRtVjRURkk0YTBkeGVERm9kMHREUVZGRlFUSlBTM0pKVVVreE1FUkJMMWRsVlVWM1QzQm5hSEphVmpWaFZFWlphMnBwZGxGUFptNWlURmx2WkV4UUNsZEJTbk5vYUVKWWFscHRlU3RLVjJWSWRUSlZMM1ozWXpSTVJHUXplVk0wTkhaUU1VRXZVSHBPY2pCSWJqWk1TVkpLTDBod1drdFJMME5LYzJOd2Vub0tVVWhyVVRBclNGQlFaVVJ4VDJSUlNXMTZaRFZpV0hsQmNYaEtaV3hRT1ZVMlZFeDNZMFJvZUdkbVFucGFUVlZ4Wm5aWGEyNWpNME40ZUdsNVZVRm1jZ28xTnpVeVFWRXZNbFl6YVUxSFZUZHVTMjh4YlRKRGNVbEhkMHhzUTBsbE5sUjZibk5tTjJadU5tczRURkZtV0doUU1VRkViRmswTHk5MlZGcE5ZVmx4Q2xCM1JFeE5ZMVZQVURWaEsyWkNhbFJzWTBkdlYybExiakJvZWxvckx6WXlNRTlIVDA5clZrOUVabE1yTkhwT1RUQnNSWFJsUTNCeWJGVnRWVFpNYVRBS2FHdEljR2xtTTJkclpscFRaVFpCZFdnclR6SnpNMDFLYUVwYWNETjNjRkpSZERaM2JXRkNVelYzUzBOQlVVRjJZblpZWlVSelMxQkRRamhhWXpGQlRncENRbE52ZGtKeU9IRkRkakpEYkRodk4yVm1NQ3RQT1VVeFltOXlRVzlqVDNnMmFWWnhWell5TkVSRFR6ZHFWa0pMT0VaU2FEWXhkMnh3VjBkU1ltaHhDbTFCZURGM2R6VlFkbTVNWkhwWFJWTXpjbGs1WlVsS1FuSlJjV0pDYURGd05uTjNlRmwyVDFGWFppdDVVRklyUnpsRmIzWndXVmhPZURadFVXSm5kSGdLVlZVMlVUTkdXRlp4WlZrM1JGaGhVVEJGYUVKc1NDdENha1JpV25WbFVWWmthWE5vYkVkT05EQTFjbWxDTVhScVUyVmlOM2xCVldsTVpFMVhUbTFITWdwUE5GSmtkMm8wTjJoeFQwWXJWekZuT0RKcFRubHdVR3c0UVZSWVlqWkdXa2xqWldkd1kxcFZSWGx0VFVFMlMxWTJXblpEY2t4a1oyUnNLeXRZYlRSTUNsWmtWakp6VkdWdGVTOW1WeXREU0hGMWRHcHVVazVRZWtsWmJXRkxRbVF2UlZaMVFtbDVabHBzYlZsR1dGcHlZVkpZTkZjeWVHUnZWbWhrTjFoYVR5OEtSVmswWWtGdlNVSkJRVFpwVkV4WGRtUnVORlJ2TVV0dVpEQnBiRUk1Y0ZCR01FTnNaVFJSUlUxMmFGbzVSREJ3ZDJsQk5VaDZRbkpEV0U5TFUzSTBUZ3BNZEhoRVJFTlpLMFphTWxjeVZWQXpObmxEVWxVNFFrMW5ZVE5CYldoeFNtRnhhRVY2V1hGRU1WYzNRV3QyVUZGU2MzbzRPV2hVVm14dFRWWnBNbmMzQ21KMFNqQkZhR2xZUWpaU2VHdERWRFl5YkV4dVdEUXhWVzFLUTFvemJEZE5TVW93WlVOS05FVmhVbFZWZFhneUx6bDBaMkpyVEd4VlUzQlpUSGMyTVc0S1VIUjVLMVJETmpneE9FZHBURkZxVm1sNWNXMU1aRmxIY2tsU05XNXFXbUpIZDBaaFZ6bGFkbmxoTkdaeFVWaEZPRFZ4T0VGWlJ6WjRabk5ZZEhKNGJncHhXR0Z4U0dsNWRXOXVUbWxtZW5oWlNXZFZNSHBLVlZCbmR6Z3ZaV1ZNVEV4ek5GcDFaMk1yTTNacFMzUkVUMmRuVjBkeGFFNVFRMUZ6V0VNd1drcElDbk52TUZFME9VeGlaRWx3Y2t0eGN6bHJkWE4yZDFGbWIwTnlXbms0VDFWRFoyZEZRa0ZNSzNwSlNWa3dhMlJDVG5CSlZWQlJWVFJzWjNSQlJVbzBXRklLVmtWUk1YbEJVbE5YUkRSRFZGVktjSGgwTUZFM1dXUnRSV3BQT0RGcFRWbHFPVFpMVDJSSE5rMXRiVzFTZWxrMGNVSndVbGx4WWpsNVVVOWpiSEl2UmdwWGVGRlhOM000ZVRkbFNYVXdSMlE0TjJSc1VIUkhiSEpMVDBGNlVraFpVbXBwZDJwMlYwZERXa04wZUZsQmRERXZNMnd6WlZOd1JXWk9kakkzTDFweUNtNDRiM2RIYURWNVIzSndRVUZYTUZSVVNGWTFRa2wyWlhJMk4zSTRMMHRXYmxFelRqTkJXRGwxUXpCaGRYQTVLMnhsVTB4dk5sYzJaMFpUUnpsc2RVRUtMMWc0YlZOWU9ISkhibFJaYUd4WWNsSnJlbkJTZGl0UFdrVkhWekYzTDFkM2FGRTBaa0ZGTVRGTVdtcEJZMDFvYmxCcmVHZzFibFJaV2tOc00xaGhXUXBEU1hWNWVtWnVNMnQyUkVnMVlYY3lNRVZ4TlcxeWNGZzRZbWRJV1dkalJEVlpkVzQ0Vm1kblltOVdZMXBzUXpGeE1tb3lTMW93TTBKaE1EMEtMUzB0TFMxRlRrUWdVbE5CSUZCU1NWWkJWRVVnUzBWWkxTMHRMUzBLCiAgICB0b2tlbjogY2E3YTljYmM2N2FlZmQ0MGFkZjc1OTk1ODgwOTkxMmY4MzQ0NTdhZDRhZjUyN2FmMmZjZjVhNTNmYTIzM2Q3NTI3NjNiMmIyMTg0OWUwODc2MDg3NmVmMWNkYjBhMDdiMzY5OTFmMjI5MDIyY2NmZjdmMWJiYmNmNmE5YTg0NzYK\"\n + \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVV0MlZGaE9OMk1yUm1WMVp6aFBZbmN5TDFaaVpVVjNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BOZDAxNlJUSk5SRTE0VFVSVmVsZG9aMUJOYWtFeFRYcEJlazFVV1hkTmVrbDNUbFJPWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNuaHNiV3htVVV0VmN6ZGlSM00zYVhWc2Vta3ZVVnBMYVZZMVNGaFZkMk5HTVVoUk5GUlpVMHg2Y3poRFVUUndNa1pQZWk4eE5GbDNZMll2VlVaUlExQUtVblJEU1dFclJFTnVRWE0yUjFWQ2FIZEpUWEpTVDFZNWNFVkhTMDVZVFhCTGJ6RktjMDEzTmpWTk0yZFFiM2s0VUUweVdYTnhLM2xYY21oRFNVUXhkZ28yV0hvMlNsTnlkM0kzUTBaelVtZElaWFYyY0hVdlJXSlFhMUJhZWxCSVV6UktNR2sxWWpab056bHBOblphV2tGYU1DOVpibmh1YTJ3NFJrbG9NR013Q2paQlVUWkZTMGxHZFRaM1VtTTFSVVJYYW1WNmVsRnVhM1Y2V0ZobWN5OHhabEJ0T0ZGbloxZzVTVGR0VldkbWJsbEVRbHBaTm1JMmNEUTFXSFpKUWxFS1JEVlBTR2hQTDJoS2EyaG1iMjUwWW5CRlYwWjZjMmxWYW1GT01sVlNVRU5ZVUhWeFYxSXdjbWRFT1VGUE1XRndXWGQ1SzBReFJVZEVja0UxUjFZdmFRcG5TR2hOVldoQlJHWnpjMkpXYUZCR1ZsZGFOM1psWTNsSVNrWjFRWFZMZW14UmFtZDNjMFZhWjBOSFYwRkJXa2hLYUhOa1VUbHZVMkZCZFVKSFJtOUxDbTVWUldWYVNWWnlhV2dyU1dkVWNUaDZNRGQ2Vkd4VFVYbHRaMlJYVXpORk5VMHpaRVZDZEU1bGVsUTJhbXAxYW5vMlprWTNZME5MZVZSSGRqQXJXSEFLYzFWb2MwUk9ObUZOZWtKRldWRlVlbU5rVkd4T2RVTnBRbVJxY1c1clRYVnVXbE0zVDB0Mk1ucHFkSE5WYlhFMVpWZzVRMGRQUTNrd2VGaEdZWEpvTHdwaWRGbDBXVlY0ZDNWQ1kwdEdNblZVZDNSTVJTdFhTRWc1YUZGb1RERTVRbEp4Y0dGS1dGSmhZV2RDY0RSMWQzUkNVVUZwVUZSeFV6Undaa1ZKTVZOdENrRnZZMnM0VkZsdVptNW1VVzF0WkVrNGFIVlVaMHhSZW5CemFYTm1ZVWhTY0dsb2RXNXJabGxoYm1Kc1JHUnNOV2N4WlVsQlprZ3dhSEl4WVhveFNGa0tZMmxtWVVwTFRDODNOMGhyVUUweVpYQlRabHBxWkVKWFUwaFVTRGQ1VG1kUlRFVXpjV2hNTlZoQk9FTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1NGQTBTM1ZLVVZkQ2VtNUdLMVJoQ25jM1dIbHhURXhqUkhJMlprMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFTOXZVMjAyTmtaM1kyNXNabXAyUzAxNFVGVm1SMXBFTjA4S1pVMTBVR3hEVUdSd1YwNTFPWEpJVFhOVFVYTjNRalpaVG5WMFVHUk9lRTlhV1hkUk9UTnJTaXRJY1ZObGVWTnZkblJVV1V4VmVYSjVXbVpUZUdvNVVncHdhMkozUTIwM2JIcG9hRVUyTW05bFRrWnhURWhDYjBaRGVtcENSRXRLVmtsdU1tcHJaMGRGUjFoME1tRXpRMVpNYW1SSVpHcGllazFZUm1ObWNVTjZDbUV5U0ZOblJqZHJhVzlvVEdkVE1ISkdXVkY0VFhGNVVVWXZTMFV5VUVZMVpVMVpVbEoyVVhjMlNtbHNOMWR4WVdWcllYbzNNemtyZG14dUsySXpUSElLWXpKVWRXRmxWVTFhVjBaNWNrbFNValZHTUhWNlQxVnpPRzlZYTJGQ2MyVnBjMmRVU1ZOMU1IWkRjSGxZV0ZWUmR6TlNRelp4T0RaaU56SjVWblJqWmdvMlkxWnFSMFpITkV4d05FRjViMGRTVWxwUk5GTlJUVUY1YXpFMFlYWnhVVEpUWTFRdlJrSkhORkpLTUV0MVVqVlNNbHBMYWpONFFrNDVWRXh0Y214SENsWkdXVGRZZUZKVVkyaGhlVTVaZVhVd1MwUTFNR3RsT1UxVWVUWXhRVWg0YTFKblIweHRabkUxVWpCRVFrNHhjSFJqWjI1Rlp6ZFdlblJyZHpOd1NXd0tWRzlHZWxWdVlYTk5lVXREUVRkR1IwZFNUa2hxVG1Gck5VVk1XVlZTYTFaSlozSlphMU4wVHpWVGJVbGhaVGh3WWk5bk5rbDJlSFV4Y1UxbGJFUnVkQXBwZW5WS1VYUk1PSGMxT0RGQk5HVlNPVlJFTWxGSksxQjVXa1JyYWtKdFlsSkhWemc1WlVVMGFGaGpRMmxtTjB0bVpFTXdVMjFpYUVrMFlXbHZkamd3Q2xJclkwWmhWelpRZW5WNVluaGpSRVUxTTA1emMxWm1Wamg1Y0RScGRYWk5TM0I0TTI5NU1WQllhRFUxU1hGME5FNXZTa0ZSZWxSNGVTOVJRa1pNVEhZS1RqVnRkRmMwUTBSWWNTdHZhVFl3ZG1KRFJtcG9kRk5QWm5Ca05YQlpkamxHVFhKVU5tSjVPVFJtYlhrNWFtTk5VblIzVGt4VVVXVjNaVTkwYVVKU1R3cERSMVZGYVRsTVNtTnZhSFpMVTBwWk9GRTlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vY2xpYWtzZG5zNGM0eG1ocC1xOWpraGZ3ci5oY3Aud2VzdHVzMi5hem1rOHMuaW86NDQzCiAgbmFtZTogY2xpYWtzdGVzdHZpNTMyMwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpYWtzdGVzdHZpNTMyMwogICAgdXNlcjogY2x1c3RlclVzZXJfY2xpdGVzdHh5eXNjcHp3cW9fY2xpYWtzdGVzdHZpNTMyMwogIG5hbWU6IGNsaWFrc3Rlc3R2aTUzMjMKY3VycmVudC1jb250ZXh0OiBjbGlha3N0ZXN0dmk1MzIzCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfY2xpdGVzdHh5eXNjcHp3cW9fY2xpYWtzdGVzdHZpNTMyMwogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVWklWRU5EUVhkWFowRjNTVUpCWjBsUlZXUkdXa2xaUVRNdlRraHhiR2d2V2tNcmMwNUVla0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRnpSa0ZFUVU0S1RWRnpkME5SV1VSV1VWRkVSWGRLYWxsVVFXVkdkekI1VFhwQmVrMVVXWGROZWtWM1RsUk9ZVVozTUhsT1ZFRjZUVlJaZDAxNlNYZE9WRTVoVFVSQmVBcEdla0ZXUW1kT1ZrSkJiMVJFYms0MVl6TlNiR0pVY0hSWldFNHdXbGhLZWsxU1ZYZEZkMWxFVmxGUlJFVjNlSFJaV0U0d1dsaEthbUpIYkd4aWJsRjNDbWRuU1dsTlFUQkhRMU54UjFOSllqTkVVVVZDUVZGVlFVRTBTVU5FZDBGM1oyZEpTMEZ2U1VOQlVVTndjV3RZVW1NelpDdElhU3MwVkRKeVJVaFhVVzBLYjI1MlQyTkNiRE5EV2psT2RtbFpZbEpoU0M5dWIzbDNabUZpZUhoeFNYQkVjRlZPVUhaRWIyMWhhWGxXY0V4Q1NtWlFaSGsyWTJjck1VSkJjMGN5ZVFwNWVVZzBibVZOZW1wa2VuTTRiM0J0YkVaNk1rSXhRbGhQSzNsdlZsSTNjamxuTVdwTVVVRlhSRGx5Vm1Ka2VYQm5WSGRDZWpjMGIzWnBjVlZST0ZSc0NuWjJibmxEZVZGNE1UaHZWaTlKYW5Ka2MxRmthRkZvWTJOaWJsRTBXRkZ6TWpOS2RUY3pOVzlSY0VWT1QyVnVURUZQVm1WR1oxazBWMmhpUm1abkwxUUtWbE5sTTFkb1FXOUtLemRYZGpCUlJtWXJNSE5NVTBWWGVVZGlOV2t2ZVRGc01sSmxkMk5NUkdrMVlVRlpVVlZMYjFwd2FHTk5WWFp0VURNNU5YZ3lad3BUTW1OQ1IwOVhaV0kyYWpBMGMwdDFWR3h3TlVaSVJWQnNXWFpOVkhsMU9WWjNZM2wyTldWQ2RqZHFhSGw0U1U1VllteE9aRU14VGs5WVUwUnRPWFJxQ2tzMlpqa3JWbkpzV0dsdlZVMUtaMmR5YTNSaFJYUlVZWFJPZERNdmMzUmhTVGxIU2xVeU5VSm9SemhEU2paYVdDODRibUpPY1dwM1ExWk5ablkyVjBjS1RHWTFia0ZPSzNwamNqRmljbFkxTUUxallYTmhkM2MwTTBsVldHUmFZM1F6YVdsNU4xWXpNMlYxV2k5NFRHNWFTRzlwVXpGdVNscExNRzVaTVc5TmN3cEZVSGhNY2s1YWVVVXhOM1pqYUc5bGFGUTNMMHQzT0dwaFRFUlZTbEJUWlhCUmFHdGtWMFZOYzJjNFQzVmFXbU5pVkVsNlRuTndjMmRxTm5jdmVHdE1DbFZ4VG5adVpuSm5XVVIwVVhSTmVVRlRiWFZaWlZOcmVqQllRVmxoWVdWcVEwSnJja2syVWxncldsTXZZa1ptU21sc2R6YzBkWFpoTlRORU1qaERTR1FLYlM5MGFqUnhURGhsYmsweGNrcFdWa2s1VFZWMFpYaFdVRUpRVFUxVFNXRnBTVkEzYW1aaVJsUlRkbG94Tkc0MFVHTnhjRFExYm5FNU4wWlhOa2xRV0FvclRXbFpkMlZqUVdzM2NYaFZUa1pMU1ZwbFRFNVJTVVJCVVVGQ2J6RlpkMVpFUVU5Q1owNVdTRkU0UWtGbU9FVkNRVTFEUW1GQmQwVjNXVVJXVWpCc0NrSkJkM2REWjFsSlMzZFpRa0pSVlVoQmQwbDNSRUZaUkZaU01GUkJVVWd2UWtGSmQwRkVRV1pDWjA1V1NGTk5SVWRFUVZkblFsSjZLME55YVZWR1oyTUtOWGhtYXpKelR6RTRjV2w1TTBFMksyNTZRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRnpiRzlxYTNsbE9ITnhUR2xxYkN0cGQzbHliUXAwVGtjelpWQlFWbE13UTJVeldXZFRiVEZzYlVwNmRYQlRVSFl3U25CalRYbzFTMjVUYzBWQlQxZEVaSG9yVG1NMVZWWm1lVzFtTVc5NFJtZElTakF4Q2xWdlIyUTNZa0Z4UWxacVIyeHVia1E1Vm1KNlZEY3pPSGR6VWs1YWMyNDNObkZHYUVaQlVVUlRWRzEyUzNKNVptYzJhMDUzUkdzM01qSmxOa2h3WlZRS2JITjZhamh3UkZGa01VVmhXSGhTYW1wVk1UVndjWEJVZFVWVWJUWTVSMHBTV1VSWU1rdEdkalZ1VkRnM1NtbFBRMFZsVm05NVVWVmtOVkZXSzBWaVZRcE1hMUpvUXl0UVVtUXJhazFsYVVOSU9YSk9XVGt4YTNoNWNVeHhkM1ZPZUV4VE9UZFRSV3RwZG1sU1ZHVkdXa1ZIY0hwSGN6RjFNQzh5YzNsUlIwaHVDbUkwUm5rM01rNDVNRGQ0WjBKSmFuaEdabmh1Y1U0M1JGUlBXbGxpVVZvd2NtNDJiVXAzTTJkWFJHOVBNMGxZWVVkTlpIcEpWMXB1TTFaSVYzbDFRVXdLYUdsV05HVTNiM1F2Wm5CalRuWjJhMGRFUTBsa1IwdG9hbnBKYUVScFdWWndMM1V5V0RSNFVDOVBTVEpKT0RORWMwbENjMjl6ZW1sR01EWlpjV05LUVFwelNqZE9VMGxCTWpCWmVsVnROMEZLVkROVGVHNWhjMGd5TTFKck1rMDFXSFl4VVRVM1NYbGpUMU5xV0ZoTlVubGFaREpaVEU5VkwzVnJTblZUYm1wWkNsSnJTelU1TDI5TVJrcHJiM1ZIY0ZwV1ZTdEliMDl0UnlzNU9HeFZVRTFIWVhVNFJXdEdReXRwWTB4RU1VNHZUalUxV0VkMWRFNUtLMWRuVlZjclJrZ0taR3g0YlhKeGEwaDFVV05GTTBwRU0zTlZXRkJXYmxCdWNYRlBNblpQWmtoRlVHZHlObXRuWTI1MGNteHVZM2d2VlV4U2QwcE9VbUozU0ZGdVIyVkpPQXBGY0hoa0t6UXpaM2syU0hodk1VWXJSbFZQZFRkNk55c3hhelp4Y1N0emVuZFplV3RWTVZWSlRFWmpjVEZ1TUc1elpFTjJRMDkwZWpBMGVGSTBXREF4Q25wcVJsbDFkbFEwVjFwb09FMTJjUzkyUlZCamFVTnJQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MxRkpRa0ZCUzBOQlowVkJjV0Z3UmpCWVRqTm1hRFIyZFVVNWNYaENNV3RLY1VvM2VtNUJXbVIzYldaVVlqUnRSekJYYUM4MU5rMXpTREp0Q2poallXbExVVFpXUkZRM2R6WktiVzl6YkdGVGQxTlllak5qZFc1SlVIUlJVVXhDZEhOemMyZ3JTak5xVFRRell6ZFFTMHRhY0ZKak9XZGtVVlo2ZG5NS2NVWlZaVFl2V1U1WmVUQkJSbWN2WVRGWE0yTnhXVVU0UVdNckswdE1OSEZzUlZCRk5XSTNOVGhuYzJ0TlpHWkxSbVo1U1RZellrVklXVlZKV0VoSE5Rb3dUMFl3VEU1MGVXSjFPU3RoUlV0U1JGUnVjSGwzUkd4WWFGbEhUMFp2VjNoWU5GQXdNVlZ1ZERGdlVVdERablV4Y2psRlFsZ3ZkRXhETUdoR2MyaHRDaXRaZGpoMFdtUnJXSE5JUTNjMGRWZG5SMFZHUTNGSFlWbFlSRVpNTldvNUwyVmpaRzlGZEc1QlVtcHNibTByYnpsUFRFTnlhelZoWlZKU2VFUTFWMHdLZWtVNGNuWldZMGhOY2l0WVoySXJORFJqYzFORVZrYzFWRmhSZEZSVWJEQm5OWFppV1hsMWJpOW1iR0UxVmpSeFJrUkRXVWxMTlV4WGFFeFZNbkpVWWdwa0x6ZE1WMmxRVW1sV1RuVlJXVkoyUVdsbGJWWXZMMG95ZW1Gdk9FRnNWRWczSzJ4b2FUTXJXbmRFWm5NelN6bFhOakZsWkVSSVIzSkhjMDFQVG5sR0NrWXpWMWhNWkRSdmMzVXhaRGt6Y20xbU9GTTFNbEkyU1d0MFdubFhVM1JLTWs1aFJFeENSRGhUTm5wWFkyaE9aVGN6U1dGSWIxVXJMM2x6VUVreWFYY0tNVU5VTUc1eFZVbGFTRlpvUkV4SlVFUnliVmRZUnpCNVRYcGlTMkpKU1N0elVEaGFRekZMYW1JMU16WTBSMEUzVlV4VVRXZEZjSEp0U0d0d1RUbEdkd3BIUjIxdWIzZG5Xa3Q1VDJ0V0wyMVZkako0V0hsWmNHTlBLMHh5TW5Wa2R6bDJRV2d6V25ZM1dTdExhUzlJY0hwT1lYbFdWbE5RVkVaTVdITldWSGRVQ25wRVJXbEhiMmxFS3pRek1uaFZNSEl5WkdWS0swUXpTM0ZsVDFvMmRtVjRWblZwUkRFdmFrbHRUVWh1UVVwUE5uTldSRkpUYVVkWWFYcFZRMEYzUlVFS1FWRkxRMEZuUWtkNWNqUm5Lell6UkVkTVRrOXJkM2cwVldNNGF6ZzJlakkwVURCMlJuWjFObEV6YmtFM1ZtWXZkMVppZDIxVE1HTlBiMWxWTTFodVFncHphRFYzTTNoU2RHWlJVREI0V0VsM1prUllOalZCUjBSVVJtOXdVRTl4Y1hkeE5ETktOVEJxTTB4ME1IVTNhbWxEZDBWNGRFNVpNVVZ1WXpWbE1IWjNDbk54YTFScE5FRkRhRGR0U0c1R01pdFlPRVF6V0ZGdFJraGFWemxUZFdOa1dVSnhNVVpXV0VSM1RVRmphREI1YWtOSmQwcHFiMWsyY1hGa0wzY3Zla2NLV0haV0syRlRMeXQwWTJoblNreHhVR1pHT0ZORGFucDNTVWcxV0RkdVRVazFVRXBUTTNZMlpqWmxVbTAyZHpZMU0xRmhkV0VyV0ZSbU9UVnpiMjlQUmdweGFFVnhOa1ZhWlhkS2VVczJRWHA2VmxWMGFGcGtUM054YXpsS1VEaDZNWFo2Tm00d1pURk5ZVWxXVld3eWNsZHNTRzV6VWpkcGVVRmxTemxQVGk5UUNrRXZVV2xrYVRKa1VVMDRRMk5pVVVGd2JGZ3diaXRIUjNaSVVsbERXbGxMWkRRM09XZDFVSEJUVVZWWE4xQkliSEYwWW5OcVpraDZaMGR5V1VScU5sRUtRV3AzYzBwU2Fsa3JWV3hVUzFGUk1uQnFOVEZSUVhaWFptUmplVUl4YVZjMlZYcGlhRE5DYlhCeVNWSkZUWG96TXpoeFlVSlJSSHBIZG5ncksyaElNUXBxZGpKbFluZEhlVXhDVUc5aVZHZEtOMVJSSzFOQ1J6QkZaMmRKWkV0S1dEUkRkWEZaVDI5TldUVndkVTQxWWtOeE1uRkVhRUUwTTBsaVJVZE5aRGRXQ21kTlJWcEtlVXAzYVZWTFJtWlRRaTl6WnpOcGVucEdRa1pZTURsU2RIcGljRGgyVVRGc05UTmpRV1ZWVlRoRlNrTlNSVzFCZEZWT1NYRTRWbWNyWm5VS2RFSlNNSE55UmpCcE5IVktlVEUyVGtKc01uTTRTekJCTmxjMWNtNU9ZamR4YmpsWFZ6VTBReTlLYldkblRqaFRWVU5hYzNoWmNrUXhUbGxNTDBsalFncExRbko0TVVac2NsSlFWbVJYWkU0d1lrdHRORGhrV2tReE1qQkVSRGR1Ukd4UVp6TXlNMkpaZUM4clZWTlNiQ3RKVVV0RFFWRkZRVEp0TjNwNlNVVnpDbU12YkVNck4wWXZSVmxFYVdoVGMzVlRiMVZYVUZsNlZHSk5WSE5GVkVZdmNEVjBVWEpYTDJsRE0xQk5SVk14ZWpScll6TXpRbUp1WW1kek1FaExVMmtLUWtGMldXcEJkMUJZYkdvd1puTjNURkkzUWt4dWJFTTNNWEJOS3pSbFJGRXZhemR3Ymxkc05EWXJkWE5ZT1ZBeGRqZGxaakIwYUVkUk56ZzFVMHROVmdvMmMxQlVZVWRtZDNka1ozSlNaMUpLV1dSTlFXNHZUV2haU2twelVGRnJSREpyYjJwM2QxbEtUMmd3TVVGTlZqaFhXamRoYmxKbFZ6WlRhWEY2YVVOeENtNXJLMWh0T1RacU1HbDVUVE5FVVRWb1VTc3diVEZpT1dsRmRuZExZbGRDZUVZMVJtWm9NM1E0TmpCclUyVnhjRE5hZERKNWR6WlZaa1pwWVVwTGFrRUtWV1ZuUlZWQlZIZFJWWEpGYWxJeU9WcHlaV3hpZDNKemJYZDNkMUJVVXpodlJYVndibnBRY2xCWFZGZEVabnBsUmxwVlVWbHliakk1ZVdGTmRFZ3hjZ3BFWTBsVlZUTlVRVXd5VkhoUFVVdERRVkZGUVhoMFozVmtUVmcyVUdwTk1sVjVRalJMUjJaeVIxcElOV3hvTkRoRU5FZFRVMUpTUVZSdlkySkRRMHROQ2tzd2VVRTVabGwwYlhkdVNERkVNWG92Wm5GMFFpdHpUazAyVUdscmRFcE1OMjlpY3pZMlRsZFBLemg2U1haMGFXZDFSemRJVFV4TU1UQkliRXRqVVRrS2NsVkVXbGhtWVdGeVZWZExUREJ3VTJoTU1GRm5VbVJTTnpGVVkxcHliMjg0TXpOTGJuWjJORVUxTW5OdlJHUmpabTFrT0RSdVQwWjZZV0ZKTW5NMWJncHBNVUpWV25KSGMzVnpXVGN3WjNWYVdrbHZja056TVVaSWNFcHFjR05yWVhwWGVqQldkRFJ5ZFRWSFNrUkdTakZ6U1ZsSGJ6RkVLMHRXZGxCc1FXMW9DbVZhTUhGVFVWbHpTMFJqSzJWdkswZFRSRzVpUzBOSFFsazJRazFDZGsxMGRtWTRZbEE0ZVdSclp6UjVkekY1U1VsQk5rRnhMMUZ2SzNSV05GQXdXWFVLUmxBclp6WnphREpNT0d0WWJVOXlaMUF3YTNFMVNVdEpVRmQzUTNGeVZ6UmpTM05LUkdoaE1UTlJTME5CVVVWQmVYZENkMnBoTDBSRE1tdDBZV3hNTUFwUUsxVnFTVUpaV1dGSFRURllla05CTUZWYVYwTnJhVkpXWTJoUVpURkNUM0ZOZDA5aVEzaHpNVmN2VVhCNlpWZEVOM2hVZVhkaWNVWTBObGQ1ZEdwMUNtTTBWME5tUmtSUVluVnRWamRYVld0dVR5dDBZMmxyU1hOcUwwOWtNU3QwV2t4NFlrdzFaME5tVWtZdlpFZHNVa3NyWTAxeGMyWXJUak5sVmtGNVVVOEtTMWRxYjBaeFRXNVBPRmh2WmpjMWNWWTJSR012VVVKcE1Yb3dkRGRVUzNZMGNGZEJVemswT1dsbFJFeFdWa2N5UXpaNWFYbFFlWE01U1VsT05sZDBTZ3B1Y1hWUGIxcDJZbXhUUldGbVdDdHJSV3RhV1hoaWNVNUNiREpEWjJkdU5IVm5NVUZsTXpKbFRHNXJjMDUwZVhVdlREQjJWRVZEVlhNNGNFbE1PRWhZQ2sxNVlqQmphREpuYURGVVNGb3JTMnROUW1oemQwbFdRbWhGZFhSTlYzTkZRbU5QZGprNFNEUTVPUzlaU1ZwcGIzWTVjbEY1TTBRdmVrRkxRamt5YlRZS2NuQkdSMkZSUzBOQlVVVkJkMUpEUm1seWRuWkVVbGROVjFsdVpFbE9OVVpXY2pVeFNqRjVWREZFY0hGWWNYQmlRbVZSU1ZOM00wRkxkM0JOTjBsUWNRcEpLelpNU2pObVJHUTBXVGxIYzAxUFVHMVhVbE5DTUVoMlRVVnJjVWRaWmtKSVNuSndSSFZSYlhGUGVHMVhkRXB1SzJSTVMyaEtkMFZDWnpJNVVsUk1DbVZvUm1FMmFTdDJhakZLUkVKQ1VYZGhZMEp5Wm5oTGFGVkZiVU4zYm5KRWF6aG5NRXBDZFdOdmREWTBWWFZpTTNNMFZrOTFObEpOZUU5a2NVTTBkbGdLZFd0R1prMDRTWFpZV0RoS05qWk5RM2xZZHpWYVJ6WjFjREphZVd4NVYwRk5UVFZPTUhKcU9YSkVaREZ0Ym5rMVUyczNjV0pWU1hOc2JtZFROVzVSYmdwNU5sSllPVmxuUmxOWWRHcFljMDl3WW1GSWJVdzFiRTVuU0hsQ1lVdERla2hYZWt4MlVWQkxOVGxWY3l0amFFaFJZMU5wZWtWNlNEQllkV2xOYkZGUkNqZE1WRVJTUzFwSmRGTnVSbWszYkhoeWNrZEJjRlk1Y21oWWJVeG5WRXB5ZDFGTFEwRlJRV3hCWWt0U04xUnhRMUpEVVcwMU9Hc3ZZa0ZyYzBWclQwOEtVa3BaUkU1MWFHTnBjazkwVDFJNFdHcFRRemRwYjI5bU5FSTRTMVJKZW5wTGFFZE1TV3QxTVZOMVVIZDZXVVJoVm10NlZVMUtaekpyY21SVVZFRTVaZ3B1VkRWd01Ea3hZMDR2V0hRd0t6QnNhR0pGU1RKNldWUkZXbkJHV0djNVRXSk9LM296ZVdwRGRVMTNkR2w0U1M4eFlXdGphRVo0Y2twd2FVcFpabFF6Q2trMmNTc3JlWEJFYkRWTFNrUlFiV1J0Y0dodE5EWkVhM1JYUkRSeFdYRXliR1YzY0hnMmNpOW5NV2RtVkhaVFpVTTJhblZTVERaT09VdDRTMkpSVUdZS1RsVTVVR2x1UmxOU2RHdFpObG81YUdFNVZtTnZSMlZMVlhWa2JtdHdWVVJZZVdWTE9XWk9kR05GY3pSdVRVWjZiVEpETmpONVZtMXJXVWxUU21kVFFncEJXVFJaY25sVk4ydzVXQzlrTUdsVWJESkNZWFZqU0VGcU4zZEVjVlJNVWtkVU9IRk5TVGxJUVZsTldFbERiVlp2UVc5VlRrTkxSRVk1VkhvS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiBwNGtkbTFvNm9iOHE0NmhtMWR1YTh0ZThtN3ltbDU1NXE4YW9reDN3eXZ1cXgyNTQzaWxhM3ZndGRxY2xhc3psdXlodHlieHozd2R1ZHZsbnNha2cwZHg1dXB6OHJrZ2l5YTk2a2R5YnI3YnJobjBpNGo4cG5oYjlmY2RwZWl1YQo=\"\n \ }\n ]\n }" headers: cache-control: - no-cache content-length: - - '13072' + - '13084' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:30 GMT + - Thu, 16 Mar 2023 03:27:23 GMT expires: - '-1' pragma: @@ -735,8 +1068,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -748,21 +1081,21 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1051' + - '1049' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:30 GMT + - Thu, 16 Mar 2023 03:27:24 GMT expires: - '-1' pragma: @@ -785,7 +1118,7 @@ interactions: 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "nodeLabels": {"label1": "value1"}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' headers: @@ -798,14 +1131,14 @@ interactions: Connection: - keep-alive Content-Length: - - '586' + - '585' Content-Type: - application/json ParameterSetName: - --resource-group --cluster-name --name --labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -817,24 +1150,24 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {\n \"label1\": \"value1\"\n },\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbc1451a-7649-4ae8-af7a-d83f36e899f8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a7488c79-8348-450e-bbd3-cebc5bf21ccf?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1098' + - '1096' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:32 GMT + - Thu, 16 Mar 2023 03:27:26 GMT expires: - '-1' pragma: @@ -850,7 +1183,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -868,15 +1201,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dbc1451a-7649-4ae8-af7a-d83f36e899f8?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a7488c79-8348-450e-bbd3-cebc5bf21ccf?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"1a45c1db-4976-e84a-af7a-d83f36e899f8\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:11:33.6154991Z\",\n \"endTime\": - \"2022-11-24T11:11:41.1525999Z\"\n }" + string: "{\n \"name\": \"798c48a7-4883-0e45-bbd3-cebc5bf21ccf\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:27:26.3675374Z\",\n \"endTime\": + \"2023-03-16T03:27:33.2174645Z\"\n }" headers: cache-control: - no-cache @@ -885,7 +1218,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:03 GMT + - Thu, 16 Mar 2023 03:27:55 GMT expires: - '-1' pragma: @@ -917,8 +1250,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -930,22 +1263,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {\n \"label1\": \"value1\"\n },\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1099' + - '1097' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:03 GMT + - Thu, 16 Mar 2023 03:27:56 GMT expires: - '-1' pragma: @@ -977,8 +1310,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -990,23 +1323,23 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {\n \"label1\": \"value1\"\n },\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1194' + - '1192' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:04 GMT + - Thu, 16 Mar 2023 03:27:56 GMT expires: - '-1' pragma: @@ -1038,8 +1371,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1051,22 +1384,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {\n \"label1\": \"value1\"\n },\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1099' + - '1097' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:05 GMT + - Thu, 16 Mar 2023 03:27:57 GMT expires: - '-1' pragma: @@ -1089,7 +1422,7 @@ interactions: 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' headers: @@ -1102,14 +1435,14 @@ interactions: Connection: - keep-alive Content-Length: - - '568' + - '567' Content-Type: - application/json ParameterSetName: - --resource-group --cluster-name --name --labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1121,23 +1454,23 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9773f10e-b5d8-4e26-a8b3-e87b2fd76329?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4eabad20-638a-4dce-a40b-e0ea4bb9c3da?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1050' + - '1048' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:08 GMT + - Thu, 16 Mar 2023 03:27:59 GMT expires: - '-1' pragma: @@ -1153,7 +1486,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -1171,15 +1504,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9773f10e-b5d8-4e26-a8b3-e87b2fd76329?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4eabad20-638a-4dce-a40b-e0ea4bb9c3da?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ef17397-d8b5-264e-a8b3-e87b2fd76329\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:12:08.2115151Z\",\n \"endTime\": - \"2022-11-24T11:12:17.9833311Z\"\n }" + string: "{\n \"name\": \"20adab4e-8a63-ce4d-a40b-e0ea4bb9c3da\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:28:00.4612807Z\",\n \"endTime\": + \"2023-03-16T03:28:06.9854403Z\"\n }" headers: cache-control: - no-cache @@ -1188,7 +1521,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:38 GMT + - Thu, 16 Mar 2023 03:28:29 GMT expires: - '-1' pragma: @@ -1220,8 +1553,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1233,21 +1566,21 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1051' + - '1049' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:38 GMT + - Thu, 16 Mar 2023 03:28:31 GMT expires: - '-1' pragma: @@ -1279,8 +1612,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1292,21 +1625,21 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1051' + - '1049' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:39 GMT + - Thu, 16 Mar 2023 03:28:31 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_taints_msi.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_taints_msi.yaml index 5eaefc2ae3e..dfb11bae5bd 100755 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_taints_msi.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_taints_msi.yaml @@ -1,4 +1,49 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:21:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": @@ -9,7 +54,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -31,8 +76,8 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -41,23 +86,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-7a56925b.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-7a56925b.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-cngju02w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-cngju02w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -79,15 +124,15 @@ interactions: {\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/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3423' + - '3419' content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:29 GMT + - Thu, 16 Mar 2023 03:21:43 GMT expires: - '-1' pragma: @@ -99,7 +144,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1196' status: code: 201 message: Created @@ -117,14 +162,62 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:22:13 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -133,7 +226,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:59 GMT + - Thu, 16 Mar 2023 03:22:43 GMT expires: - '-1' pragma: @@ -165,14 +258,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -181,7 +274,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:29 GMT + - Thu, 16 Mar 2023 03:23:13 GMT expires: - '-1' pragma: @@ -213,14 +306,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -229,7 +322,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:59 GMT + - Thu, 16 Mar 2023 03:23:43 GMT expires: - '-1' pragma: @@ -261,14 +354,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -277,7 +370,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:30 GMT + - Thu, 16 Mar 2023 03:24:13 GMT expires: - '-1' pragma: @@ -309,14 +402,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -325,7 +418,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:00 GMT + - Thu, 16 Mar 2023 03:24:44 GMT expires: - '-1' pragma: @@ -357,14 +450,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -373,7 +466,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:30 GMT + - Thu, 16 Mar 2023 03:25:14 GMT expires: - '-1' pragma: @@ -405,14 +498,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -421,7 +514,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:00 GMT + - Thu, 16 Mar 2023 03:25:44 GMT expires: - '-1' pragma: @@ -453,14 +546,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -469,7 +562,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:29 GMT + - Thu, 16 Mar 2023 03:26:13 GMT expires: - '-1' pragma: @@ -501,14 +594,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -517,7 +610,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:59 GMT + - Thu, 16 Mar 2023 03:26:43 GMT expires: - '-1' pragma: @@ -549,14 +642,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" headers: cache-control: - no-cache @@ -565,7 +658,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:20:30 GMT + - Thu, 16 Mar 2023 03:27:14 GMT expires: - '-1' pragma: @@ -597,15 +690,63 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1b847843-0de7-45c3-84a1-c4adb18182ed?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4378841b-e70d-c345-84a1-c4adb18182ed\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:15:29.8963454Z\",\n \"endTime\": - \"2022-11-24T11:20:37.3376748Z\"\n }" + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:44 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d8681bd4-0982-4dde-bb2f-2413bc81b6f4?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"d41b68d8-8209-de4d-bb2f-2413bc81b6f4\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:21:43.7410667Z\",\n \"endTime\": + \"2023-03-16T03:27:50.8571437Z\"\n }" headers: cache-control: - no-cache @@ -614,7 +755,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:00 GMT + - Thu, 16 Mar 2023 03:28:14 GMT expires: - '-1' pragma: @@ -646,8 +787,8 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -656,30 +797,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-7a56925b.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-7a56925b.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-cngju02w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-cngju02w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/b05800e0-7b8b-4950-bc79-23cabd18398e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/5e54d566-f861-4513-8af2-d7824d856c74\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -700,11 +841,11 @@ interactions: cache-control: - no-cache content-length: - - '4076' + - '4072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:01 GMT + - Thu, 16 Mar 2023 03:28:14 GMT expires: - '-1' pragma: @@ -736,8 +877,8 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -746,30 +887,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-7a56925b.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-7a56925b.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-cngju02w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-cngju02w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/b05800e0-7b8b-4950-bc79-23cabd18398e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/5e54d566-f861-4513-8af2-d7824d856c74\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -790,11 +931,11 @@ interactions: cache-control: - no-cache content-length: - - '4076' + - '4072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:02 GMT + - Thu, 16 Mar 2023 03:28:15 GMT expires: - '-1' pragma: @@ -828,24 +969,24 @@ interactions: ParameterSetName: - -g -n --file User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/listClusterUserCredential?api-version=2023-01-02-preview response: body: string: "{\n \"kubeconfigs\": [\n {\n \"name\": \"clusterUser\",\n \"value\": - \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlJFTkRRWFJEWjBGM1NVSkJaMGxSUlVGa2JucFFiVlkyY2l0elJ6Rk9XVUpQUXpodFZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUV3BGZUUxcVVYaE5WRUV5VFhwT1lVZEJPSGxOUkZWNVRWUkZlVTVFUlhoTlZGbDZUVEZ2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVSRUNrMWpVMHhuV0VKSlRWZHhiQzlCTm5kSFQxSlRTaXQwV25rMFVtVTFjVEJhU0VoSlFYaGxVRFZUUVdoUVoxZHRWSGt4ZFVsRU5qVXphVUV4UTBKSlVFRUtXbEZTYlRGRVIzQkpWa2xYWVVwYVJYSkdXakpHTnpSbmFqRXhRMjFrY2tKUWJIcGhWSFZWTVhwWU5rbzNSRmc1ZGtwa1YxSlVka2hTVlRJcmVHczNjd3B2Tm5kalJtdEpOa3BGTTNkVFpXSjJhVlZPV25SclkzWlVkbFp3Y1ZNMmIzQllSakpNY2xZMWMxQjRZbGswZGpOdVUyMDBRVUYxT1ZwaU1tSnZSakF3Q201dllrVkVaVEl5WjIxWmMyNTZXa1o1UVRGNmEzRXJkM2Q2VDIxVGRYWmtMMVJ3VUVoUU9XcHRTVlZYUm5JelJXWnRiVzRyVG5aU09FTmljamxoYVdVS1FVbGtVR1JWYzNsWVdYaEdTSE5WY1M4dllVMHdka05zU1VJMFQxb3liSGcxV0haaWIwdGtTRkkxTUdsSlREUXhiWGRyUW5KVmNHVXhURmRFV0hZM1RBbzJlV0pPWWtSR2VIWnNkM2xUVVdKTU0yaHNSa1I0TDJSV1dHOU9aazFIYkdKT1pVMXJUMDlpZDFobWVuRjRMMFEwWmtsQlRXNXBZazlCY2paRlNYQTRDblk0VDFCdlozRkpkR1oxUVdKVmFEZDJVV0pMWjNCTE5HNXNTbE4zZVhaaFZqRjVObTFoVWt0TVlYbFhibmRUUmpWdU1XOXpTakk1ZG0xTVQzWXhkUzhLUkdvdlYyWkhOa0ozYTJSU1lVdHhRV3hOTUZSR1FVNHlUVWx3ZDBZckszTkZLMnhIVURCUlZ6WmlNek5pU1c1VE5HRm5keTk2TkRWdFVXRnlNMU5LU0FwSWRtcDBNa0ZoYmxwV05UTk1UMUJIVldaclRsQllPRFUyYzJJNFJXZzJZa00wTmpVMVptVjRlbFJhTkVocUwzQkROV3BSYUVwWGVHSTRZbmhoVm1KUENrZGxSSE51YTBacmJWRmpOVFV2TlVwT1VuZENVa2h3ZFM5SlIyVTNkbmhVWm1sdWMwVmFVMWRLTWs1blowVlRaVXBGYlc5ck4zUTNZell3SzJsUU1UZ0tWVzFJYkhSbVRrOVNNa05UWkVGaFNVOXJhR0ZzVjBRNVExQmxhVk5EVDFsc1Mzb3JNRWxxTUhOUlNVUkJVVUZDYnpCSmQxRkVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRV1JDWjA1V1NGRTBSVVpuVVZWRlEzSm9lall6ZVdWYWNXOXZNRXAxQ2pac1IyczNlbVZvT0cxTmQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRKUWtGQ05ucG5NR2hxTjBoR2FUTm5XbFpaV1ZSemNtZFZNbU5hVWtZS1VVaHdORkpoVXpCRVpIZzJkV2x1VkdOMlNVVm1lWHBHSzBGUVJ6bGFSRzlDTW1samNGTlFaazVzV0RKeGVUWnJiRXQwUzFwdmQwOHpNRFJWTVZoUGFRb3ZNbFoyVWpsdFJIRmFaMUp5YzFaeGFXRkxRV0psUWxnclpGUm1iakY1U0hSSWRGWktOMU12VVRGeUwzRlNVRGRwUlZsNVoybE5RVWxsYkhaTFNVZHRDa05oUVVSUlUyVnhlbGx3VUdSS1drMDFXRmxqZGs0ckwzZHZWVUV2VEVObWNIVnBXWFp3YjJsUE4waE5SRFF6YlVaVkwydFVPWGxDT0d0eVNFc3pNeThLTDNkMGNXcGxXRTQxVEhGM2NGRTJUWE5aZEVOalZHaENNRlpGT1hNeFdEZEtaekpYWkhWU1VYaFVZMFJyVURONVZITnBWMmhyVUhvNWJUaEtVMEZRU1FwUFNqQkVNMnd4ZGxwR1NteFZUR05GU1hjcldVa3hOMmx3U2tKMFZUY3daakZPUjNKRVNYVkthVmRDV2xBelZXZHpVVkZZUm10blJreHZZV1JPYjJKc0NtUjRRekpNZW5odWVrbEVlazFQY25VME9HdFFSMXB6UTFodFJDOUNjbGhTVUZWSE0yVk5kSEZ3VVVsVFozSnhiVWRXYTB4aVpXb3laSGxIYUU0clpXVUtSRWxWWnpoRGFHZHVXbVZJZG1SM00xWXJlRmRxVG1GeFVreHdkVU5xTUVkM1dHMDVVVmgyUkcxVVRVWjVUbmRwVFhCTVJVVnlZVXN4UzJJck1tMWFTZ3B5VUhreE1UQkhURGRrU2pkSmRHWjZXbmR2VDBab2JHSmhiRXhpTkVJNE1XdE1lVWhxWldKbk5VOHlSR1pGWW1OQmRGWmpSR2RJVVdWS1ZGQjRSbXBMQ210SWRISnZNQ3RZT0RocE1USjJjamRVUVZWdWJFdEZNVXgyUzNoRE9EZE9TVkJTVldsRFNFcGpWemhDWjBObFpGZGljSE0yZGtNeE9WQnRhMXBFUkZjS2VrZ3daakJXV1ZSckswbGxTVGhFVGxFMFJuaFJTSEV4Y1VoWmIzUTJRV1ZoVmxSME9YcEdXR3hhVFV0NlEyZFhlVmt5T0ZoT1N6QkhjSGgzVEVjeldncElTaTlQY3pnelEzQkdVRkZwZWtORkNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2NsaWFrc2Ruc2szdmRydWktN2E1NjkyNWIuaGNwLndlc3R1czIuYXptazhzLmlvOjQ0MwogIG5hbWU6IGNsaWFrc3Rlc3RyZ3phbHIKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGNsaWFrc3Rlc3RyZ3phbHIKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX2NsaXRlc3RkemJzcHk3c24yX2NsaWFrc3Rlc3RyZ3phbHIKICBuYW1lOiBjbGlha3N0ZXN0cmd6YWxyCmN1cnJlbnQtY29udGV4dDogY2xpYWtzdGVzdHJnemFscgpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJVc2VyX2NsaXRlc3RkemJzcHk3c24yX2NsaWFrc3Rlc3RyZ3phbHIKICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVpJVkVORFFYZFhaMEYzU1VKQlowbFJRU3R5YVdReFltOVVUVWRYU0UxeVJtTXJaVlkzYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZ6UmtGRVFVNEtUVkZ6ZDBOUldVUldVVkZFUlhkS2FsbFVRV1ZHZHpCNVRXcEZlRTFxVVhoTlZFRXlUWHBPWVVaM01IbE9SRVY0VFdwUmVFMVVSVEpOZWs1aFRVUkJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNWWGRGZDFsRVZsRlJSRVYzZUhSWldFNHdXbGhLYW1KSGJHeGlibEYzQ21kblNXbE5RVEJIUTFOeFIxTkpZak5FVVVWQ1FWRlZRVUUwU1VORWQwRjNaMmRKUzBGdlNVTkJVVU0xVDNGNE1ucHVORXhxVFRCbVl6WmplbFpKT0M4S1J6VXpTWFl5U1hWRlkyRjJUVWRuVEdwMlZ6Y3JhRFUwVWsxeksxTnJTVTVLV1RsYU1pOTVRMmxhWkV0NFUyUTNLMGxhUkdkMWQyUnBlRTlyVFRGS2F3cDNjSGQwY2xFMllYUmthSFpIUWxJeU5XeFNlRFF5VUc1SFRtbGtjVEpTVWk5eWN6WnlRalp2VlVOU1YzTm9SM1ozWjA1UmVqQmFXRVJhVDBOaU4yTXpDbm8xWkhsRmFHcElNbWxOYWtKNmQwWmtlSGczWkVkR2NXUklUalpDT0VoV1ZrUnhaakl6YVV4TGJtSkxOaXQxZFdjM1VXRlRhREpRUlZsRVNYRm5NSFFLWmt0VVRXeENabmd5WVVsR2NuRmlabVlyUzNsT09TOTNlamxLTm1JNFdsWklNbTVsVERoaE9GQjRVWFo0V1dzd05tcE5RVE0xVjNsQlYyeHpjRTkzTWdwd2FEUTVUSEpYY1hjMmJHdG1hbVZwZGswemIyaGFSRkl4VWpWaVZuY3libVZJV2xGb1JFRkhWbVo2Wms5dk9YZFNWVWhEVGsxcE5qbHpUR1ZCYVc5WkNreFBSR0ZrWldweGJtcFNUVE0zTHpSbFZuWkRUbVJGUkdoeWIyYzFhMlpTTUU5SU1UVlNkVlZsVkVkamRHaENaVEpoZEdNd1FtaHNhMWMwVlM5NmVsWUtlV1JUZFhkVE16TkxTMEpvYkVKdVVFRkljMGRMSzJ0blJETkhaekJOYlZOcmEyNW1XV05ET1ZGSWRUVXJRbmRyVGswNU5YZ3dWelJHVWtKamVVdHROd3BuYm1SdU5pOVJTa1JyUldSWlIzRXpaamxNY0U5bFlXeDRXVlZ4WkM5a1Ewc3JkVW93TmpWUlpYSmhRVnBJWnl0R1dUQkZPRkI0YjJ4Wk1HMU9lWFV5Q2tGMVYyUjBhMHhqSzFSSGJEUjVNamMzUXk5QlRYZEpibnBqVHpSVEszZG9ZMlJ0ZEhsalUzQlBSVVF3UzNabFJGa3pjeXRoYTFSR1FYcFJiR05KVVVnS1UyOURSRXRtVmxabVEyNTJZMmhyUVZnck9GcDZiSG96Ym1oc2VGSnhVR1JqY0hORmNIaGxOV1JGVDIxSVR6TTVZa0pHUXpaVVZFcGxXRlZ4V1ZGS2JBcHpZekpwYjFaclVXbHhWMUo2UkRaNlRFRkNNREZSU1VSQlVVRkNiekZaZDFaRVFVOUNaMDVXU0ZFNFFrRm1PRVZDUVUxRFFtRkJkMFYzV1VSV1VqQnNDa0pCZDNkRFoxbEpTM2RaUWtKUlZVaEJkMGwzUkVGWlJGWlNNRlJCVVVndlFrRkpkMEZFUVdaQ1owNVdTRk5OUlVkRVFWZG5RbEZSUzNWSVVISm1TalVLYlhGcGFsRnROM0ZWWVZSMlRqWkllVmw2UVU1Q1oydHhhR3RwUnpsM01FSkJVWE5HUVVGUFEwRm5SVUZ2YVhwMFdrNVVjRVowTjFKVU9VWkpXbWh5ZEFvck9Xb3daWFF4ZDNadFkybEpjVTVTVTBGSFJFRjZLelZWWVZCTWVqSndUVGxCWW5Bd05FcDFNVlJhZG5GM1EzZ3hNMjFqTDFGMVRsTTNVM04wWm5jMUNscFlhWGt2Wm01VkwxZE5aa05ITUc5WFRHc3hZMmN5UTJaQlEwRkZlVk5RYTNVNE4wNDNjSE5SUlVsR1puZEhZVEpvWldWVlRGSTRjRmRKSzBoa1NYSUtVVll3ZUdGNVpFbHBTV1ZNSzI1M1QxaEZPVFpxWkVKa1ZGcGtTRmxNWVd0bE4wcERMMEZSY1VKdlUzbDNjRXRoUWtWRE4yb3JaMll2Ymxad1NGRkNWUXAwTWpRMFkwbFlUVzVETjFWWGMyZGlWakZNVGpWb1lVdEdabXg1V0d0MlpVSkNRaTlDV1VWU1EzWldSV0ZHU2tkb1oxaEZUV1p6VFc0MGRrVlJVMGRyQ25sYWFsWXdMM0ZUT0RCVFNrZE5ka0pFVDJOVE1YTnpUSE01ZW5CVlFVNXVjR3d3VlhOSlNFVldkemRGVDJWclVqRmpVVXhSYUZoMVJqQnpjMWMzWjFZS2VWZG5WRGhCVVZjMlltWTJWek4yVGpaU2FWbFZkMmhpTUhwU1pHSmFWV3BrUTNZMkwzQnBVRWhITTJsV2Vtd3hLMEV6TTNwa1JYcDNOVXRtYzNOYWJ3cHpRbms1VkM4dk0zRllSemRSYTFKWVYxWkplVlEyWnpORVlWaDNSSE4zTVU5c1owMW5XVFJwYUZKd2VXMVFTa29yT1ZObGRVVndjMlEwY1c5S01HdG1Da2xCVFhaNlMxQTFLeXRtZEZSc2NHdGxTRXgwT1RrMWRqaHpXVlZaS3psSFNIUkNNVVJCVVVkbE9HMDJOMkp3U0hWR2NUZzFhR3hNYjBzd1pWUk1kM0FLZVd0Q2NqUjJTMUZzUVhFMlNHeHpkR1Y0VG01cVlWTkhLMDFPWTBkSVNUSnJjVFZZZG1zMFJtSlpSbnBEUlVad2RtMW5NazV2YUN0S2FEaHVXSGhpZWdwa2JIVlBjMHRIWmtaSFZVUjRaVFJCTnpSUWMwOWlOM1l5ZGk5a1pFdEpPVWN5SzBOSmRtaFZlVFJGTUVoWGNEWktURXAwUTBnMVNtbFRibUl5YUZkTUNrdEpObFZhVmxkQ1l6TjNSM3AxU25oSWIwSmlTMkZWUFFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgY2xpZW50LWtleS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJTVTBFZ1VGSkpWa0ZVUlNCTFJWa3RMUzB0TFFwTlNVbEtTMUZKUWtGQlMwTkJaMFZCZFZSeGMyUnpOU3RETkhwT1NETlBiazB4VTFCUWVIVmtlVXc1YVV4b1NFZHlla0p2UXpRM01YVXZiMlZsUlZSTUNsQnJjRU5FVTFkUVYyUjJPR2R2YlZoVGMxVnVaUzlwUjFFMFRITklXWE5VY0VST1UxcE5TMk5NWVRCUGJYSllXV0o0WjFWa2RWcFZZMlZPYWpWNGFsa0tibUYwYTFWbU5qZFBjWGRsY1VaQmExWnlTVkp5T0VsRVZVMDVSMVozTWxSbmJTc3pUamdyV0dOb1NWbDRPVzlxU1hkak9FSllZMk5sTTFKb1lXNVNlZ3BsWjJaQ01WWlJObTQ1ZERScGVYQXllWFYyY25KdlR6QkhhMjlrYW5oSFFYbExiMDVNV0hscmVrcFJXRGhrYldsQ1lUWnRNek12YVhOcVptWTRUUzlUQ21WdEwwZFdVamx3TTJrdlIzWkVPRlZNT0ZkS1RrOXZla0ZPSzFaelowWndZa3RVYzA1eFdXVlFVell4Y1hOUGNGcElORE52Y25wT05rbFhVVEJrVldVS1Z6RmpUbkF6YURKVlNWRjNRbXhZT0RONmNWQmpSVlpDZDJwVVNYVjJZa016WjBseFIwTjZaekp1V0c4MmNEUXdWRTRyTHl0SWJHSjNhbGhTUVRSaE5ncEpUMXBJTUdSRWFEbGxWV0pzU0d0NGJreFpVVmgwYlhKWVRrRlpXbHBHZFVaUU9EZ3hZMjVWY25ORmREbDVhV2RaV2xGYWVuZENOMEpwZG5CSlFUbDRDbTlPUkVwcmNFcEtNekpJUVhaVlFqZDFabWRqU2tSVVVHVmpaRVoxUWxWUldFMXBjSFUwU2pOYUszWXdRMUUxUWtoWFFuRjBNeTlUTmxSdWJYQmpWMFlLUzI1bU0xRnBkbkpwWkU5MVZVaHhNbWRIVWpSUWFGZE9RbEJFT0dGS1YwNUthbU55ZEdkTWJHNWlXa016VUd0NGNHVk5kSFVyZDNaM1JFMURTamd6UkFwMVJYWnpTVmhJV25KamJrVnhWR2hCT1VOeU0yY3lUamRRYlhCRmVGRk5NRXBZUTBWQ01IRkJaM2x1TVZaWWQzQTNNMGxhUVVZdmRrZGpOV001TlRSYUNtTlZZV296V0V0aVFrdGpXSFZZVWtSd2FIcDBMMWQzVWxGMWF6QjVXR3d4UzIxRlExcGlTRTV2Y1VaYVJVbHhiR3RqZHl0emVYZEJaRTVWUTBGM1JVRUtRVkZMUTBGblJVRm9ha1EyZEhkMU9FSjZVVmhsZG5remJXaHNaSFZrVDFKRFRtMVhSVVpuZVdZNFRIRTNZM3BDVUVaRWF5dERObTF4T1dKNVlWVklXQXA1TjNKNlFXTk5ZV2d3UjNvM1JERk9WQ3RYZFd3eWVXeGhlVlF2VVZJME5FNVhUVlp1U1VjelltbDVZM3AwVEhCU1MxUXZVVWhKWjNCSlIwSnhWMGRLQ2xaUFZsUlNTVGRwT1V0blJ6VnFWVUpZS3pjMlVEWkZTRkk0TUZacFIzQjBhRzFsVkRac01tWmlVVmxXZEhOUWJrdzBNVTQ0WldsNGNrTjFiMmR3ZFVZS05sUXZMelJhY0Nzck1UTldibVJYZFdsbmF6bDRkVTVuVlVndllVVnBWV3cwTUhjMk1rdDZXbXMxU2toT1RUUmhaSGhFUW5aV01XbFdLemxaVjFaNmNncDJkSE5RSzBaelpXcGpiRzVOU2pKdVJ6WXZabUpHYkZobWFUQjRUVUp3UXl0QlNUVXZTaTlLZGxwTmRsUlZaa3BUVUZwVGVEWklSbGd4YWlzdlJpOXhDa2d3VkZVMGFFbDZielpzZVU0eE1FWlhaVkZTZEVadFNFeFlNbFkzYW1SMVNFTTNNaXRKTlU0M1dUaHZOVlJPVFhwa2NVZGFaMDFsZWprdlVqaFFURGNLYUVaTU1tSnlWRUZSUTAxM1kxbGFNRFJWWm0xT2RHTXpaV1J3YkdONFZqVklUbWR3VmpOTWJVWjFjRTF2Y0UweFdUWllaWE5MVUZGTmNGWXpaVWxrWndwRWIwUnlVM2RqWm5GRVQyeENWV3hpYTBGRWNVZFhRVnBqZFdKTE5TdERSRXAzYmxSM2FreG1jREZJWkZCb1ZrUlpPRTFpZUZOVk5FdEJkM1UyWlhKM0NuWkpaWFJyZG1oa2RGSnJabnBaWkdwelRpdEZOMFY2VVc5R2FHNHlUMUJDY1ROWEwxUjZVemRUVDA1ME5WZEVaVnBGUTFKWmFVNWFWVVZsWVRWT2RYUUtNSE0zYldoaFJrdElXbTlYTVc5NFN6ZzFlbUpXV0d4UFExZ3Jkemx0V1RsRVltNWhUR3RyU1hGa015dElUSFJGZWsxdE9YSmpWbVpCYTJ0SU5rVmlZd3ByUlVKNVUyMTRUMGx6ZVV4V2JrZzFabFpoV0c5SFoxTjNha0ZKYVZnek5rVkpVVXRaWWtVclZ6WXdSelJ6UVZvdlRGVkRaMmRGUWtGUGJUSnVlWFJrQ2sxeU9VaHdVVWxvYW1ORVJUZG5VaXR3YTJ4eVNXcFFUR0ZKYWsxcldHNUNUMW8wWmpNeUx6UktNRGM1YWpCUlRsSm1iVFYwVkVsNGNHRmlUMUpXVUZjS2RDdHBRVGRaWTJjeVdrNHpWR2xqT0d4dFdWbGxLemhGZW1oVVRIQTVLMkZ4UlRSbkwzVnlaa05ZZURodmRYVjNTWHBUZEhCRVoxRTNXVWhuTmpJeFV3b3lTVVo0Tmt4dVdGTlRVVTFsYlcxbVZ6aFJhMWx1TVVWalJGSkRUV1ZFT0ZCTGFIZFRjRlJpYmpkbGRWaDFNV2wwWVhWVlkxbHBhSFpSUzJGSldWZDVDbGN5VGxCQ1ZFMUZTekJpWVU1bFdYVkxZVVZMWWxWSVduRTFVbXMzTDBsM1ozVkZaR3h4UVc1U2FHbHdWMjFXU0dsVFFYZHhTVkpVUkZaMGMwWnhLM1VLUW0xUlduTndNREZUTURCclVreFFRek40U1hwV2VTdFJkRUZRYVZGT1VEVkVUa2t5ZVdwSlFrbEdRelpuTUdwSFkyY3ZUVVF4UzBaRVIxZ3ZOamxYVVFwcmQySXpkVmRQUm1KSWRscFliSE5EWjJkRlFrRk5jbXRrYjNFMmVDc3dablpUYlN0a2RFY3ZXQzlSUjJ4MWVWZHBUSE5UU1U1Slp6azBhVnBvWWxkUkNsVjRhRkZwVmxSVGNIWjRWVFZCZUVwSWJtWjJNM04xZUVzMVV5dFdaM0JwWmtkUVNYRk1kV1paTURSME5tRkVhbkF3U2tNd1dVMXhORmxVY0VaWlN6SUtWMnN6VTA0elF6a3JjSFpOVkhFelNYTTVibVZNV210Q1RrWklRa2R3YjA1a2RVMUtaekZrUkRGcFoxcEphV1EzUkdWT2JXZzNOWGRwUlhSd2NGTlpRUXBOWTFnNE5VZEZRVlIyV1dSNk5tUnhUVlprYW5GMFZVaEVOaTl0VjNkcFUzQkVkSE53YzNZcmRVVnlOWEYwYUZKT1prVkRaelpJT1hKdGVFSTFUMVZuQ2pobE5IaHROR1pNVFVkeWVITlpOR3BRU0ROTWQyOWhkVWxUTlU1aFYzWmFRaXR5ZVcwd1VWUnJRbTR4VFdGaFZVNVFVRUZqZG1aSmJYZHJSVGhLUlhvS0t6Rm1XV0ppYlRZdlMxQXpORWxEV1haWVFtSXhaV3A1VUdORWRtSXJZbTFXTTJSVWVHODFZVkZKT0VOblowVkJURFpJT1hwTmRrRTFVVlpKUm5sbldncHBVR3hhTDFkaFIyODFORWhMV1VaRFpTdGpaRzE2UVV4bGVsQktlVlIwVGxnMlkwVkNVREpxYW0xTlVVUXZkbGxhUTJaVlRESk5jWFJ0VGxsb1pISnVDa2hWZDB0cVMzRnVhVWxXYVRsUVRVbDNWM0JGWlRack9IUnFaVFZZVFhNMlZuSnVZMUp4WW5Wa1psVlNOME01WmtOTlNqZHRVblI1WW5Wa01WcEVUVUlLWjBONFpUUndiMDVFVDNaU1pYWkNkelJsVnk4emNtWndPRkJhTlRkT04yRk1XV2xJV20xQ1p6UkhhSFoyTUZsbWFrdEZNMUprVmpGR1RXUjBTM1J0YkFweVJtOWhPVUl2YVdOcFZEWTBXbTV2WnpKVlZFWnJlRmN3UjFSRldub3lOVFZ3Y2xab2NVUlBlazVYT1RoelNYVnFZbmcwTTNwT1luTkNhMmR6ZWxCRENtUnBWak5NZUM4dlkwOXJkakJ6ZW5WTk5FSjNZMEZPY0ZodmNUSkxVSHBpZUdwb1RrODBOMlZtYlU4M2JEZHFkMHgyVnpZM2FISTJURVZvWlRZeU5uUUtSRzk2WkRCM1MwTkJVVUl2VnpFeVZuYzFNRkJ0WVdGNE9URTJObFp5YVhsbmVHaHNkR3BDY0hwUU1WSkxWMUkwUjBoWk15OUVjRTEyZGtWV2FqUXhSd3BSZW5STVFYWk1aazF1UkZaNE5HRnNkbUo0WjJ4SFYydGtVMkZHWWpReE1GYzFiVlphY0VaMFNrZG9SRkEzTWtWSmNFNW5SVE56Ympoc1ltVnlSVWxPQ2xobVptUlhiV2xoZWpjMGNteDJabmxuV2xwcVRWTlNOV0V4Vmtsb09IQTRURkp4YkZWaVluTkZWVmxSU1hFNVRFNTVkREZoVWxoV1VTdE9VR2xHVVVrS1dtSnZaRk54YkdsUk5uWlBVVXh3TWtoa1JIa3hjVzVGY1ROVlowRXJjRWhHWlZaTFJpdEJWMUYzTDBKMFZ6SjRaM05PWkcxSmNVVnFRbk50TmtWTGFRcFFjMnBJWjJoTVRXNUJVMnhoWkZKdFRHa3lTV2g0YkZSUU5uQTJNWGhVVkZadVozVkxhMWcyTkRocVNFSlBUbU5wTHpnclFtcFZNV1JUVDJKUVIyRjBDblpyUkhOT0wxSm9MMU5QVUV3NEwxaDBabE15UzJONWNHMUxja0ZZUzBzNVFXOUpRa0ZSUkdaM1NYZE1jVGhITW1ZeVlXUm9UMXAzVkZSeE5VUTFjekVLTkU4NFduQXJUbkJ6UzBOemFrSXlRa0kzTXprMlJYUlBSekkzTVRoUlVITnBXVTVoVGxSeVJXVjNNbWc1WW1GU00wa3ZXbkZzZWtkaFMyVXdiRnB4YWdvek1IZFpUeXRoVTBGWlNtOVVVbFZTTkRobGRtSnpTVlozU2pBNVlWRlBTU3R5YVVoSU5VSjNVRU5QTDJwMFlYSmxlazlWU0ZoVE1tbEJiaXN5T1c1RUNpdHlhbkpOTlRoS2MwSTFLMm8yVWxaNlJURnBORWhTTUVGSmRtdEZWalU1UkhCQlFWcDRibUZVTjJkWGFGZHNWa1E0V1dwVVRqQnlhRkF6UkhReWFIb0tRbU5hYjFoVlJFZGlibWQ2ZVZJemJ6UjNSVzA0YkVwc1pqWmFRMFJ2VG5CdE9XMUpaMDF4T1RWdlVrZFpTa2RpTUdFMVNVTjRhRVpXYm5wTllUZElXUXBJVldab1NYVXJlSEp5YzB0eWJuSTJja1p1TTAxcVIwNXhObk5KY2taMlEyaHhlVVY2UVU5RVNrTkpSRFU1Vm5vdmEyRjNiRmcwYldaRmVtRUtMUzB0TFMxRlRrUWdVbE5CSUZCU1NWWkJWRVVnUzBWWkxTMHRMUzBLCiAgICB0b2tlbjogY2U4ZTNhN2MxMGNlYjc2N2RlMDYxNjI2YTczMDJkMWY0MjYzZTE0MTRjNGRhODJmOGEzZWI3YjhkM2VkZmI2NTFlODAxNGFlZTQ2Yzc5MjQzZThkY2UzNDI4OGVkMmU1YWU3NjkwMzI2ZjUzMTIwNmJkZjJjMTczNjBjYzNlYzAK\"\n + \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVZCRmJ6WlNXVmRKVWxBMVNWQnlNVk5vU0haVGRFbDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BOZDAxNlJUSk5SRTE0VFhwQk1sZG9aMUJOYWtFeFRYcEJlazFVV1hkTmVrbDZUVVJhWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNuWk1NRGhqUzAwM0t5OUNlRGsyUjNGSmNsUnpReTlEU0c1TWVERlhkMHhRYkdac04zTXhhbW8yWVdkWFZERk5VbWxEYm5OcWF6UjRhbWdyV0V0c2VWTUtObFZGUms0eU9TOHhVV1ZUYW01VU1VdE9kVkJ5WVhKVGR6Vk1PVXAyY1ZaNU9GZFNibkJsUmxCdWFIRTJZa05EWm1OYU1YUnFPRkJMZFhJNWNXaERkd3BPU0VaemJERjRWazFUTkRRNFZVc3pTblp4SzBVemFWcDNkRkJCZUVVdk1EaFFSeTlSY2xWMVlVSllkQ3RSWlU0NVQxRlRSRkpZYTNSWVlVNDNVVUpwQ2psRlZHOVphM0pqWVZCVlJYRXJMM2RWZHpZeVlpdFVWMUY0ZWs5a1JqbEpORFJsVTB0a2RIWldORlUwZEZwT1RFUlBZamQyZEVGdVpIcDRkREZKTkhFS2RYUTVMM0ZwT0ROSk5uWTNVRGs0TVVSeU0wZHJSQzgzY3pOaFJrSlVlbWt4YTNGSlRVdHRialJKZDJoVGRteE1jMmhGY1hGQk1FUlBVR3BLV0VFMmR3cG9UelpEV2xWU1RFVk5NeTlNT1ZwNGJHRldiWEF5YjFoVmFXVXhNRXRLVkZadVMxcG1lbGhUT0dob016UXhVa3RhVVVkVmNHMVdWR0UzVDJwMmNsZFlDa042ZG5Wb1p6UldPVVl3WWxKelJqQjJZMlV2SzNsRGJFMTBkR2t4Y1VOTlVqTmxSbU5vVFV0UGRtdHZjVGRSTjNWc1pVbDFTWGwxV1U1Uk1FMXhVSGdLYldkbk5pOURNU3R6SzB0aU4xQnRTSEk0Y1RnNFRVZDFXRVEwWW5SWFVteGpUV1Z1YVRKamJUaFhaM2czSzFwVFl6SnhhMkprZFZsRmMweG9WRU13VUFwd2FIQlZWRTg0UkZBdlUwSjRXVTVpUkVZMVRGaGpObkp1T1dOelNYbFRhbVl5T1U5WmJIQnVlRWhsVURoa0wwTXZUa3BNY1d0bWRGRXpWV3RVVTJsQkNuZEdVRTgzY2xCWWRrbHlZMFp3VUhveVYwRnJWMU5WVW5adFMyWm5RMFpwZVVFd00wOXBNMUpETkhaRU1GcDJVVWhGYVZKTVNFUm1XVUZJTmtoaFNXSUtjRFowWjBsSGJYSjFXako2UW5Sa1JXNDRaSEE0UWxWRVNIRTNkVXRvZDBONlVVbGxNR2RyUkZjd09FTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1VGcFhOR05FTVZkdlRIQTJZMWxxQ2xNck5uUkRVM2xDV1ZkclowMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFuaHFSRkpMTlRab1RuYzBVbXR5TDFSR09VUkVibkZTVWpBS09HVmlPVlJ5UVdJeWJXZFphMUE0VUhKNFNsWldNbGR2VWt4RVVreDNVMWxyWXpRelJrdGxUMEl3WlZSR1pVRkRSWFJKVDNSTldHTlNkakJWWVVkUlp3bzJMM0F6UlZveFdDc3ZjbEUzZWt3NWRFRk1RV3RKZDNaU2JXZEpUMEY0VUdJNWRIQklPVkpOY1hrM1VURllkVzB6THpKUmRrbFBWRkkxVFVSeVJtTnVDa0pUWkVWMVdHWXdiMjFGY2tJNGNEQjBVazVvVWtSTU1HSmlUR0o0YUhKbmNrNXlOUzlzVkZGeGRsQjVPWFk0YTFWa09GbzBVMGRVVjNWa2NXaDNhamNLZURKaU5UaHNaMnREYTFjNVFWZEljRzlqY0VveGQwMTNMMXBDV2xJclJWWkxOa1JRZDJKV1NtSlpZbEVyUTJNNWJFb3dRMDUwZERoeGRrWnZLM0J5TkFwSGVqWmFRa2hvVFZSd2FtVXJVMlo1UTNad1drVnVWakZyTVhSbVJHUnhVRFY2WTJSaE1sUjZNV0Z2YUdoTE1VMHdRemxoZUZGdVZsRkxWSFJ4UzFWdUNuWkVlVTR2YXpabFRHeEZha0ZZYkRsdGNtUlZibk55VVc5UEsycE9TbWxETW0weU9TOWhlakEwYXpBdlNYTlZOVXhJVEhsQ05qWjVlSFZxVERRMWNDOEtlWGczWlVRNFExUkJLemRtUzJKM1NVRm1Va0kyYkZaNU9ERldjMDUxWTNRd1FucFdiazFvT0d4alVtTkxOR3hIV1c5Vk5GSXdRMlU0TkZneFZFVjJSZ3B4VkZkeEx6UndaazB6ZGpWNmNIWXZMM1JFUmpOM05scHZSMVl3V0Vvd2VGSXhjV01yU1VGdFdXUm5iU3RRZGpkUkwzZFNXSGxrVkZCMk5teDJhVXBhQ21SclZUYzVObVpNTDNKclJVRXpXbGRaZEZONFZXeDVWVWMxWlZkSGJUQmpaMDUxWTA5cGJtSkhiME5wUzJsMWQzRnZkM1JuUTA5S2IwMTViWE16ZEVJS2RrUndNbXBTWVZSWGExTmhWbTVHTlVkTFNUUmlXVnBuYlVoclVrUTNielp6YTFoTFJtbGxjMnN3YldkREt6WmFVRlZ1UjFVM0wyeFhjRE5UUWxNeFdncDFOamhNSzNsd1pXZHhRbWRxTkhRM2JFRTlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vY2xpYWtzZG5zcHdiNmpuZS1jbmdqdTAydy5oY3Aud2VzdHVzMi5hem1rOHMuaW86NDQzCiAgbmFtZTogY2xpYWtzdGVzdG56bDVldApjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpYWtzdGVzdG56bDVldAogICAgdXNlcjogY2x1c3RlclVzZXJfY2xpdGVzdGVienloaXVwNmhfY2xpYWtzdGVzdG56bDVldAogIG5hbWU6IGNsaWFrc3Rlc3Ruemw1ZXQKY3VycmVudC1jb250ZXh0OiBjbGlha3N0ZXN0bnpsNWV0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfY2xpdGVzdGVienloaXVwNmhfY2xpYWtzdGVzdG56bDVldAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVWklha05EUVhkaFowRjNTVUpCWjBsU1FVNWpjRVZvV1V4MlRHTXJVR3BQVDFaYU1XaGpZa0YzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhjS1JGUkZURTFCYTBkQk1WVkZRWGhOUTFreVJYZElhR05PVFdwTmQwMTZSVEpOUkUxNFRYcEJNbGRvWTA1TmFsVjNUWHBGTWsxRVRYbE5la0V5VjJwQmR3cE5VbU4zUmxGWlJGWlJVVXRGZHpWNlpWaE9NRnBYTURaaVYwWjZaRWRXZVdONlJWWk5RazFIUVRGVlJVRjRUVTFpVjBaNlpFZFdlVmt5ZUhCYVZ6VXdDazFKU1VOSmFrRk9RbWRyY1docmFVYzVkekJDUVZGRlJrRkJUME5CWnpoQlRVbEpRME5uUzBOQlowVkJkbXcyTkVsWWEyWjBOMDU0ZFUxYVpYZExabThLVkZkNk5VaHRXa280Tmt3MlNVRlRkRkZFV0dwVVpUaFZibXBrYkVnelZqZEdlWFJZZGxkcGIyZE5UVWxSZDA1Mk1tUkJUamxYUXpkc09IWllSVlE1TlFvM01XVldNSE5FTjI1WVFXOXNXa2RUZVZGdmVrRjBNbFZWZG01dEswZHVUV2h1YzNKeGExTnNSVUo1Y21GMlIybzBiMFJSVFM5YVFXNTFUbWhyVEhNckNsbERRVEo0ZWpZd1RsUnhiRU16Wld4aVozWlBabTFTYTFoWlEyaGFORVZpWWxoWWNUQlllbmRKZERaNlVraDFOVThyVkRGa1lXdDNUeXR0WlZrNFZ5OEtkSEZUU1hBMEswMW1hRVV6YmsxcGNYWjBMMUo1YkRsR01qVnZSMmhKVmtaVlNtZzBXWHBGY1VKSmRIUnBNelV3WWtkUVZXSklSSHBxTWpBeVFWSnlaUXBaY0RrNGRHUkRVVXgyWkVVNFZVOUNaMWxSTjJwU0swWkJLelIwZFcxRmRrWTFTV1p6Y0RVdmExTmtkU3RKUzNSeFVTOW1ielJoVlVSVVlsZGpla3hXQ2xSMmQwcG9RWEZWY25ZMGVIUjFjV3hyVEVnemVEVjFUR3hZYkhSUVV5dGlaMk0zS3pSalVsSjJZbGQyZWtWTU1FWldZVmcxWVRSSVkxbEhUUzlLUzBFS05WZFdZelZTTkZBd01taFJVRTUxWTNGaGJsb3hjR1ZrY1c1UVJXNUNjRFZrYjJGeVNraHdVRWw0ZW5WUmVrVkhTalZ3VUdJeWEwUklSMGg0U214NldBcHRNVkJSZHpKSE1rVXpkVmhuY0M5aE5IQmxibE5YYjJWS2VHbGtWMlpsVVRWWVdqZzFiVmxQVVVSNlEyVjRWR1ZXT0ZCRlRrZDRhbXQzTjA4MFVIbENDa1ZKV2tKR1kzbzRUMDl2VVRsWlluSnNTbkJJWjA1NmRUSkNiMU5QTDFwSmNYbG9TMWhwWkM4dlNuRnNOMlZ1ZW5WYVRHWnJjRU40WlZCUWRYRkpTa3NLYm10U016TkJkRWh5UmpZd1NWQnRNbHBhUTJ4TVExTnRNR2xMYkZacU1sY3daV1YxWjNaTGJFVnFSM1JzVDFGNWVuTm9ObFZSUm5rNVlrdHliMGhRZVFwbk9EQmplRVJDYmxSeVJXRkxVa3NyYmtWNlFXZHhPRU5CZDBWQlFXRk9WMDFHVVhkRVoxbEVWbEl3VUVGUlNDOUNRVkZFUVdkWFowMUNUVWRCTVZWa0NrcFJVVTFOUVc5SFEwTnpSMEZSVlVaQ2QwMURUVUYzUjBFeFZXUkZkMFZDTDNkUlEwMUJRWGRJZDFsRVZsSXdha0pDWjNkR2IwRlZPV3hpYUhkUVZtRUtaM1Z1Y0hocFRrdzNjVEJLVEVsR2FHRlRRWGRFVVZsS1MyOWFTV2gyWTA1QlVVVk1RbEZCUkdkblNVSkJTRGxOY0UxTk9XSndXazQxTlZkNGNsRnJiQXBQUlhsaWFWbzBOakUxWm5kV2NtbHdSV3hFTld4bFlVZHNSRGxRY214WlVuUTRkRk51VWxSbWIydzNha2xKUlhWYUwxQTRaRGRIVm5GQ1lWWjJTMEoxQ2xNNWNWRnVjR3c1TkUxeFVYSnNSREJ6ZFhObUt6ZE9lVkozZWtwNlNYWmlSR05PYW10U2NWSmtXbXR2UkRoMVdGWk1ZMjFhVUROcE5YRkdPSFVyTUZnS1dsSnNjVGR5VFcxYVVIbE5hR3BVTkVWWmNtMVdSMVo2WldOQ2MzazBOM1pVVEdOdFZuWmplV3B1TXpWcE0yUnRNelZ1VURaelNHMHlSRGRWVGxOT1JBb3pWbEUwYUVZeWVrMW9ZelJuZDNZNVZXNWFhVEpzTmtSQlpWSTJSWEpxY1V4c1NEQjJOMVJ1Wm5rMWR6TmxSVTF4ZEd4Tk5FWXlLMk53T0hrck1HaFVDaXQ0T1VaeVdWWTVXVTVNY0RWVlNVZHZTakF4YkRWMGMxWlhXbFpsVDBWQ1Ywb3JVVEJsVTBFeldERldWRE42U21kRVJUbDRaVnBxT0hsRVNsZFhWRk1LZGtkMVMybGFkR0p3ZFhwTGVrRlZUM2x3WWtKdUsyaGFielZVU0VkWE0ySnFZVzF5UVU5TWVrY3lNWGxJTUVwaFl5dFFjV0Z5UXpoeFNrdHJUbm81YkFwelRUaDFjMHh4U0RZNE9HMHdPWFpNUjBScldDODJZM0o0U0ZoU2VqbFNOWEZWWjFsSk1scGFUV1JPV0RVNWVWcENkWFZzVEhCcFV6bEJNRE4wZFRBeENqVkNiRlVyWTNSVFRtVnNLMWwzU2paR0wwcEhSRTlQU1dvd2JtVTJOSEZMY1hoemIxQXlSMXBJVFhKWmFHbE9TbVIwWnpKcVpYZERkMll2SzBObGFIRUtNblU1ZEhSS2FteGpPSFpIZWl0RWFGbHJhVGR2Tmk5eVR6UmljR2xIUW1oSFZGRnJTRk5hVkdOS1UyTkRVbGhIVVZKWlZXdG5LeXQ0VFVKVWFYSmpSZ3A1TUdWUVdUYzJNVGc1VTNSSWRYaDNha05WVW5WelpGVk1abXh6ZEhoTFMwRjZhSHBXVW1SWlJtdE9WMEUwYkdGUWFtdFZUbkJUTkdWNVVFdFlhazVSQ25wT1dYUllUbWc0Y1RoS2NsaHRURXhVYVM5RGN6aEtiUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJkbXcyTkVsWWEyWjBOMDU0ZFUxYVpYZExabTlVVjNvMVNHMWFTamcyVERaSlFWTjBVVVJZYWxSbE9GVnVhbVJzQ2tnelZqZEdlWFJZZGxkcGIyZE5UVWxSZDA1Mk1tUkJUamxYUXpkc09IWllSVlE1TlRjeFpWWXdjMFEzYmxoQmIyeGFSMU41VVc5NlFYUXlWVlYyYm0wS0swZHVUV2h1YzNKeGExTnNSVUo1Y21GMlIybzBiMFJSVFM5YVFXNTFUbWhyVEhNcldVTkJNbmg2TmpCT1ZIRnNRek5sYkdKbmRrOW1iVkpyV0ZsRGFBcGFORVZpWWxoWWNUQlllbmRKZERaNlVraDFOVThyVkRGa1lXdDNUeXR0WlZrNFZ5OTBjVk5KY0RRclRXWm9SVE51VFdseGRuUXZVbmxzT1VZeU5XOUhDbWhKVmtaVlNtZzBXWHBGY1VKSmRIUnBNelV3WWtkUVZXSklSSHBxTWpBeVFWSnlaVmx3T1RoMFpFTlJUSFprUlRoVlQwSm5XVkUzYWxJclJrRXJOSFFLZFcxRmRrWTFTV1p6Y0RVdmExTmtkU3RKUzNSeFVTOW1ielJoVlVSVVlsZGpla3hXVkhaM1NtaEJjVlZ5ZGpSNGRIVnhiR3RNU0RONE5YVk1iRmhzZEFwUVV5dGlaMk0zS3pSalVsSjJZbGQyZWtWTU1FWldZVmcxWVRSSVkxbEhUUzlLUzBFMVYxWmpOVkkwVURBeWFGRlFUblZqY1dGdVdqRndaV1J4YmxCRkNtNUNjRFZrYjJGeVNraHdVRWw0ZW5WUmVrVkhTalZ3VUdJeWEwUklSMGg0U214NldHMHhVRkYzTWtjeVJUTjFXR2R3TDJFMGNHVnVVMWR2WlVwNGFXUUtWMlpsVVRWWVdqZzFiVmxQVVVSNlEyVjRWR1ZXT0ZCRlRrZDRhbXQzTjA4MFVIbENSVWxhUWtaamVqaFBUMjlST1ZsaWNteEtjRWhuVG5wMU1rSnZVd3BQTDFwSmNYbG9TMWhwWkM4dlNuRnNOMlZ1ZW5WYVRHWnJjRU40WlZCUWRYRkpTa3R1YTFJek0wRjBTSEpHTmpCSlVHMHlXbHBEYkV4RFUyMHdhVXRzQ2xacU1sY3daV1YxWjNaTGJFVnFSM1JzVDFGNWVuTm9ObFZSUm5rNVlrdHliMGhRZVdjNE1HTjRSRUp1VkhKRllVdFNTeXR1UlhwQlozRTRRMEYzUlVFS1FWRkxRMEZuUWxCdmJVaFhTbk4yT0RGWlZGSTNZa1l2Vmk4elYxQmhjWE5oT0N0MGNXeFRSbWhyT1ZCR0wzWkNRWGt3Vm5wcmFIWTRNelJPVVVOV1VRbzFNMGgwWjNsb01td3ZOVE5IUWtKMWQwRjBXbEZZZW5wRGVVZG1NMGg1YUVRdlpIaGpXbE5aYkVzdldtZ3piVEZVYVcxWk1rVTRiRkpYVXpSTlRtZG5DbEIwZW5Cek5GTkdiRkpYWjFRMVFra3pSVGxHTmtGd1RrNHZZWE13VjNvMGVHbE5kVlJTZW5wbmFGcHBlRmNyV1RoaVowZFpVMDlxYmpVNWQydzJOR3dLSzJWVFpWRmFhWFZKYVRsdVptRjVjMnB3ZWs1M2VteDBkRlJCZDFndk1rZFZiMlJNZVZSdlFsUlFVVmxMY0hGbk1VWXZkSE5ETTJaNU4zZHRUR1JJVndwa1NpdEhSRk5zUXk5RFFVcHZNakJrS3psWU1pOXdSbXAyZGtObFVYVmplRk14UXpGU1RucEVURU5GUm04clNXaGpOMm8xTTNVeWEwWk1iRlpYT1hkRkNuQlZZbkF5Y0hkVFQzVkJXVmszY1VOMGJUVkRXazVyY1d0WE5HNUNaMDB5VkhOS1NuZGhZVUpaUVU4NE0yWkJjbnBrU0RKcmRXUkdjemxNUTJwSloxUUthbk54TWxaek9WZHFkV3RpZDNGaFQzUnZaREZITTBwTVRVRlhUWGxxZVZkR2FrNHdabTlaZEVOamVGUnFlVzV5VlM5MFpWSkxhVXd3Y2tSU2R6SlFVZ3A1TmtaSk4waHNObXBFTDFaNlR6TjZjRTFNTTFjemRXUllRblE1V1V0M1QwOXFUMnhLY21sUE5sZ3Jia2R5VDAxT1EwbFJaSGRuV0ZKM1FYZGxSbU5UQ2xGMlEwVXhjelJpV2pOa2VWbFVWbEZ1Vm5sSFFVWXhTR2RPUW1SbE1qQkthRXB4YW0xRkt6TndWVFpDTm1wd0x6WkVObGRIYURsNlZUUnRZMloyZDAwS01ucG1TVzF4TDBzeWVGVk5UMkp4YTB4RlMyeHJVRUpHUmpJMFduSjZWbEZyTTJOcFdYZzJNM0I0WVRKM1psVTVWakZZTUdVd05EUm9UMkZKY2xCbFFRbzFaREZDWW5oaFYxcDFhM3BMTDB0VGNHVnJOM1F3YTNKVFJIUmphSGhSVVZka1dGWmhlV1o1WWxSeE4zWm1lVkF3VVV0RFFWRkZRVGQyUjI1Nk9UaEVDa2QyUjBOME1tNXJLM0JEUVV4clRFMUNOVWRqYWtjd1FUaEVhVE15VmxwaWNtTkhkakpEV25sd1JqTjFOa1puVlRKVlVGRk5NVmc0TTBGRU9DczJSak1LWldKMGFUQkdUWE42WTNocVZIcFFjelJWVUVacVUzcDVlVTFCTkdnNFYwNTZRWEJYVlZSdGVXVklTWEpZSzB4Uk4xRXhVMmR5VVNzNGFVSlZjVnBVZEFvMGJUUjNRVUZNTTBVeFZtWk5ZV2h6VjJGU1lteDZhR28xYUc0NVpXVjRkSGs0Ymk5VVkyMVZaMGc0ZEhVMlFrZERla1E1VGtGM2IyVnVkalZIY2xKUENtUmhNVVJSYVRSS1JqSldaV3M0UlcwNFJsZHJOR1JhVldsMlkxUmpNMlkwUlVNeWJWVTNUbFJ1SzFRdk9IcEhjRFY1TmpVdlJVaEtVVmxXVVRSNlVqRUtibXBOVjAxdVJGQXZhVk5pVmpGQ1NFYzJjWG94WWtWV0t6VXZZbFJ0SzBSM1IxTkhSa1ZqYUdSR2QyVlpLM1ZvU0d4S1VGVm1OVlZsZVRSaUswTXpaQW8yVDBaamJtdFlablkwU2tScFVVdERRVkZGUVhrdlZubGhXRTF5ZVd0M1pXTkNXbXhFZVZJMlUyNUtWRFpOUVV3dmNtVm5kR0o1T1hKSE9GQmljRVZNQ25CNmRESldPVzVLSzJsM1RITnlNbGg2TjBaQ1ZqWXhNa2xUUkVsUlNqVlVSWFJSYmtzMFJURldabU5oTHpReU5uUkVZVzFrVm5Nek1tWm1lR2RMVVZFS1JreElVVE4wZFVSdk5UTjBURk53V0VFdk5FUnFSa29yV0dkVU5HdFVaWGRJV1RSWGNEWm9NWGRHUXpGVU0yRkRPVXQ1T1ZOT2VXNURTaTlRTUVoWlNBcDRSbEJ4YzA1d01tbDVUMVYzYW1oMlNrVjJlV2xPUjNCeWVXRXpjMkZ0UlZGd2QydEhka0pQZHpsSFRraExXVzR2U1VVd1VFZHJNVzR2TjFWemNuTTRDbkp0TW5Nd05HVm9MMGxaYURKQk5tdElUSEZHTTNCWVowMUxVVU5qY0RFdlQxaHBORm9yYkhSc1ZrOUZOemN4V2pOb1VEWjRWM2x3VTI1UFRWaGpWRlFLTjI5YVdtOHZWelJ6WTNOSmRHODBUbUZRYW5CbWRqTm1ka0pXTmxSRE5uazJabm92TkN0NWRXUjNTME5CVVVKMmRXVmplSFEyUjBsRk5qRXZabUpDYmdwNVVFWnRjME13WlhwUFRtRmtaekpsVW1GalVuQlBUM2hXTkU5V2JXdFROSFp2VG1KbFVGRnRjM2xNUkVock0yaDNWVk5LYkVoS09VcFVWMHhITld0NkNtdFpTazlKYjFZNGRqSmxPRWd5ZUZkdGFYSlZjMWhqWjBaVFZsQlVXamcxTW05cFZtbFZWVkF3Y3pkc09YTnZTVUpVTkZKSVYxbDFTR29yY21kaVpIUUtMM1JzU1V0MWVXVTNZemd4Tkd4UmVqTTJjelpQTW1OTWFIbFJkR2g2WnpnM1ZISkNTa3QzWW5nMGFHUnpaVWR5YUVKU2VXWkRWRVIxV1ZKa2FWcEZUd3B6TkU5S2NYbE5PVGxaTTI1WE5GTnJhR1Z6SzJKeVdUZFBiREIyWm1kYU5FZFhabXR0ZWtKTGRsQnhVMFJYUkVKc2EycEJUa2RPWVRKaFFtcGlXVk5VQ2pOVFNWWnlXaTlUVHk5MGFYcEROM1pRVlhkaFdFOUtTMHczWWxJdlNVTlZTRUUzU25kbUwxRlpZMUprU0c5TU5rcG9Sa1k1YjNoM2RrRXZSMjltTWtJS1YzSlBhRUZ2U1VKQlVVTm9hMDFhV1V0RFlUVk5jMFYwTURFcmMzUm9NakZ0V1d4RmNEbFZXWEZ6WmtKRU1HeEdUR2hyVVZsbkwxVkpjazVzWkdneVl3cGpiMWN4ZVhGQ1YyOTZhRFo0ZFhJM05WTmpZMjlSTlROeVRqRXlhR1l3UmtsNVJXTTNWak5JTkdvM1RWZHFNRTVEYlRob2F6RlZNWFkwU1ZFNU9YbzBDbTlIVEVGVk0ycHZjbUpEVERKT1JraHJla3RCWm5CbGFGbGxkM0ZXWWxWd1lXZFhiV001TDJKRFNHUk9TRFZYYkhKRmMwZ3ZSMlU0Y1hsclVHWlpPVWtLVDNsQ1pFWnBNV050Um10Qk4zVXdNakZVYmxGdU9VMXZiazR5ZUVKVmJYWnlka1JWYWk4Mkt6bEhOak54UkZGV2EwNHhWekZEUjBkdU1WTXpiMEZ4S3dweGJGcHRLek52WmxVNVdURTRORE5NYldwQ2FVMU5ZMWRrVEROSVpYTTRWelpxYXpGWVJUWjZUVU54U0dRNFRraFBaVGh2V0VsSWVIZHFWME5RTWxaWENsZGtjVWRIYkUxbVNUUmFOekZaYjBaVFVra3ZRbEZOZG1abU5FdDRTRTlVUVc5SlFrRkdRazU2WWpGd2MwZHJVVkpLTDFkdFdpOHlVVXN5WXpSSGIzUUtVWEZqTVdkU1VsWTJLM1pSZFRCRVdGTmFZVWRaUVM5TksxbHJSVkpvVVU0elVVWjNlREZRUmtwSmRGWjVlbXB2V1ZodU4xRlFLMEV3YkZkT1UxQXJTd3AwWlhFM2RqZFpabFJVV1d4aE1HdzVRemxpT1d4V2NXVlpiRGhEYlVkV2QyczFTMmRTTkVkRGMySlRiVkZZYzFaclJqZzNkRGQzU1doQlExTm9ZMFZSQ2xKaE4xTTROR1ZEUTJSeFltRjBRMlF5WVcxTFZtWkhVbTVMY0VvMEwyOUtTa1Z4YUZCSGFVRTRhbkZ4TjFwMWRFcHhjSG94U200NGNteG1WVWxIYUdrS2FsQTJXVzFDY1hSUFlTOHlOelV5T1hvMVpsbEtTVmszY1hvMmQyUjJZM3AwUVhKTlFYSnhjbVV2TVVGTWJEUkJlSE14WkRsVFdsUm1lVUp2YkV0NWVBb3JXRGxHTVdNNFduRkNNV0pqYkhBNVUwOXRXR3BOUVd4d1MwbFdka016VEdoVlQwUkNLeTh3V0dKUE1tTmhaVXhFT1RKelUwNW9OR1F4UlQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiBnYzBvczdocWpwbDIxYWdncjk2b2Ntdm1teGVhZGYyazg5YWZwcTNycXhiNGd4dmFidnBtMjdlZnE2cjg2MTczNnB0cGk5Z3F1eDVsczhsdHEzdXpobm9lOWdqN3hxZWJ4NHA0OHM2bDZxZzc5OW12MDUxbThyNmFrdmc3ZWF6Zwo=\"\n \ }\n ]\n }" headers: cache-control: - no-cache content-length: - - '13072' + - '13084' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:01 GMT + - Thu, 16 Mar 2023 03:28:15 GMT expires: - '-1' pragma: @@ -879,8 +1020,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-taints User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -892,21 +1033,21 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1051' + - '1049' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:03 GMT + - Thu, 16 Mar 2023 03:28:15 GMT expires: - '-1' pragma: @@ -929,7 +1070,7 @@ interactions: 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "nodeTaints": ["key1=value1:PreferNoSchedule"], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' @@ -943,14 +1084,14 @@ interactions: Connection: - keep-alive Content-Length: - - '598' + - '597' Content-Type: - application/json ParameterSetName: - --resource-group --cluster-name --name --node-taints User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -962,24 +1103,24 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeTaints\": [\n \"key1=value1:PreferNoSchedule\"\n ],\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c297eccd-e5a4-43ec-9268-e6275f352273?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/12aca245-3364-41dd-b898-f311e4b783e6?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1110' + - '1108' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:05 GMT + - Thu, 16 Mar 2023 03:28:17 GMT expires: - '-1' pragma: @@ -995,7 +1136,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1195' status: code: 200 message: OK @@ -1013,15 +1154,15 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-taints User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c297eccd-e5a4-43ec-9268-e6275f352273?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/12aca245-3364-41dd-b898-f311e4b783e6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cdec97c2-a4e5-ec43-9268-e6275f352273\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:21:05.3241016Z\",\n \"endTime\": - \"2022-11-24T11:21:16.0490896Z\"\n }" + string: "{\n \"name\": \"45a2ac12-6433-dd41-b898-f311e4b783e6\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:28:18.7268347Z\",\n \"endTime\": + \"2023-03-16T03:28:40.2473318Z\"\n }" headers: cache-control: - no-cache @@ -1030,7 +1171,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:35 GMT + - Thu, 16 Mar 2023 03:28:48 GMT expires: - '-1' pragma: @@ -1062,8 +1203,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-taints User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1075,22 +1216,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeTaints\": [\n \"key1=value1:PreferNoSchedule\"\n ],\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1111' + - '1109' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:35 GMT + - Thu, 16 Mar 2023 03:28:48 GMT expires: - '-1' pragma: @@ -1122,8 +1263,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -1135,23 +1276,23 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeTaints\": [\n \"key1=value1:PreferNoSchedule\"\n ],\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1206' + - '1204' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:35 GMT + - Thu, 16 Mar 2023 03:28:49 GMT expires: - '-1' pragma: @@ -1183,8 +1324,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-taints User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1196,22 +1337,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeTaints\": [\n \"key1=value1:PreferNoSchedule\"\n ],\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1111' + - '1109' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:36 GMT + - Thu, 16 Mar 2023 03:28:50 GMT expires: - '-1' pragma: @@ -1234,7 +1375,7 @@ interactions: 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' headers: @@ -1247,14 +1388,14 @@ interactions: Connection: - keep-alive Content-Length: - - '568' + - '567' Content-Type: - application/json ParameterSetName: - --resource-group --cluster-name --name --node-taints User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1266,23 +1407,23 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/78d256e2-2be7-4434-b5b5-1630c858473c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1fe653f9-7b6a-489b-9301-4c1297128ca7?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1050' + - '1048' content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:38 GMT + - Thu, 16 Mar 2023 03:28:53 GMT expires: - '-1' pragma: @@ -1298,7 +1439,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1198' status: code: 200 message: OK @@ -1316,24 +1457,24 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-taints User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/78d256e2-2be7-4434-b5b5-1630c858473c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1fe653f9-7b6a-489b-9301-4c1297128ca7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e256d278-e72b-3444-b5b5-1630c858473c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:21:38.982559Z\",\n \"endTime\": - \"2022-11-24T11:21:46.6694219Z\"\n }" + string: "{\n \"name\": \"f953e61f-6a7b-9b48-9301-4c1297128ca7\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:28:53.2896708Z\",\n \"endTime\": + \"2023-03-16T03:28:59.8933766Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:08 GMT + - Thu, 16 Mar 2023 03:29:23 GMT expires: - '-1' pragma: @@ -1365,8 +1506,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --node-taints User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1378,21 +1519,21 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1051' + - '1049' content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:08 GMT + - Thu, 16 Mar 2023 03:29:23 GMT expires: - '-1' pragma: @@ -1424,8 +1565,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1?api-version=2023-01-02-preview response: @@ -1437,21 +1578,21 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1051' + - '1049' content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:10 GMT + - Thu, 16 Mar 2023 03:29:24 GMT expires: - '-1' pragma: @@ -1485,8 +1626,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1494,17 +1635,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de750e98-14bb-473e-9545-9e8ce1202661?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/881e081c-f481-4b40-af4d-f3c9cffa4255?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:22:11 GMT + - Thu, 16 Mar 2023 03:29:25 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/de750e98-14bb-473e-9545-9e8ce1202661?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/881e081c-f481-4b40-af4d-f3c9cffa4255?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_with_nsg_control.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_with_nsg_control.yaml old mode 100644 new mode 100755 index 717f229bc1c..da3232d4cd9 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_with_nsg_control.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_update_with_nsg_control.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:06:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:22:15Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:06:05 GMT + - Thu, 16 Mar 2023 03:22:16 GMT expires: - '-1' pragma: @@ -59,20 +59,20 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1\",\r\n - \ \"etag\": \"W/\\\"1064bb9f-2584-4c2b-b2d5-b58caa1ffaf4\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"8dd59487-aece-4434-abec-f35baa5efaa9\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1790caf2-7ed0-4747-a167-e39e1fad806f?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9490088c-5fbb-4164-a0ca-fb3382fc7d0f?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -80,7 +80,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:06:06 GMT + - Thu, 16 Mar 2023 03:22:16 GMT expires: - '-1' pragma: @@ -93,12 +93,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3ef674a1-0ee8-453c-8cf8-d94d3affc69d + - c57d0a61-2b59-40a1-b79d-5a51d68d9a29 x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -113,9 +113,9 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/1790caf2-7ed0-4747-a167-e39e1fad806f?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/9490088c-5fbb-4164-a0ca-fb3382fc7d0f?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -127,7 +127,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:06:16 GMT + - Thu, 16 Mar 2023 03:22:26 GMT expires: - '-1' pragma: @@ -144,10 +144,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b995c773-bf42-47a4-a9cb-ec637a2c1c6f + - 7b712b02-6e78-415b-abaf-e6106db72925 status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -162,13 +162,13 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg1\",\r\n - \ \"etag\": \"W/\\\"7c000fc4-9871-4e05-9720-1fcd759797e4\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d6816a20-7a2c-4cce-9fe1-f0daf10b693f\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -179,9 +179,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:06:16 GMT + - Thu, 16 Mar 2023 03:22:26 GMT etag: - - W/"7c000fc4-9871-4e05-9720-1fcd759797e4" + - W/"d6816a20-7a2c-4cce-9fe1-f0daf10b693f" expires: - '-1' pragma: @@ -198,10 +198,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 881cab04-64b7-42a4-8973-bd5528e2b3e8 + - c11a48ed-910b-4107-ac1e-8f6338439cad status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -216,12 +216,12 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:06:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:22:15Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -230,7 +230,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:06:16 GMT + - Thu, 16 Mar 2023 03:22:27 GMT expires: - '-1' pragma: @@ -262,20 +262,20 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2\",\r\n - \ \"etag\": \"W/\\\"6e3fab53-8fc1-43ce-a8f1-d0446004dccf\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"8b5ab5a6-c7ae-4b36-800b-f806b14ebad5\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/786dde42-9d65-4100-8699-f36b4f0138d3?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/830f91dd-385a-4ba7-aaac-0a6983d1f098?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -283,7 +283,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:06:17 GMT + - Thu, 16 Mar 2023 03:22:27 GMT expires: - '-1' pragma: @@ -296,12 +296,12 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ebe1393d-26ee-4ded-9ecb-723733855387 + - 751a3879-ab97-43b0-916a-b5d59e7b4f30 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 201 - message: Created + message: '' - request: body: null headers: @@ -316,9 +316,9 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/786dde42-9d65-4100-8699-f36b4f0138d3?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/830f91dd-385a-4ba7-aaac-0a6983d1f098?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -330,7 +330,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:06:27 GMT + - Thu, 16 Mar 2023 03:22:37 GMT expires: - '-1' pragma: @@ -347,10 +347,10 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5dd63c4b-7dcd-40e9-a99f-bb9fdfc83e17 + - cfa44652-307d-4367-a6eb-8ecbd51dcd79 status: code: 200 - message: OK + message: '' - request: body: null headers: @@ -365,13 +365,13 @@ interactions: ParameterSetName: - --name --resource-group -o User-Agent: - - AZURECLI/2.42.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 (AAZ) azsdk-python-core/1.24.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"asg2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/applicationSecurityGroups/asg2\",\r\n - \ \"etag\": \"W/\\\"1a381bb7-3f4d-42f3-8252-fbebec46c01c\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"f52cecd0-73d3-486b-8b80-c79ac6374de2\\\"\",\r\n \"type\": \"Microsoft.Network/applicationSecurityGroups\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -382,9 +382,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:06:27 GMT + - Thu, 16 Mar 2023 03:22:37 GMT etag: - - W/"1a381bb7-3f4d-42f3-8252-fbebec46c01c" + - W/"f52cecd0-73d3-486b-8b80-c79ac6374de2" expires: - '-1' pragma: @@ -401,13 +401,59 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ee84b7c7-b279-4c1e-8dff-9f2b91701b3d + - af47305d-9bb3-47a8-b0df-57adcb6315dd status: code: 200 - message: OK + message: '' +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:22:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestlqva7vaqf-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestupueyso3z-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "standard_d2s_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -415,7 +461,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "n000003"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -438,8 +484,8 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -448,23 +494,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlqva7vaqf-79a739\",\n \"fqdn\": \"cliakstest-clitestlqva7vaqf-79a739-a6f86346.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlqva7vaqf-79a739-a6f86346.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestupueyso3z-79a739\",\n \"fqdn\": \"cliakstest-clitestupueyso3z-79a739-ax43gasw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestupueyso3z-79a739-ax43gasw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"n000003\",\n \"count\": 1,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -486,15 +532,15 @@ interactions: {\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/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3478' + - '3474' content-type: - application/json date: - - Thu, 24 Nov 2022 11:06:31 GMT + - Thu, 16 Mar 2023 03:22:42 GMT expires: - '-1' pragma: @@ -506,7 +552,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1191' status: code: 201 message: Created @@ -525,14 +571,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f06bb3dc-52d4-db4f-9611-7015cb5d5729\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:31.2528046Z\"\n }" + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" headers: cache-control: - no-cache @@ -541,7 +587,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:01 GMT + - Thu, 16 Mar 2023 03:23:11 GMT expires: - '-1' pragma: @@ -574,14 +620,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f06bb3dc-52d4-db4f-9611-7015cb5d5729\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:31.2528046Z\"\n }" + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" headers: cache-control: - no-cache @@ -590,7 +636,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:30 GMT + - Thu, 16 Mar 2023 03:23:42 GMT expires: - '-1' pragma: @@ -623,14 +669,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f06bb3dc-52d4-db4f-9611-7015cb5d5729\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:31.2528046Z\"\n }" + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" headers: cache-control: - no-cache @@ -639,7 +685,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:01 GMT + - Thu, 16 Mar 2023 03:24:12 GMT expires: - '-1' pragma: @@ -672,14 +718,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f06bb3dc-52d4-db4f-9611-7015cb5d5729\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:31.2528046Z\"\n }" + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" headers: cache-control: - no-cache @@ -688,7 +734,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:30 GMT + - Thu, 16 Mar 2023 03:24:42 GMT expires: - '-1' pragma: @@ -721,14 +767,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f06bb3dc-52d4-db4f-9611-7015cb5d5729\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:31.2528046Z\"\n }" + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" headers: cache-control: - no-cache @@ -737,7 +783,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:00 GMT + - Thu, 16 Mar 2023 03:25:12 GMT expires: - '-1' pragma: @@ -770,14 +816,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f06bb3dc-52d4-db4f-9611-7015cb5d5729\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:31.2528046Z\"\n }" + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" headers: cache-control: - no-cache @@ -786,7 +832,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:31 GMT + - Thu, 16 Mar 2023 03:25:42 GMT expires: - '-1' pragma: @@ -819,14 +865,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f06bb3dc-52d4-db4f-9611-7015cb5d5729\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:06:31.2528046Z\"\n }" + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" headers: cache-control: - no-cache @@ -835,7 +881,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:01 GMT + - Thu, 16 Mar 2023 03:26:12 GMT expires: - '-1' pragma: @@ -868,24 +914,170 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dcb36bf0-d452-4fdb-9611-7015cb5d5729?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f06bb3dc-52d4-db4f-9611-7015cb5d5729\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:06:31.2528046Z\",\n \"endTime\": - \"2022-11-24T11:10:17.256727Z\"\n }" + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:26:42 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:12 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:27:43 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:31 GMT + - Thu, 16 Mar 2023 03:28:13 GMT expires: - '-1' pragma: @@ -918,8 +1110,156 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:28:42 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:29:12 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/09c93bf7-aac0-442b-b02f-911282ec70c9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"f73bc909-c0aa-2b44-b02f-911282ec70c9\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:22:42.4600244Z\",\n \"endTime\": + \"2023-03-16T03:29:36.7037738Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:29:43 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -928,30 +1268,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestlqva7vaqf-79a739\",\n \"fqdn\": \"cliakstest-clitestlqva7vaqf-79a739-a6f86346.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestlqva7vaqf-79a739-a6f86346.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestupueyso3z-79a739\",\n \"fqdn\": \"cliakstest-clitestupueyso3z-79a739-ax43gasw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestupueyso3z-79a739-ax43gasw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"n000003\",\n \"count\": 1,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/96d4f38d-e8e9-46bc-9bfc-b541e04e105b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0abcebbb-bf9c-4764-8bc6-a9322d8597d9\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -972,11 +1312,11 @@ interactions: cache-control: - no-cache content-length: - - '4131' + - '4127' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:32 GMT + - Thu, 16 Mar 2023 03:29:44 GMT expires: - '-1' pragma: @@ -1008,8 +1348,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-01-02-preview response: @@ -1021,21 +1361,21 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1047' + - '1045' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:32 GMT + - Thu, 16 Mar 2023 03:29:44 GMT expires: - '-1' pragma: @@ -1058,7 +1398,7 @@ interactions: 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {"allowedHostPorts": [{"portStart": 53, "portEnd": 53, "protocol": "UDP"}, {"portStart": 80, "portEnd": 80, "protocol": @@ -1078,14 +1418,14 @@ interactions: Connection: - keep-alive Content-Length: - - '1162' + - '1161' Content-Type: - application/json ParameterSetName: - --resource-group --cluster-name --name --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-01-02-preview response: @@ -1097,11 +1437,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {\n \"allowedHostPorts\": [\n {\n \"portStart\": 53,\n \"portEnd\": 53,\n \"protocol\": \"UDP\"\n },\n {\n \"portStart\": 80,\n \"portEnd\": 80,\n @@ -1114,15 +1454,15 @@ interactions: \ ]\n }\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/be84cca5-304a-4b0e-99b5-e5d514e7037b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/275639e7-2663-430a-a519-a54d970e27fb?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1843' + - '1841' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:35 GMT + - Thu, 16 Mar 2023 03:29:46 GMT expires: - '-1' pragma: @@ -1156,23 +1496,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/be84cca5-304a-4b0e-99b5-e5d514e7037b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/275639e7-2663-430a-a519-a54d970e27fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a5cc84be-4a30-0e4b-99b5-e5d514e7037b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:35.6899544Z\"\n }" + string: "{\n \"name\": \"e7395627-6326-0a43-a519-a54d970e27fb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:46.836905Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:07 GMT + - Thu, 16 Mar 2023 03:30:16 GMT expires: - '-1' pragma: @@ -1204,72 +1544,24 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/be84cca5-304a-4b0e-99b5-e5d514e7037b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/275639e7-2663-430a-a519-a54d970e27fb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a5cc84be-4a30-0e4b-99b5-e5d514e7037b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:35.6899544Z\"\n }" + string: "{\n \"name\": \"e7395627-6326-0a43-a519-a54d970e27fb\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:29:46.836905Z\",\n \"endTime\": + \"2023-03-16T03:30:37.9334304Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:11:37 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 nodepool update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --asg-ids --allowed-host-ports --aks-custom-headers - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/be84cca5-304a-4b0e-99b5-e5d514e7037b?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"a5cc84be-4a30-0e4b-99b5-e5d514e7037b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:10:35.6899544Z\",\n \"endTime\": - \"2022-11-24T11:12:05.4224187Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:08 GMT + - Thu, 16 Mar 2023 03:30:46 GMT expires: - '-1' pragma: @@ -1301,8 +1593,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --asg-ids --allowed-host-ports --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000003?api-version=2023-01-02-preview response: @@ -1314,11 +1606,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n - \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": + \ \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {\n \"allowedHostPorts\": [\n {\n \"portStart\": 53,\n \"portEnd\": 53,\n \"protocol\": \"UDP\"\n },\n {\n \"portStart\": 80,\n \"portEnd\": 80,\n @@ -1333,11 +1625,11 @@ interactions: cache-control: - no-cache content-length: - - '1844' + - '1842' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:08 GMT + - Thu, 16 Mar 2023 03:30:46 GMT expires: - '-1' pragma: @@ -1371,8 +1663,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1380,17 +1672,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a9504d89-7a6c-4c2d-8f79-afd0debcd394?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3c5f312f-670e-4cfe-8915-98acd4674358?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:12:09 GMT + - Thu, 16 Mar 2023 03:30:48 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/a9504d89-7a6c-4c2d-8f79-afd0debcd394?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/3c5f312f-670e-4cfe-8915-98acd4674358?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot.yaml old mode 100644 new mode 100755 index 5384c47a3a5..19f12cf5a72 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2420' + - '2416' content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:10 GMT + - Thu, 16 Mar 2023 03:34:34 GMT expires: - '-1' pragma: @@ -78,17 +78,63 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:34:35 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestq5u525aca-79a739", + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestlytxwekn6-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -111,8 +157,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -121,23 +167,23 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestq5u525aca-79a739\",\n \"fqdn\": \"cliakstest-clitestq5u525aca-79a739-75f3aa5c.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestq5u525aca-79a739-75f3aa5c.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestlytxwekn6-79a739\",\n \"fqdn\": \"cliakstest-clitestlytxwekn6-79a739-h8rm9teo.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlytxwekn6-79a739-h8rm9teo.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"enableRBAC\": true,\n @@ -159,15 +205,15 @@ interactions: {\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/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3498' + - '3499' content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:16 GMT + - Thu, 16 Mar 2023 03:34:41 GMT expires: - '-1' pragma: @@ -198,14 +244,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" headers: cache-control: - no-cache @@ -214,7 +260,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:46 GMT + - Thu, 16 Mar 2023 03:35:11 GMT expires: - '-1' pragma: @@ -247,14 +293,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" headers: cache-control: - no-cache @@ -263,7 +309,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:16 GMT + - Thu, 16 Mar 2023 03:35:41 GMT expires: - '-1' pragma: @@ -296,14 +342,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" headers: cache-control: - no-cache @@ -312,7 +358,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:46 GMT + - Thu, 16 Mar 2023 03:36:11 GMT expires: - '-1' pragma: @@ -345,14 +391,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" headers: cache-control: - no-cache @@ -361,7 +407,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:16 GMT + - Thu, 16 Mar 2023 03:36:42 GMT expires: - '-1' pragma: @@ -394,14 +440,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" headers: cache-control: - no-cache @@ -410,7 +456,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:46 GMT + - Thu, 16 Mar 2023 03:37:12 GMT expires: - '-1' pragma: @@ -443,14 +489,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" headers: cache-control: - no-cache @@ -459,7 +505,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:17 GMT + - Thu, 16 Mar 2023 03:37:41 GMT expires: - '-1' pragma: @@ -492,14 +538,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" headers: cache-control: - no-cache @@ -508,7 +554,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:46 GMT + - Thu, 16 Mar 2023 03:38:11 GMT expires: - '-1' pragma: @@ -541,14 +587,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" headers: cache-control: - no-cache @@ -557,7 +603,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:16 GMT + - Thu, 16 Mar 2023 03:38:41 GMT expires: - '-1' pragma: @@ -590,15 +636,113 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8c86e10a-62d8-471b-94a7-b4cc21d2e70b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0ae1868c-d862-1b47-94a7-b4cc21d2e70b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:29:16.2100606Z\",\n \"endTime\": - \"2022-11-24T11:33:45.3767456Z\"\n }" + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:39:12 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: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:39:42 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: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/832a3657-aed4-4487-b8a1-144d50776993?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"57362a83-d4ae-8744-b8a1-144d50776993\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:34:41.5855914Z\",\n \"endTime\": + \"2023-03-16T03:40:03.2698889Z\"\n }" headers: cache-control: - no-cache @@ -607,7 +751,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:46 GMT + - Thu, 16 Mar 2023 03:40:12 GMT expires: - '-1' pragma: @@ -640,8 +784,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +794,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestq5u525aca-79a739\",\n \"fqdn\": \"cliakstest-clitestq5u525aca-79a739-75f3aa5c.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestq5u525aca-79a739-75f3aa5c.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestlytxwekn6-79a739\",\n \"fqdn\": \"cliakstest-clitestlytxwekn6-79a739-h8rm9teo.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlytxwekn6-79a739-h8rm9teo.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/52d517a8-7931-4870-a550-b0255fecfaed\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/74674797-75fc-4888-9303-53e3268d1501\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +838,11 @@ interactions: cache-control: - no-cache content-length: - - '4163' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:47 GMT + - Thu, 16 Mar 2023 03:40:13 GMT expires: - '-1' pragma: @@ -730,12 +874,12 @@ interactions: ParameterSetName: - --resource-group --name --location --aks-custom-headers --cluster-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:29:10Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:34:26Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -744,7 +888,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:33:47 GMT + - Thu, 16 Mar 2023 03:40:13 GMT expires: - '-1' pragma: @@ -780,8 +924,8 @@ interactions: ParameterSetName: - --resource-group --name --location --aks-custom-headers --cluster-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -789,13 +933,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:33:50.1764225Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:40:15.060095Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:33:50.1764225Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:40:15.060095Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -803,11 +947,11 @@ interactions: cache-control: - no-cache content-length: - - '1124' + - '1122' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:49 GMT + - Thu, 16 Mar 2023 03:40:14 GMT expires: - '-1' pragma: @@ -823,7 +967,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1194' status: code: 200 message: OK @@ -843,8 +987,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -852,17 +996,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/f543dad9-345d-4122-a711-4326b8c25e92?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/48f29a9e-102b-4d5e-8979-7e1da4535756?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:33:50 GMT + - Thu, 16 Mar 2023 03:40:15 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/f543dad9-345d-4122-a711-4326b8c25e92?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/48f29a9e-102b-4d5e-8979-7e1da4535756?api-version=2016-03-30 pragma: - no-cache server: @@ -872,7 +1016,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14998' status: code: 202 message: Accepted @@ -890,8 +1034,8 @@ interactions: ParameterSetName: - --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -899,13 +1043,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:33:50.1764225Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:40:15.060095Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:33:50.1764225Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:40:15.060095Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -913,11 +1057,11 @@ interactions: cache-control: - no-cache content-length: - - '1124' + - '1122' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:51 GMT + - Thu, 16 Mar 2023 03:40:16 GMT expires: - '-1' pragma: @@ -949,8 +1093,8 @@ interactions: ParameterSetName: - --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-01-02-preview response: @@ -958,13 +1102,13 @@ interactions: string: "{\n \"value\": [\n {\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:33:50.1764225Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:40:15.060095Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:33:50.1764225Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:40:15.060095Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \ \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n }\n }\n }\n }\n ]\n }" @@ -972,11 +1116,11 @@ interactions: cache-control: - no-cache content-length: - - '1211' + - '1209' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:51 GMT + - Thu, 16 Mar 2023 03:40:16 GMT expires: - '-1' pragma: @@ -1009,8 +1153,54 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000003'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:40:16 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id + --aks-custom-headers --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -1018,13 +1208,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:33:50.1764225Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:40:15.060095Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:33:50.1764225Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:40:15.060095Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -1032,11 +1222,11 @@ interactions: cache-control: - no-cache content-length: - - '1124' + - '1122' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:51 GMT + - Thu, 16 Mar 2023 03:40:17 GMT expires: - '-1' pragma: @@ -1057,7 +1247,7 @@ interactions: - request: body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": {"creationData": {"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005"}, - "kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestq5u525aca-79a739", + "kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestlytxwekn6-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -1065,7 +1255,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -1090,8 +1280,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1101,24 +1291,24 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\"\n - \ },\n \"kubernetesVersion\": \"1.25.2\",\n \"currentKubernetesVersion\": - \"1.25.2\",\n \"dnsPrefix\": \"cliakstest-clitestq5u525aca-79a739\",\n \"fqdn\": - \"cliakstest-clitestq5u525aca-79a739-e15410f6.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestq5u525aca-79a739-e15410f6.portal.hcp.westcentralus.azmk8s.io\",\n + \ },\n \"kubernetesVersion\": \"1.26.0\",\n \"currentKubernetesVersion\": + \"1.26.0\",\n \"dnsPrefix\": \"cliakstest-clitestlytxwekn6-79a739\",\n \"fqdn\": + \"cliakstest-clitestlytxwekn6-79a739-25zq1g3i.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlytxwekn6-79a739-25zq1g3i.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"enableRBAC\": true,\n @@ -1140,15 +1330,15 @@ interactions: {\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/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3701' + - '3702' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:57 GMT + - Thu, 16 Mar 2023 03:40:23 GMT expires: - '-1' pragma: @@ -1160,7 +1350,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' status: code: 201 message: Created @@ -1179,23 +1369,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:28 GMT + - Thu, 16 Mar 2023 03:40:54 GMT expires: - '-1' pragma: @@ -1228,23 +1418,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:57 GMT + - Thu, 16 Mar 2023 03:41:23 GMT expires: - '-1' pragma: @@ -1277,23 +1467,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:28 GMT + - Thu, 16 Mar 2023 03:41:53 GMT expires: - '-1' pragma: @@ -1326,23 +1516,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:58 GMT + - Thu, 16 Mar 2023 03:42:23 GMT expires: - '-1' pragma: @@ -1375,23 +1565,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:27 GMT + - Thu, 16 Mar 2023 03:42:54 GMT expires: - '-1' pragma: @@ -1424,23 +1614,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:58 GMT + - Thu, 16 Mar 2023 03:43:24 GMT expires: - '-1' pragma: @@ -1473,23 +1663,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:28 GMT + - Thu, 16 Mar 2023 03:43:54 GMT expires: - '-1' pragma: @@ -1522,23 +1712,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:58 GMT + - Thu, 16 Mar 2023 03:44:24 GMT expires: - '-1' pragma: @@ -1571,24 +1761,171 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/dfcabc72-3ca0-4bae-a498-8e195744a820?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"72bccadf-a03c-ae4b-a498-8e195744a820\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:33:57.9465845Z\",\n \"endTime\": - \"2022-11-24T11:38:02.5286855Z\"\n }" + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:44:54 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: + - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id + --aks-custom-headers --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:45:24 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: + - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id + --aks-custom-headers --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:45:55 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: + - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id + --aks-custom-headers --ssh-key-value -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/72a69899-9011-4a77-963e-03533a19954a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"9998a672-1190-774a-963e-03533a19954a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:40:23.884971Z\",\n \"endTime\": + \"2023-03-16T03:46:14.3719693Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:28 GMT + - Thu, 16 Mar 2023 03:46:25 GMT expires: - '-1' pragma: @@ -1621,8 +1958,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count --cluster-snapshot-id --aks-custom-headers --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1632,31 +1969,31 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\"\n - \ },\n \"kubernetesVersion\": \"1.25.2\",\n \"currentKubernetesVersion\": - \"1.25.2\",\n \"dnsPrefix\": \"cliakstest-clitestq5u525aca-79a739\",\n \"fqdn\": - \"cliakstest-clitestq5u525aca-79a739-e15410f6.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestq5u525aca-79a739-e15410f6.portal.hcp.westcentralus.azmk8s.io\",\n + \ },\n \"kubernetesVersion\": \"1.26.0\",\n \"currentKubernetesVersion\": + \"1.26.0\",\n \"dnsPrefix\": \"cliakstest-clitestlytxwekn6-79a739\",\n \"fqdn\": + \"cliakstest-clitestlytxwekn6-79a739-25zq1g3i.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestlytxwekn6-79a739-25zq1g3i.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/d61ddf14-51e6-4ba9-8d4e-0e276dafaa49\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/0f69d69d-30cf-42e6-9d62-e8281e2b5175\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1677,11 +2014,11 @@ interactions: cache-control: - no-cache content-length: - - '4366' + - '4367' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:29 GMT + - Thu, 16 Mar 2023 03:46:25 GMT expires: - '-1' pragma: @@ -1715,8 +2052,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1724,17 +2061,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/2ba35885-1da3-4f61-8ff8-3f22218a24f1?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8f314d0a-4d3b-4a9a-9d28-a87125e1b3ef?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:38:30 GMT + - Thu, 16 Mar 2023 03:46:26 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/2ba35885-1da3-4f61-8ff8-3f22218a24f1?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/8f314d0a-4d3b-4a9a-9d28-a87125e1b3ef?api-version=2016-03-30 pragma: - no-cache server: @@ -1744,7 +2081,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14994' status: code: 202 message: Accepted @@ -1764,8 +2101,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -1777,7 +2114,7 @@ interactions: content-length: - '0' date: - - Thu, 24 Nov 2022 11:38:32 GMT + - Thu, 16 Mar 2023 03:46:28 GMT expires: - '-1' pragma: @@ -1789,7 +2126,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14997' status: code: 200 message: OK diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_update.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_update.yaml old mode 100644 new mode 100755 index 3d987141a0e..07044629b15 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_update.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_update.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2420' + - '2416' content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:23 GMT + - Thu, 16 Mar 2023 03:30:37 GMT expires: - '-1' pragma: @@ -78,17 +78,63 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:30:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestio6hjcedi-79a739", + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestgqny6yuf2-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -111,8 +157,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -121,23 +167,23 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestio6hjcedi-79a739\",\n \"fqdn\": \"cliakstest-clitestio6hjcedi-79a739-12cbe8d4.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestio6hjcedi-79a739-12cbe8d4.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestgqny6yuf2-79a739\",\n \"fqdn\": \"cliakstest-clitestgqny6yuf2-79a739-izelfh1k.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgqny6yuf2-79a739-izelfh1k.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"enableRBAC\": true,\n @@ -159,15 +205,15 @@ interactions: {\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/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3498' + - '3499' content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:29 GMT + - Thu, 16 Mar 2023 03:30:44 GMT expires: - '-1' pragma: @@ -179,7 +225,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1195' status: code: 201 message: Created @@ -198,23 +244,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:07:59 GMT + - Thu, 16 Mar 2023 03:31:14 GMT expires: - '-1' pragma: @@ -247,23 +293,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:08:30 GMT + - Thu, 16 Mar 2023 03:31:44 GMT expires: - '-1' pragma: @@ -296,23 +342,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:00 GMT + - Thu, 16 Mar 2023 03:32:14 GMT expires: - '-1' pragma: @@ -345,23 +391,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:30 GMT + - Thu, 16 Mar 2023 03:32:44 GMT expires: - '-1' pragma: @@ -394,23 +440,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:09:59 GMT + - Thu, 16 Mar 2023 03:33:14 GMT expires: - '-1' pragma: @@ -443,23 +489,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:30 GMT + - Thu, 16 Mar 2023 03:33:44 GMT expires: - '-1' pragma: @@ -492,23 +538,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:00 GMT + - Thu, 16 Mar 2023 03:34:14 GMT expires: - '-1' pragma: @@ -541,23 +587,23 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:30 GMT + - Thu, 16 Mar 2023 03:34:45 GMT expires: - '-1' pragma: @@ -590,24 +636,24 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/033e2631-e923-49ef-ac9f-d3b3f53c6413?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5cfecabe-6761-407e-baad-b86ff63d2b1b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"31263e03-23e9-ef49-ac9f-d3b3f53c6413\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:07:30.010646Z\",\n \"endTime\": - \"2022-11-24T11:11:47.5942996Z\"\n }" + string: "{\n \"name\": \"becafe5c-6167-7e40-baad-b86ff63d2b1b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:30:44.2392911Z\",\n \"endTime\": + \"2023-03-16T03:35:06.2464457Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:00 GMT + - Thu, 16 Mar 2023 03:35:15 GMT expires: - '-1' pragma: @@ -640,8 +686,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +696,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestio6hjcedi-79a739\",\n \"fqdn\": \"cliakstest-clitestio6hjcedi-79a739-12cbe8d4.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestio6hjcedi-79a739-12cbe8d4.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestgqny6yuf2-79a739\",\n \"fqdn\": \"cliakstest-clitestgqny6yuf2-79a739-izelfh1k.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgqny6yuf2-79a739-izelfh1k.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/7e7eb70a-20e4-4335-9141-06b83e16fac7\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/00d566d3-5514-4e17-b1ac-8b8a2fa25236\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +740,11 @@ interactions: cache-control: - no-cache content-length: - - '4163' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:01 GMT + - Thu, 16 Mar 2023 03:35:15 GMT expires: - '-1' pragma: @@ -730,12 +776,12 @@ interactions: ParameterSetName: - --resource-group --name --location --aks-custom-headers --cluster-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:07:23Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:30:37Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -744,7 +790,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:12:01 GMT + - Thu, 16 Mar 2023 03:35:15 GMT expires: - '-1' pragma: @@ -780,8 +826,8 @@ interactions: ParameterSetName: - --resource-group --name --location --aks-custom-headers --cluster-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -789,13 +835,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:12:03.6168513Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:35:16.8976943Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:12:03.6168513Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:35:16.8976943Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -807,7 +853,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:03 GMT + - Thu, 16 Mar 2023 03:35:17 GMT expires: - '-1' pragma: @@ -823,7 +869,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1192' status: code: 200 message: OK @@ -843,8 +889,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -852,17 +898,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/09f78e44-b401-4892-b58c-2ef3bf51ed63?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/112ac91b-090b-4177-8f3f-4fa1b0a5bcd0?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:12:04 GMT + - Thu, 16 Mar 2023 03:35:17 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/09f78e44-b401-4892-b58c-2ef3bf51ed63?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/112ac91b-090b-4177-8f3f-4fa1b0a5bcd0?api-version=2016-03-30 pragma: - no-cache server: @@ -872,7 +918,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -890,8 +936,8 @@ interactions: ParameterSetName: - --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -899,13 +945,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:12:03.6168513Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:35:16.8976943Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:12:03.6168513Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:35:16.8976943Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -917,7 +963,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:04 GMT + - Thu, 16 Mar 2023 03:35:18 GMT expires: - '-1' pragma: @@ -949,8 +995,8 @@ interactions: ParameterSetName: - --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-01-02-preview response: @@ -958,13 +1004,13 @@ interactions: string: "{\n \"value\": [\n {\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:12:03.6168513Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:35:16.8976943Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:12:03.6168513Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:35:16.8976943Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \ \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n }\n }\n }\n }\n ]\n }" @@ -976,7 +1022,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:05 GMT + - Thu, 16 Mar 2023 03:35:19 GMT expires: - '-1' pragma: @@ -994,17 +1040,63 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000003'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:35:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestio6hjcedi-79a739", + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestgqny6yuf2-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -1027,8 +1119,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1037,23 +1129,23 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000003\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestio6hjcedi-79a739\",\n \"fqdn\": \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestgqny6yuf2-79a739\",\n \"fqdn\": \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"enableRBAC\": true,\n @@ -1075,15 +1167,15 @@ interactions: {\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/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3498' + - '3499' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:11 GMT + - Thu, 16 Mar 2023 03:35:26 GMT expires: - '-1' pragma: @@ -1095,7 +1187,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1194' status: code: 201 message: Created @@ -1114,14 +1206,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1130,7 +1222,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:41 GMT + - Thu, 16 Mar 2023 03:35:55 GMT expires: - '-1' pragma: @@ -1163,14 +1255,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1179,7 +1271,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:11 GMT + - Thu, 16 Mar 2023 03:36:26 GMT expires: - '-1' pragma: @@ -1212,14 +1304,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1228,7 +1320,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:41 GMT + - Thu, 16 Mar 2023 03:36:56 GMT expires: - '-1' pragma: @@ -1261,14 +1353,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1277,7 +1369,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:11 GMT + - Thu, 16 Mar 2023 03:37:26 GMT expires: - '-1' pragma: @@ -1310,14 +1402,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1326,7 +1418,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:41 GMT + - Thu, 16 Mar 2023 03:37:56 GMT expires: - '-1' pragma: @@ -1359,14 +1451,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1375,7 +1467,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:10 GMT + - Thu, 16 Mar 2023 03:38:26 GMT expires: - '-1' pragma: @@ -1408,14 +1500,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1424,7 +1516,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:41 GMT + - Thu, 16 Mar 2023 03:38:56 GMT expires: - '-1' pragma: @@ -1457,14 +1549,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1473,7 +1565,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:11 GMT + - Thu, 16 Mar 2023 03:39:27 GMT expires: - '-1' pragma: @@ -1506,14 +1598,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache @@ -1522,7 +1614,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:41 GMT + - Thu, 16 Mar 2023 03:39:57 GMT expires: - '-1' pragma: @@ -1555,24 +1647,72 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/92ad7459-e066-4c7e-97a9-00c1f7d29300?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5974ad92-66e0-7e4c-97a9-00c1f7d29300\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:12:10.9659965Z\",\n \"endTime\": - \"2022-11-24T11:16:53.1206265Z\"\n }" + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:40:26 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: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:11 GMT + - Thu, 16 Mar 2023 03:40:57 GMT expires: - '-1' pragma: @@ -1605,8 +1745,107 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:41:26 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: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/cd6a8257-5d25-4f9c-91e4-803a9e743e60?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"57826acd-255d-9c4f-91e4-803a9e743e60\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:35:26.0862813Z\",\n \"endTime\": + \"2023-03-16T03:41:39.531865Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:41:57 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: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1615,30 +1854,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000003\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestio6hjcedi-79a739\",\n \"fqdn\": \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestgqny6yuf2-79a739\",\n \"fqdn\": \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/7b050073-cded-44cb-8e70-5e158d200888\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/a6f17982-c782-46c8-b6c2-ed4b1145e25f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1659,11 +1898,11 @@ interactions: cache-control: - no-cache content-length: - - '4163' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:12 GMT + - Thu, 16 Mar 2023 03:41:58 GMT expires: - '-1' pragma: @@ -1695,8 +1934,8 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1705,30 +1944,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000003\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitestio6hjcedi-79a739\",\n \"fqdn\": \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestgqny6yuf2-79a739\",\n \"fqdn\": \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/7b050073-cded-44cb-8e70-5e158d200888\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/a6f17982-c782-46c8-b6c2-ed4b1145e25f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1749,11 +1988,11 @@ interactions: cache-control: - no-cache content-length: - - '4163' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:13 GMT + - Thu, 16 Mar 2023 03:41:58 GMT expires: - '-1' pragma: @@ -1785,8 +2024,8 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -1794,13 +2033,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:12:03.6168513Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:35:16.8976943Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:12:03.6168513Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:35:16.8976943Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -1812,7 +2051,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:13 GMT + - Thu, 16 Mar 2023 03:41:59 GMT expires: - '-1' pragma: @@ -1834,22 +2073,22 @@ interactions: body: '{"location": "westcentralus", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"creationData": {"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005"}, - "kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitestio6hjcedi-79a739", + "kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestgqny6yuf2-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000003_westcentralus", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/7b050073-cded-44cb-8e70-5e158d200888"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/a6f17982-c782-46c8-b6c2-ed4b1145e25f"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000003-agentpool", @@ -1874,8 +2113,8 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1885,31 +2124,31 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\"\n - \ },\n \"kubernetesVersion\": \"1.25.2\",\n \"currentKubernetesVersion\": - \"1.25.2\",\n \"dnsPrefix\": \"cliakstest-clitestio6hjcedi-79a739\",\n \"fqdn\": - \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.portal.hcp.westcentralus.azmk8s.io\",\n + \ },\n \"kubernetesVersion\": \"1.26.0\",\n \"currentKubernetesVersion\": + \"1.26.0\",\n \"dnsPrefix\": \"cliakstest-clitestgqny6yuf2-79a739\",\n \"fqdn\": + \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/7b050073-cded-44cb-8e70-5e158d200888\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/a6f17982-c782-46c8-b6c2-ed4b1145e25f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1928,15 +2167,15 @@ interactions: {\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/westcentralus/operations/f79ec435-d6ae-4475-8eb7-9483dd67e929?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/071d4acb-ad84-41c5-85c1-99b672418b39?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4364' + - '4365' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:17 GMT + - Thu, 16 Mar 2023 03:42:04 GMT expires: - '-1' pragma: @@ -1952,55 +2191,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --cluster-snapshot-id --aks-custom-headers -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/f79ec435-d6ae-4475-8eb7-9483dd67e929?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"35c49ef7-aed6-7544-8eb7-9483dd67e929\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:17.3745296Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:17:47 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 + - '1195' status: code: 200 message: OK @@ -2018,14 +2209,14 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/f79ec435-d6ae-4475-8eb7-9483dd67e929?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/071d4acb-ad84-41c5-85c1-99b672418b39?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"35c49ef7-aed6-7544-8eb7-9483dd67e929\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:17.3745296Z\"\n }" + string: "{\n \"name\": \"cb4a1d07-84ad-c541-85c1-99b672418b39\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:03.6358809Z\"\n }" headers: cache-control: - no-cache @@ -2034,7 +2225,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:18 GMT + - Thu, 16 Mar 2023 03:42:34 GMT expires: - '-1' pragma: @@ -2066,14 +2257,14 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/f79ec435-d6ae-4475-8eb7-9483dd67e929?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/071d4acb-ad84-41c5-85c1-99b672418b39?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"35c49ef7-aed6-7544-8eb7-9483dd67e929\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:17.3745296Z\"\n }" + string: "{\n \"name\": \"cb4a1d07-84ad-c541-85c1-99b672418b39\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:03.6358809Z\"\n }" headers: cache-control: - no-cache @@ -2082,7 +2273,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:47 GMT + - Thu, 16 Mar 2023 03:43:03 GMT expires: - '-1' pragma: @@ -2114,15 +2305,15 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/f79ec435-d6ae-4475-8eb7-9483dd67e929?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/071d4acb-ad84-41c5-85c1-99b672418b39?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"35c49ef7-aed6-7544-8eb7-9483dd67e929\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:17:17.3745296Z\",\n \"endTime\": - \"2022-11-24T11:18:51.5412932Z\"\n }" + string: "{\n \"name\": \"cb4a1d07-84ad-c541-85c1-99b672418b39\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:42:03.6358809Z\",\n \"endTime\": + \"2023-03-16T03:43:27.3569855Z\"\n }" headers: cache-control: - no-cache @@ -2131,7 +2322,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:18 GMT + - Thu, 16 Mar 2023 03:43:33 GMT expires: - '-1' pragma: @@ -2163,8 +2354,8 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -2174,31 +2365,31 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\"\n - \ },\n \"kubernetesVersion\": \"1.25.2\",\n \"currentKubernetesVersion\": - \"1.25.2\",\n \"dnsPrefix\": \"cliakstest-clitestio6hjcedi-79a739\",\n \"fqdn\": - \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestio6hjcedi-79a739-148fd4e9.portal.hcp.westcentralus.azmk8s.io\",\n + \ },\n \"kubernetesVersion\": \"1.26.0\",\n \"currentKubernetesVersion\": + \"1.26.0\",\n \"dnsPrefix\": \"cliakstest-clitestgqny6yuf2-79a739\",\n \"fqdn\": + \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgqny6yuf2-79a739-cskds6kv.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/7b050073-cded-44cb-8e70-5e158d200888\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/a6f17982-c782-46c8-b6c2-ed4b1145e25f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2219,11 +2410,11 @@ interactions: cache-control: - no-cache content-length: - - '4366' + - '4367' content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:18 GMT + - Thu, 16 Mar 2023 03:43:34 GMT expires: - '-1' pragma: @@ -2257,8 +2448,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -2266,17 +2457,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6f38a7f4-e3b3-4285-8c93-346e8806be9f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/c1f60a78-5886-4add-9c2e-6814c2c533c1?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:19:19 GMT + - Thu, 16 Mar 2023 03:43:35 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/6f38a7f4-e3b3-4285-8c93-346e8806be9f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/c1f60a78-5886-4add-9c2e-6814c2c533c1?api-version=2016-03-30 pragma: - no-cache server: @@ -2306,8 +2497,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -2319,7 +2510,7 @@ interactions: content-length: - '0' date: - - Thu, 24 Nov 2022 11:19:22 GMT + - Thu, 16 Mar 2023 03:43:37 GMT expires: - '-1' pragma: @@ -2331,7 +2522,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 200 message: OK diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_upgrade.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_upgrade.yaml old mode 100644 new mode 100755 index 19d293920f9..13bf5592205 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_upgrade.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_snapshot_upgrade.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2420' + - '2416' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:02 GMT + - Thu, 16 Mar 2023 03:37:18 GMT expires: - '-1' pragma: @@ -78,17 +78,63 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:37:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitest36g4pqo3b-79a739", + {"kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestpbn5iw4pu-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + "1.26.0", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -111,8 +157,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -121,23 +167,23 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitest36g4pqo3b-79a739\",\n \"fqdn\": \"cliakstest-clitest36g4pqo3b-79a739-4bdbfa8f.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest36g4pqo3b-79a739-4bdbfa8f.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestpbn5iw4pu-79a739\",\n \"fqdn\": \"cliakstest-clitestpbn5iw4pu-79a739-6257s6ak.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpbn5iw4pu-79a739-6257s6ak.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"enableRBAC\": true,\n @@ -159,15 +205,15 @@ interactions: {\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/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3498' + - '3499' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:08 GMT + - Thu, 16 Mar 2023 03:37:26 GMT expires: - '-1' pragma: @@ -179,7 +225,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -198,14 +244,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -214,7 +260,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:37 GMT + - Thu, 16 Mar 2023 03:37:55 GMT expires: - '-1' pragma: @@ -247,14 +293,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -263,7 +309,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:08 GMT + - Thu, 16 Mar 2023 03:38:26 GMT expires: - '-1' pragma: @@ -296,14 +342,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -312,7 +358,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:38 GMT + - Thu, 16 Mar 2023 03:38:55 GMT expires: - '-1' pragma: @@ -345,14 +391,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -361,7 +407,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:08 GMT + - Thu, 16 Mar 2023 03:39:26 GMT expires: - '-1' pragma: @@ -394,14 +440,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -410,7 +456,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:38 GMT + - Thu, 16 Mar 2023 03:39:56 GMT expires: - '-1' pragma: @@ -443,14 +489,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -459,7 +505,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:20:08 GMT + - Thu, 16 Mar 2023 03:40:27 GMT expires: - '-1' pragma: @@ -492,14 +538,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -508,7 +554,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:20:38 GMT + - Thu, 16 Mar 2023 03:40:56 GMT expires: - '-1' pragma: @@ -541,14 +587,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -557,7 +603,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:09 GMT + - Thu, 16 Mar 2023 03:41:26 GMT expires: - '-1' pragma: @@ -590,14 +636,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -606,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:38 GMT + - Thu, 16 Mar 2023 03:41:56 GMT expires: - '-1' pragma: @@ -639,14 +685,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" headers: cache-control: - no-cache @@ -655,7 +701,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:09 GMT + - Thu, 16 Mar 2023 03:42:26 GMT expires: - '-1' pragma: @@ -688,15 +734,64 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/5f1bbb3a-37d0-4787-a70c-225599c8aa30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3abb1b5f-d037-8747-a70c-225599c8aa30\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:17:08.1245085Z\",\n \"endTime\": - \"2022-11-24T11:22:20.9727939Z\"\n }" + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:42:57 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: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/9a3e8f3d-1d47-4253-a9ae-f681de7f4f9f?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"3d8f3e9a-471d-5342-a9ae-f681de7f4f9f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:37:26.0244559Z\",\n \"endTime\": + \"2023-03-16T03:42:57.6046724Z\"\n }" headers: cache-control: - no-cache @@ -705,7 +800,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:38 GMT + - Thu, 16 Mar 2023 03:43:26 GMT expires: - '-1' pragma: @@ -738,8 +833,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -748,30 +843,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliakstest-clitest36g4pqo3b-79a739\",\n \"fqdn\": \"cliakstest-clitest36g4pqo3b-79a739-4bdbfa8f.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest36g4pqo3b-79a739-4bdbfa8f.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliakstest-clitestpbn5iw4pu-79a739\",\n \"fqdn\": \"cliakstest-clitestpbn5iw4pu-79a739-6257s6ak.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpbn5iw4pu-79a739-6257s6ak.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westcentralus\",\n \"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_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/59c484e4-998f-4a11-8e26-0bea58227699\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westcentralus/providers/Microsoft.Network/publicIPAddresses/c54d6eac-a3e5-4300-bb67-66ef39db6c7e\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -792,11 +887,11 @@ interactions: cache-control: - no-cache content-length: - - '4163' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:39 GMT + - Thu, 16 Mar 2023 03:43:27 GMT expires: - '-1' pragma: @@ -828,12 +923,12 @@ interactions: ParameterSetName: - --resource-group --name --location --aks-custom-headers --cluster-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:17:01Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:37:18Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -842,7 +937,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:22:39 GMT + - Thu, 16 Mar 2023 03:43:28 GMT expires: - '-1' pragma: @@ -878,8 +973,8 @@ interactions: ParameterSetName: - --resource-group --name --location --aks-custom-headers --cluster-id -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -887,13 +982,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:22:41.2675653Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:43:29.1753386Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:22:41.2675653Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:43:29.1753386Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -905,7 +1000,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:41 GMT + - Thu, 16 Mar 2023 03:43:29 GMT expires: - '-1' pragma: @@ -921,7 +1016,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1193' status: code: 200 message: OK @@ -941,8 +1036,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -950,17 +1045,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/e0e9bb1b-492b-4db9-9032-0a72d5d0fe10?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/e3c14f9a-b980-4a91-9a60-d28b0fe3b430?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:22:42 GMT + - Thu, 16 Mar 2023 03:43:30 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/e0e9bb1b-492b-4db9-9032-0a72d5d0fe10?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/e3c14f9a-b980-4a91-9a60-d28b0fe3b430?api-version=2016-03-30 pragma: - no-cache server: @@ -970,7 +1065,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14993' status: code: 202 message: Accepted @@ -988,8 +1083,8 @@ interactions: ParameterSetName: - --resource-group --name -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -997,13 +1092,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:22:41.2675653Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:43:29.1753386Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:22:41.2675653Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:43:29.1753386Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -1015,7 +1110,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:42 GMT + - Thu, 16 Mar 2023 03:43:30 GMT expires: - '-1' pragma: @@ -1047,8 +1142,8 @@ interactions: ParameterSetName: - --resource-group -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots?api-version=2023-01-02-preview response: @@ -1056,13 +1151,13 @@ interactions: string: "{\n \"value\": [\n {\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:22:41.2675653Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:43:29.1753386Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:22:41.2675653Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:43:29.1753386Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \ \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n }\n }\n }\n }\n ]\n }" @@ -1074,7 +1169,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:43 GMT + - Thu, 16 Mar 2023 03:43:30 GMT expires: - '-1' pragma: @@ -1092,17 +1187,63 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000003'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:43:30 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westcentralus", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.24.6", "dnsPrefix": "cliakstest-clitest36g4pqo3b-79a739", + {"kubernetesVersion": "1.25.5", "dnsPrefix": "cliakstest-clitestpbn5iw4pu-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.24.6", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + "1.25.5", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -1125,8 +1266,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1135,23 +1276,23 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000003\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.6\",\n \"currentKubernetesVersion\": \"1.24.6\",\n \"dnsPrefix\": - \"cliakstest-clitest36g4pqo3b-79a739\",\n \"fqdn\": \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.25.5\",\n \"currentKubernetesVersion\": \"1.25.5\",\n \"dnsPrefix\": + \"cliakstest-clitestpbn5iw4pu-79a739\",\n \"fqdn\": \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"enableRBAC\": true,\n @@ -1173,15 +1314,15 @@ interactions: {\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/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3498' + - '3499' content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:48 GMT + - Thu, 16 Mar 2023 03:43:36 GMT expires: - '-1' pragma: @@ -1193,7 +1334,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1194' status: code: 201 message: Created @@ -1212,14 +1353,63 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:44:07 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: + - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value + -o + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1228,7 +1418,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:18 GMT + - Thu, 16 Mar 2023 03:44:37 GMT expires: - '-1' pragma: @@ -1261,14 +1451,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1277,7 +1467,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:48 GMT + - Thu, 16 Mar 2023 03:45:07 GMT expires: - '-1' pragma: @@ -1310,14 +1500,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1326,7 +1516,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:24:19 GMT + - Thu, 16 Mar 2023 03:45:37 GMT expires: - '-1' pragma: @@ -1359,14 +1549,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1375,7 +1565,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:24:49 GMT + - Thu, 16 Mar 2023 03:46:07 GMT expires: - '-1' pragma: @@ -1408,14 +1598,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1424,7 +1614,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:25:19 GMT + - Thu, 16 Mar 2023 03:46:37 GMT expires: - '-1' pragma: @@ -1457,14 +1647,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1473,7 +1663,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:25:49 GMT + - Thu, 16 Mar 2023 03:47:07 GMT expires: - '-1' pragma: @@ -1506,14 +1696,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1522,7 +1712,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:19 GMT + - Thu, 16 Mar 2023 03:47:38 GMT expires: - '-1' pragma: @@ -1555,14 +1745,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1571,7 +1761,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:49 GMT + - Thu, 16 Mar 2023 03:48:07 GMT expires: - '-1' pragma: @@ -1604,14 +1794,14 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\"\n }" headers: cache-control: - no-cache @@ -1620,7 +1810,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:19 GMT + - Thu, 16 Mar 2023 03:48:37 GMT expires: - '-1' pragma: @@ -1653,15 +1843,15 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/7d3d0008-f615-41df-adc8-5aaf10bd49a5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/8d575ea5-af51-474f-b485-1e5303c86007?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"08003d7d-15f6-df41-adc8-5aaf10bd49a5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:22:48.8320894Z\",\n \"endTime\": - \"2022-11-24T11:27:42.7603098Z\"\n }" + string: "{\n \"name\": \"a55e578d-51af-4f47-b485-1e5303c86007\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:43:37.3088489Z\",\n \"endTime\": + \"2023-03-16T03:48:43.8065482Z\"\n }" headers: cache-control: - no-cache @@ -1670,7 +1860,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:50 GMT + - Thu, 16 Mar 2023 03:49:08 GMT expires: - '-1' pragma: @@ -1703,8 +1893,8 @@ interactions: - --resource-group --name --location --nodepool-name --node-count -k --ssh-key-value -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1713,30 +1903,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000003\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.6\",\n \"currentKubernetesVersion\": \"1.24.6\",\n \"dnsPrefix\": - \"cliakstest-clitest36g4pqo3b-79a739\",\n \"fqdn\": \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.25.5\",\n \"currentKubernetesVersion\": \"1.25.5\",\n \"dnsPrefix\": + \"cliakstest-clitestpbn5iw4pu-79a739\",\n \"fqdn\": \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/464ead49-4f6c-4121-92d8-368c5c8869e7\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/c3d13237-e9b7-445c-aa3b-a7775658c702\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1757,11 +1947,11 @@ interactions: cache-control: - no-cache content-length: - - '4163' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:50 GMT + - Thu, 16 Mar 2023 03:49:09 GMT expires: - '-1' pragma: @@ -1793,8 +1983,8 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1803,30 +1993,30 @@ interactions: \ \"location\": \"westcentralus\",\n \"name\": \"cliakstest000003\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.6\",\n \"currentKubernetesVersion\": \"1.24.6\",\n \"dnsPrefix\": - \"cliakstest-clitest36g4pqo3b-79a739\",\n \"fqdn\": \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.portal.hcp.westcentralus.azmk8s.io\",\n + \"1.25.5\",\n \"currentKubernetesVersion\": \"1.25.5\",\n \"dnsPrefix\": + \"cliakstest-clitestpbn5iw4pu-79a739\",\n \"fqdn\": \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/464ead49-4f6c-4121-92d8-368c5c8869e7\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/c3d13237-e9b7-445c-aa3b-a7775658c702\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1847,11 +2037,11 @@ interactions: cache-control: - no-cache content-length: - - '4163' + - '4164' content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:51 GMT + - Thu, 16 Mar 2023 03:49:10 GMT expires: - '-1' pragma: @@ -1883,8 +2073,8 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -1892,13 +2082,13 @@ interactions: string: "{\n \"name\": \"s000005\",\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\",\n \ \"type\": \"Microsoft.ContainerService/ManagedClusterSnapshots\",\n \"location\": \"westcentralus\",\n \"systemData\": {\n \"createdBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n - \ \"createdByType\": \"Application\",\n \"createdAt\": \"2022-11-24T11:22:41.2675653Z\",\n + \ \"createdByType\": \"Application\",\n \"createdAt\": \"2023-03-16T03:43:29.1753386Z\",\n \ \"lastModifiedBy\": \"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d\",\n \"lastModifiedByType\": - \"Application\",\n \"lastModifiedAt\": \"2022-11-24T11:22:41.2675653Z\"\n + \"Application\",\n \"lastModifiedAt\": \"2023-03-16T03:43:29.1753386Z\"\n \ },\n \"properties\": {\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\n \ },\n \"snapshotType\": \"ManagedCluster\",\n \"managedClusterPropertiesReadOnly\": - {\n \"kubernetesVersion\": \"1.25.2\",\n \"sku\": {\n \"name\": + {\n \"kubernetesVersion\": \"1.26.0\",\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n },\n \"enableRbac\": true,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\"\n \ }\n }\n }\n }" @@ -1910,7 +2100,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:51 GMT + - Thu, 16 Mar 2023 03:49:09 GMT expires: - '-1' pragma: @@ -1932,22 +2122,22 @@ interactions: body: '{"location": "westcentralus", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"creationData": {"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005"}, - "kubernetesVersion": "1.25.2", "dnsPrefix": "cliakstest-clitest36g4pqo3b-79a739", + "kubernetesVersion": "1.26.0", "dnsPrefix": "cliakstest-clitestpbn5iw4pu-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "c000004"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000003_westcentralus", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/464ead49-4f6c-4121-92d8-368c5c8869e7"}], + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/c3d13237-e9b7-445c-aa3b-a7775658c702"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000003-agentpool", @@ -1973,8 +2163,8 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -1984,31 +2174,31 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Upgrading\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\"\n - \ },\n \"kubernetesVersion\": \"1.25.2\",\n \"currentKubernetesVersion\": - \"1.25.2\",\n \"dnsPrefix\": \"cliakstest-clitest36g4pqo3b-79a739\",\n \"fqdn\": - \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.portal.hcp.westcentralus.azmk8s.io\",\n + \ },\n \"kubernetesVersion\": \"1.26.0\",\n \"currentKubernetesVersion\": + \"1.26.0\",\n \"dnsPrefix\": \"cliakstest-clitestpbn5iw4pu-79a739\",\n \"fqdn\": + \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Upgrading\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/464ead49-4f6c-4121-92d8-368c5c8869e7\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/c3d13237-e9b7-445c-aa3b-a7775658c702\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -2027,15 +2217,15 @@ interactions: {\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/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4366' + - '4367' content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:55 GMT + - Thu, 16 Mar 2023 03:49:14 GMT expires: - '-1' pragma: @@ -2069,71 +2259,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:28:26 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 upgrade - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:55 GMT + - Thu, 16 Mar 2023 03:49:44 GMT expires: - '-1' pragma: @@ -2165,23 +2307,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:25 GMT + - Thu, 16 Mar 2023 03:50:14 GMT expires: - '-1' pragma: @@ -2213,23 +2355,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:56 GMT + - Thu, 16 Mar 2023 03:50:44 GMT expires: - '-1' pragma: @@ -2261,23 +2403,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:26 GMT + - Thu, 16 Mar 2023 03:51:15 GMT expires: - '-1' pragma: @@ -2309,23 +2451,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:55 GMT + - Thu, 16 Mar 2023 03:51:45 GMT expires: - '-1' pragma: @@ -2357,23 +2499,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:26 GMT + - Thu, 16 Mar 2023 03:52:15 GMT expires: - '-1' pragma: @@ -2405,23 +2547,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:56 GMT + - Thu, 16 Mar 2023 03:52:45 GMT expires: - '-1' pragma: @@ -2453,23 +2595,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:27 GMT + - Thu, 16 Mar 2023 03:53:15 GMT expires: - '-1' pragma: @@ -2501,23 +2643,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:56 GMT + - Thu, 16 Mar 2023 03:53:44 GMT expires: - '-1' pragma: @@ -2549,23 +2691,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:26 GMT + - Thu, 16 Mar 2023 03:54:15 GMT expires: - '-1' pragma: @@ -2597,23 +2739,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:57 GMT + - Thu, 16 Mar 2023 03:54:45 GMT expires: - '-1' pragma: @@ -2645,23 +2787,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:26 GMT + - Thu, 16 Mar 2023 03:55:16 GMT expires: - '-1' pragma: @@ -2693,23 +2835,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:57 GMT + - Thu, 16 Mar 2023 03:55:45 GMT expires: - '-1' pragma: @@ -2741,23 +2883,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:27 GMT + - Thu, 16 Mar 2023 03:56:16 GMT expires: - '-1' pragma: @@ -2789,23 +2931,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:57 GMT + - Thu, 16 Mar 2023 03:56:45 GMT expires: - '-1' pragma: @@ -2837,23 +2979,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:27 GMT + - Thu, 16 Mar 2023 03:57:16 GMT expires: - '-1' pragma: @@ -2885,23 +3027,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:57 GMT + - Thu, 16 Mar 2023 03:57:46 GMT expires: - '-1' pragma: @@ -2933,23 +3075,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:27 GMT + - Thu, 16 Mar 2023 03:58:16 GMT expires: - '-1' pragma: @@ -2981,23 +3123,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:57 GMT + - Thu, 16 Mar 2023 03:58:46 GMT expires: - '-1' pragma: @@ -3029,23 +3171,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:27 GMT + - Thu, 16 Mar 2023 03:59:16 GMT expires: - '-1' pragma: @@ -3077,23 +3219,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:58 GMT + - Thu, 16 Mar 2023 03:59:47 GMT expires: - '-1' pragma: @@ -3125,23 +3267,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:39:28 GMT + - Thu, 16 Mar 2023 04:00:17 GMT expires: - '-1' pragma: @@ -3173,23 +3315,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:39:58 GMT + - Thu, 16 Mar 2023 04:00:46 GMT expires: - '-1' pragma: @@ -3221,23 +3363,23 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:28 GMT + - Thu, 16 Mar 2023 04:01:17 GMT expires: - '-1' pragma: @@ -3269,24 +3411,24 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/1cb5b027-dfac-4a2a-b20f-e9159d265f05?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/0bd5adfa-26d1-44e1-b316-5bad6273a613?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"27b0b51c-acdf-2a4a-b20f-e9159d265f05\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:27:55.521913Z\",\n \"endTime\": - \"2022-11-24T11:40:32.1908529Z\"\n }" + string: "{\n \"name\": \"faadd50b-d126-e144-b316-5bad6273a613\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:49:14.3906255Z\",\n \"endTime\": + \"2023-03-16T04:01:28.3697519Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:58 GMT + - Thu, 16 Mar 2023 04:01:47 GMT expires: - '-1' pragma: @@ -3318,8 +3460,8 @@ interactions: ParameterSetName: - --resource-group --name --cluster-snapshot-id --aks-custom-headers --yes -o User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -3329,31 +3471,31 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"creationData\": {\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005\"\n - \ },\n \"kubernetesVersion\": \"1.25.2\",\n \"currentKubernetesVersion\": - \"1.25.2\",\n \"dnsPrefix\": \"cliakstest-clitest36g4pqo3b-79a739\",\n \"fqdn\": - \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.hcp.westcentralus.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest36g4pqo3b-79a739-13929e8e.portal.hcp.westcentralus.azmk8s.io\",\n + \ },\n \"kubernetesVersion\": \"1.26.0\",\n \"currentKubernetesVersion\": + \"1.26.0\",\n \"dnsPrefix\": \"cliakstest-clitestpbn5iw4pu-79a739\",\n \"fqdn\": + \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.hcp.westcentralus.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestpbn5iw4pu-79a739-vw6omi75.portal.hcp.westcentralus.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000004\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.11.02\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-202303.06.0\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000003_westcentralus\",\n \"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_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/464ead49-4f6c-4121-92d8-368c5c8869e7\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000003_westcentralus/providers/Microsoft.Network/publicIPAddresses/c3d13237-e9b7-445c-aa3b-a7775658c702\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -3374,11 +3516,11 @@ interactions: cache-control: - no-cache content-length: - - '4366' + - '4367' content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:59 GMT + - Thu, 16 Mar 2023 04:01:47 GMT expires: - '-1' pragma: @@ -3412,8 +3554,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000003?api-version=2023-01-02-preview response: @@ -3421,17 +3563,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/6bf00c51-3007-466d-9cce-a08c63c0c5e5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operations/89151a1c-8664-4670-b0fc-b8977dba495e?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:41:00 GMT + - Thu, 16 Mar 2023 04:01:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/6bf00c51-3007-466d-9cce-a08c63c0c5e5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westcentralus/operationresults/89151a1c-8664-4670-b0fc-b8977dba495e?api-version=2016-03-30 pragma: - no-cache server: @@ -3441,7 +3583,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14995' + - '14994' status: code: 202 message: Accepted @@ -3461,8 +3603,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclustersnapshots/s000005?api-version=2023-01-02-preview response: @@ -3474,7 +3616,7 @@ interactions: content-length: - '0' date: - - Thu, 24 Nov 2022 11:41:01 GMT + - Thu, 16 Mar 2023 04:01:49 GMT expires: - '-1' pragma: @@ -3486,7 +3628,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 200 message: OK diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_stop_and_start.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_stop_and_start.yaml old mode 100644 new mode 100755 index 7471c4a6211..6cb61c5eeae --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_stop_and_start.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_stop_and_start.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:42:06 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:10:07Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:42:06Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:10:07 GMT + - Thu, 16 Mar 2023 03:42:05 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest5hnwekund-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestif3wr5dib-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5hnwekund-79a739\",\n \"fqdn\": \"cliakstest-clitest5hnwekund-79a739-04fde0a9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5hnwekund-79a739-04fde0a9.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestif3wr5dib-79a739\",\n \"fqdn\": \"cliakstest-clitestif3wr5dib-79a739-mguuzvk9.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestif3wr5dib-79a739-mguuzvk9.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:12 GMT + - Thu, 16 Mar 2023 03:42:10 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1195' status: code: 201 message: Created @@ -159,23 +204,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:10:42 GMT + - Thu, 16 Mar 2023 03:42:40 GMT expires: - '-1' pragma: @@ -207,23 +252,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:12 GMT + - Thu, 16 Mar 2023 03:43:09 GMT expires: - '-1' pragma: @@ -255,23 +300,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:11:42 GMT + - Thu, 16 Mar 2023 03:43:40 GMT expires: - '-1' pragma: @@ -303,23 +348,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:12 GMT + - Thu, 16 Mar 2023 03:44:10 GMT expires: - '-1' pragma: @@ -351,23 +396,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:42 GMT + - Thu, 16 Mar 2023 03:44:40 GMT expires: - '-1' pragma: @@ -399,23 +444,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:12 GMT + - Thu, 16 Mar 2023 03:45:10 GMT expires: - '-1' pragma: @@ -447,23 +492,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:42 GMT + - Thu, 16 Mar 2023 03:45:40 GMT expires: - '-1' pragma: @@ -495,23 +540,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:12 GMT + - Thu, 16 Mar 2023 03:46:10 GMT expires: - '-1' pragma: @@ -543,23 +588,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:43 GMT + - Thu, 16 Mar 2023 03:46:40 GMT expires: - '-1' pragma: @@ -591,23 +636,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:13 GMT + - Thu, 16 Mar 2023 03:47:10 GMT expires: - '-1' pragma: @@ -639,24 +684,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b10d6ba-3a28-48f5-b325-df4ed5f09ad0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bad6102b-283a-f548-b325-df4ed5f09ad0\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:10:12.3446457Z\",\n \"endTime\": - \"2022-11-24T11:15:18.9986595Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:42 GMT + - Thu, 16 Mar 2023 03:47:41 GMT expires: - '-1' pragma: @@ -688,65 +732,23 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5hnwekund-79a739\",\n \"fqdn\": \"cliakstest-clitest5hnwekund-79a739-04fde0a9.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5hnwekund-79a739-04fde0a9.portal.hcp.westus2.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fd060992-130d-4779-b613-6e27759e486a\"\n - \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n - \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n - \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": - {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n - \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '4133' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:43 GMT + - Thu, 16 Mar 2023 03:48:11 GMT expires: - '-1' pragma: @@ -768,51 +770,50 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks stop + - aks create Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - --resource-group --name + - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/stop?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: '' + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e6709321-f604-442e-980e-472e02fe5f4d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '0' + - '125' + content-type: + - application/json date: - - Thu, 24 Nov 2022 11:15:45 GMT + - Thu, 16 Mar 2023 03:48:40 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e6709321-f604-442e-980e-472e02fe5f4d?api-version=2016-03-30 pragma: - no-cache server: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -821,29 +822,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks stop + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --name + - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e6709321-f604-442e-980e-472e02fe5f4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"219370e6-04f6-2e44-980e-472e02fe5f4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:45.3660925Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:15 GMT + - Thu, 16 Mar 2023 03:49:11 GMT expires: - '-1' pragma: @@ -869,29 +870,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks stop + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --name + - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e6709321-f604-442e-980e-472e02fe5f4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"219370e6-04f6-2e44-980e-472e02fe5f4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:45.3660925Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:45 GMT + - Thu, 16 Mar 2023 03:49:41 GMT expires: - '-1' pragma: @@ -917,29 +918,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks stop + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --name + - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e6709321-f604-442e-980e-472e02fe5f4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"219370e6-04f6-2e44-980e-472e02fe5f4d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:15:45.3660925Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:15 GMT + - Thu, 16 Mar 2023 03:50:11 GMT expires: - '-1' pragma: @@ -965,30 +966,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks stop + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --name + - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e6709321-f604-442e-980e-472e02fe5f4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ce79db19-552f-415e-b700-c1535cd3e7e7?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"219370e6-04f6-2e44-980e-472e02fe5f4d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:15:45.3660925Z\",\n \"endTime\": - \"2022-11-24T11:17:25.0527036Z\"\n }" + string: "{\n \"name\": \"19db79ce-2f55-5e41-b700-c1535cd3e7e7\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:42:10.199008Z\",\n \"endTime\": + \"2023-03-16T03:50:16.7259512Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:45 GMT + - Thu, 16 Mar 2023 03:50:40 GMT expires: - '-1' pragma: @@ -1014,41 +1015,88 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks stop + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --name + - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e6709321-f604-442e-980e-472e02fe5f4d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: '' + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestif3wr5dib-79a739\",\n \"fqdn\": \"cliakstest-clitestif3wr5dib-79a739-mguuzvk9.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestif3wr5dib-79a739-mguuzvk9.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/7e351751-e48d-43e3-a19d-75617337f5c1\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 \"podCidrs\": [\n \"10.244.0.0/16\"\n + \ ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:45 GMT + - Thu, 16 Mar 2023 03:50:41 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e6709321-f604-442e-980e-472e02fe5f4d?api-version=2016-03-30 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: 204 - message: No Content + code: 200 + message: OK - request: body: null headers: @@ -1057,7 +1105,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks start + - aks stop Connection: - keep-alive Content-Length: @@ -1065,26 +1113,26 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/start?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/stop?api-version=2023-01-02-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7373a77a-a9d6-4b5d-a9f3-1ad56dbeef32?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:17:45 GMT + - Thu, 16 Mar 2023 03:50:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7373a77a-a9d6-4b5d-a9f3-1ad56dbeef32?api-version=2016-03-30 pragma: - no-cache server: @@ -1098,6 +1146,531 @@ interactions: status: code: 202 message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks stop + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7373a77a-a9d6-4b5d-a9f3-1ad56dbeef32?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7aa77373-d6a9-5d4b-a9f3-1ad56dbeef32\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:50:42.8889511Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:51:12 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 stop + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7373a77a-a9d6-4b5d-a9f3-1ad56dbeef32?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7aa77373-d6a9-5d4b-a9f3-1ad56dbeef32\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:50:42.8889511Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:51:42 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 stop + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7373a77a-a9d6-4b5d-a9f3-1ad56dbeef32?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7aa77373-d6a9-5d4b-a9f3-1ad56dbeef32\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:50:42.8889511Z\",\n \"endTime\": + \"2023-03-16T03:51:55.1244217Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:52:12 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 stop + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7373a77a-a9d6-4b5d-a9f3-1ad56dbeef32?api-version=2016-03-30 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:52:12 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7373a77a-a9d6-4b5d-a9f3-1ad56dbeef32?api-version=2016-03-30 + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks start + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/start?api-version=2023-01-02-preview + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '0' + date: + - Thu, 16 Mar 2023 03:52:13 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:52:44 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 start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:53:13 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 start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:53:43 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 start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:54:14 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 start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:54:43 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 start + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:55:14 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: @@ -1112,14 +1685,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" headers: cache-control: - no-cache @@ -1128,7 +1701,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:16 GMT + - Thu, 16 Mar 2023 03:55:44 GMT expires: - '-1' pragma: @@ -1160,14 +1733,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" headers: cache-control: - no-cache @@ -1176,7 +1749,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:46 GMT + - Thu, 16 Mar 2023 03:56:14 GMT expires: - '-1' pragma: @@ -1208,14 +1781,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" headers: cache-control: - no-cache @@ -1224,7 +1797,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:16 GMT + - Thu, 16 Mar 2023 03:56:44 GMT expires: - '-1' pragma: @@ -1256,14 +1829,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" headers: cache-control: - no-cache @@ -1272,7 +1845,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:46 GMT + - Thu, 16 Mar 2023 03:57:14 GMT expires: - '-1' pragma: @@ -1304,14 +1877,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" headers: cache-control: - no-cache @@ -1320,7 +1893,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:20:16 GMT + - Thu, 16 Mar 2023 03:57:44 GMT expires: - '-1' pragma: @@ -1352,14 +1925,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" headers: cache-control: - no-cache @@ -1368,7 +1941,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:20:46 GMT + - Thu, 16 Mar 2023 03:58:15 GMT expires: - '-1' pragma: @@ -1400,14 +1973,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" headers: cache-control: - no-cache @@ -1416,7 +1989,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:17 GMT + - Thu, 16 Mar 2023 03:58:45 GMT expires: - '-1' pragma: @@ -1448,14 +2021,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\"\n }" headers: cache-control: - no-cache @@ -1464,7 +2037,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:47 GMT + - Thu, 16 Mar 2023 03:59:14 GMT expires: - '-1' pragma: @@ -1496,15 +2069,15 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f9542b08-32cf-804c-a77c-f33b6543ccb4\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:17:46.4988323Z\",\n \"endTime\": - \"2022-11-24T11:21:47.4757771Z\"\n }" + string: "{\n \"name\": \"a5859656-1620-6940-ae4e-a6a126ed62f2\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:52:14.0921896Z\",\n \"endTime\": + \"2023-03-16T03:59:25.2758903Z\"\n }" headers: cache-control: - no-cache @@ -1513,7 +2086,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:17 GMT + - Thu, 16 Mar 2023 03:59:45 GMT expires: - '-1' pragma: @@ -1545,10 +2118,10 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 response: body: string: '' @@ -1558,11 +2131,11 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:17 GMT + - Thu, 16 Mar 2023 03:59:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/082b54f9-cf32-4c80-a77c-f33b6543ccb4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/569685a5-2016-4069-ae4e-a6a126ed62f2?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_trustedaccess_rolebinding.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_trustedaccess_rolebinding.yaml old mode 100644 new mode 100755 index c94d0074bd6..4ebb9f5aa49 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_trustedaccess_rolebinding.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_trustedaccess_rolebinding.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --node-vm-size --node-count --ssh-key-value + --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 05:13:06 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestjq7wpjzco-8ecadf", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestg2jrvzwep-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_D4s_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo9vDBjigKvJZ76amZTXAO8+BkLLx7/rD7iQwMbYDoGKMGrVoIbc6mxSn19tfbAdgIDjxFTvp/yAwO8nbLq9fzpBvNKKZJvxpeSHU/qGgMWHcj+DtF+7Bljz3YGLctLjpDKYvxsHHDPTZgSts7reB75SVC57cphBO76x7CCBE4uzjUHaDYBx+WU6dFMFqyrm/F/tYb3ilEwbxyRNXhnP9FN3ENWWQnD3isjrpGnB+3w8jtIlHoW4PnLXF+Nuw0Jv/ScIN/Zd5PTMuMm/aW3S8XwN6LpM7IB61w9dAvL8bfAVccDeYD/EeC7jJoIl2A4euootMxcN5Dz6hs/bRgnBjT + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -34,8 +80,8 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -44,23 +90,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.6\",\n \"currentKubernetesVersion\": \"1.24.6\",\n \"dnsPrefix\": - \"cliakstest-clitestjq7wpjzco-8ecadf\",\n \"fqdn\": \"cliakstest-clitestjq7wpjzco-8ecadf-98afe286.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestjq7wpjzco-8ecadf-98afe286.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestg2jrvzwep-8ecadf\",\n \"fqdn\": \"cliakstest-clitestg2jrvzwep-8ecadf-a4o8az50.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestg2jrvzwep-8ecadf-a4o8az50.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.19\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo9vDBjigKvJZ76amZTXAO8+BkLLx7/rD7iQwMbYDoGKMGrVoIbc6mxSn19tfbAdgIDjxFTvp/yAwO8nbLq9fzpBvNKKZJvxpeSHU/qGgMWHcj+DtF+7Bljz3YGLctLjpDKYvxsHHDPTZgSts7reB75SVC57cphBO76x7CCBE4uzjUHaDYBx+WU6dFMFqyrm/F/tYb3ilEwbxyRNXhnP9FN3ENWWQnD3isjrpGnB+3w8jtIlHoW4PnLXF+Nuw0Jv/ScIN/Zd5PTMuMm/aW3S8XwN6LpM7IB61w9dAvL8bfAVccDeYD/EeC7jJoIl2A4euootMxcN5Dz6hs/bRgnBjT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -82,7 +128,7 @@ interactions: {\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/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -90,7 +136,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:48:32 GMT + - Mon, 20 Mar 2023 05:13:10 GMT expires: - '-1' pragma: @@ -121,23 +167,23 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\"\n }" + string: "{\n \"name\": \"f3daf101-2214-bd40-b7e8-88137f79fa00\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:11.1593958Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 02 Feb 2023 09:49:02 GMT + - Mon, 20 Mar 2023 05:13:40 GMT expires: - '-1' pragma: @@ -170,23 +216,23 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\"\n }" + string: "{\n \"name\": \"f3daf101-2214-bd40-b7e8-88137f79fa00\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:11.1593958Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 02 Feb 2023 09:49:32 GMT + - Mon, 20 Mar 2023 05:14:11 GMT expires: - '-1' pragma: @@ -219,23 +265,23 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\"\n }" + string: "{\n \"name\": \"f3daf101-2214-bd40-b7e8-88137f79fa00\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:11.1593958Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 02 Feb 2023 09:50:02 GMT + - Mon, 20 Mar 2023 05:14:41 GMT expires: - '-1' pragma: @@ -268,23 +314,23 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\"\n }" + string: "{\n \"name\": \"f3daf101-2214-bd40-b7e8-88137f79fa00\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:11.1593958Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 02 Feb 2023 09:50:32 GMT + - Mon, 20 Mar 2023 05:15:11 GMT expires: - '-1' pragma: @@ -317,23 +363,23 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\"\n }" + string: "{\n \"name\": \"f3daf101-2214-bd40-b7e8-88137f79fa00\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:11.1593958Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 02 Feb 2023 09:51:03 GMT + - Mon, 20 Mar 2023 05:15:41 GMT expires: - '-1' pragma: @@ -366,23 +412,23 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\"\n }" + string: "{\n \"name\": \"f3daf101-2214-bd40-b7e8-88137f79fa00\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:11.1593958Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 02 Feb 2023 09:51:32 GMT + - Mon, 20 Mar 2023 05:16:11 GMT expires: - '-1' pragma: @@ -415,23 +461,23 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\"\n }" + string: "{\n \"name\": \"f3daf101-2214-bd40-b7e8-88137f79fa00\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T05:13:11.1593958Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 02 Feb 2023 09:52:02 GMT + - Mon, 20 Mar 2023 05:16:41 GMT expires: - '-1' pragma: @@ -464,23 +510,24 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/01f1daf3-1422-40bd-b7e8-88137f79fa00?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\"\n }" + string: "{\n \"name\": \"f3daf101-2214-bd40-b7e8-88137f79fa00\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T05:13:11.1593958Z\",\n \"endTime\": + \"2023-03-20T05:16:47.8259601Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '170' content-type: - application/json date: - - Thu, 02 Feb 2023 09:52:33 GMT + - Mon, 20 Mar 2023 05:17:11 GMT expires: - '-1' pragma: @@ -513,58 +560,8 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa0481ce-5de1-40aa-b0c1-5de5d452750e?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"ce8104fa-e15d-aa40-b0c1-5de5d452750e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-02-02T09:48:32.551814Z\",\n \"endTime\": - \"2023-02-02T09:52:57.6002435Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '169' - content-type: - - application/json - date: - - Thu, 02 Feb 2023 09:53:02 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: - - --resource-group --name --location --node-vm-size --node-count --ssh-key-value - --aks-custom-headers - User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -573,30 +570,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.6\",\n \"currentKubernetesVersion\": \"1.24.6\",\n \"dnsPrefix\": - \"cliakstest-clitestjq7wpjzco-8ecadf\",\n \"fqdn\": \"cliakstest-clitestjq7wpjzco-8ecadf-98afe286.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestjq7wpjzco-8ecadf-98afe286.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestg2jrvzwep-8ecadf\",\n \"fqdn\": \"cliakstest-clitestg2jrvzwep-8ecadf-a4o8az50.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestg2jrvzwep-8ecadf-a4o8az50.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.19\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo9vDBjigKvJZ76amZTXAO8+BkLLx7/rD7iQwMbYDoGKMGrVoIbc6mxSn19tfbAdgIDjxFTvp/yAwO8nbLq9fzpBvNKKZJvxpeSHU/qGgMWHcj+DtF+7Bljz3YGLctLjpDKYvxsHHDPTZgSts7reB75SVC57cphBO76x7CCBE4uzjUHaDYBx+WU6dFMFqyrm/F/tYb3ilEwbxyRNXhnP9FN3ENWWQnD3isjrpGnB+3w8jtIlHoW4PnLXF+Nuw0Jv/ScIN/Zd5PTMuMm/aW3S8XwN6LpM7IB61w9dAvL8bfAVccDeYD/EeC7jJoIl2A4euootMxcN5Dz6hs/bRgnBjT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/b2155cc5-fa31-4d41-9f2c-b8cee2144bba\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9fa2a767-f5e0-404b-a606-fe69bd48d199\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -621,7 +618,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:03 GMT + - Mon, 20 Mar 2023 05:17:11 GMT expires: - '-1' pragma: @@ -653,8 +650,8 @@ interactions: ParameterSetName: - -g --query -o User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters?api-version=2023-01-02-preview response: @@ -663,10 +660,10 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n - \ \"kubernetesVersion\": \"1.24.6\",\n \"currentKubernetesVersion\": - \"1.24.6\",\n \"dnsPrefix\": \"cliakstest-clitestjq7wpjzco-8ecadf\",\n - \ \"fqdn\": \"cliakstest-clitestjq7wpjzco-8ecadf-98afe286.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestjq7wpjzco-8ecadf-98afe286.portal.hcp.westus2.azmk8s.io\",\n + \ \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": + \"1.24.9\",\n \"dnsPrefix\": \"cliakstest-clitestg2jrvzwep-8ecadf\",\n + \ \"fqdn\": \"cliakstest-clitestg2jrvzwep-8ecadf-a4o8az50.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestg2jrvzwep-8ecadf-a4o8az50.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n @@ -674,15 +671,15 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.01.19\",\n \"upgradeSettings\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo9vDBjigKvJZ76amZTXAO8+BkLLx7/rD7iQwMbYDoGKMGrVoIbc6mxSn19tfbAdgIDjxFTvp/yAwO8nbLq9fzpBvNKKZJvxpeSHU/qGgMWHcj+DtF+7Bljz3YGLctLjpDKYvxsHHDPTZgSts7reB75SVC57cphBO76x7CCBE4uzjUHaDYBx+WU6dFMFqyrm/F/tYb3ilEwbxyRNXhnP9FN3ENWWQnD3isjrpGnB+3w8jtIlHoW4PnLXF+Nuw0Jv/ScIN/Zd5PTMuMm/aW3S8XwN6LpM7IB61w9dAvL8bfAVccDeYD/EeC7jJoIl2A4euootMxcN5Dz6hs/bRgnBjT + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \ \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n @@ -690,7 +687,7 @@ interactions: {\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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/b2155cc5-fa31-4d41-9f2c-b8cee2144bba\"\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9fa2a767-f5e0-404b-a606-fe69bd48d199\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -717,7 +714,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:04 GMT + - Mon, 20 Mar 2023 05:17:12 GMT expires: - '-1' pragma: @@ -749,21 +746,22 @@ interactions: ParameterSetName: - -g --query -o User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-compute/29.1.0 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets?api-version=2022-11-01 response: body: - string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"aks-nodepool1-32791764-vmss\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-32791764-vmss\",\r\n + string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"aks-nodepool1-92758001-vmss\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-92758001-vmss\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"aks-managed-createOperationID\": - \"fa0481ce-5de1-40aa-b0c1-5de5d452750e\",\r\n \"aks-managed-creationSource\": - \"vmssclient-aks-nodepool1-32791764-vmss\",\r\n \"aks-managed-kubeletIdentityClientID\": - \"cc992a92-fd21-43f1-b6c2-ba7b773853f4\",\r\n \"aks-managed-orchestrator\": - \"Kubernetes:1.24.6\",\r\n \"aks-managed-poolName\": \"nodepool1\",\r\n - \ \"aks-managed-resourceNameSuffix\": \"18957470\"\r\n },\r\n \"identity\": - {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\r\n + \"01f1daf3-1422-40bd-b7e8-88137f79fa00\",\r\n \"aks-managed-creationSource\": + \"vmssclient-aks-nodepool1-92758001-vmss\",\r\n \"aks-managed-kubeletIdentityClientID\": + \"4fa77fa3-3993-46eb-b100-779e767ca6b8\",\r\n \"aks-managed-orchestrator\": + \"Kubernetes:1.24.9\",\r\n \"aks-managed-poolName\": \"nodepool1\",\r\n + \ \"aks-managed-resourceNameSuffix\": \"27452312\",\r\n \"aks-managed-coordination\": + \"true\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, + UserAssigned\",\r\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\r\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\": {\r\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\r\n @@ -773,12 +771,12 @@ interactions: \ \"properties\": {\r\n \"singlePlacementGroup\": false,\r\n \"orchestrationMode\": \"Uniform\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\"\r\n \ },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"aks-nodepool1-32791764-vmss\",\r\n + {\r\n \"computerNamePrefix\": \"aks-nodepool1-92758001-vmss\",\r\n \ \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo9vDBjigKvJZ76amZTXAO8+BkLLx7/rD7iQwMbYDoGKMGrVoIbc6mxSn19tfbAdgIDjxFTvp/yAwO8nbLq9fzpBvNKKZJvxpeSHU/qGgMWHcj+DtF+7Bljz3YGLctLjpDKYvxsHHDPTZgSts7reB75SVC57cphBO76x7CCBE4uzjUHaDYBx+WU6dFMFqyrm/F/tYb3ilEwbxyRNXhnP9FN3ENWWQnD3isjrpGnB+3w8jtIlHoW4PnLXF+Nuw0Jv/ScIN/Zd5PTMuMm/aW3S8XwN6LpM7IB61w9dAvL8bfAVccDeYD/EeC7jJoIl2A4euootMxcN5Dz6hs/bRgnBjT + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhDFlCMOWnU1wLWU2hSIMg1BUCd8p6zCH5HSFdEwqMlwO9O0DPPLhmb8EsYiqb+X8okUKPp+WQaX/+ec4l/rrGeCVDwes7bgZhioCaUuWeKGWNtrm1JNwBOGbUdPfsw7lvJ/klRXLYG27ielKTfXfToKIq7sKOBT//RPLr9+vvrAAqEiUtAftDgaHeDRXtNxY03/es0/Cv0J44Fu/htd7vvVWDHIAW52pLjCU18uwLj9R8LdFutJR4A4evrBpHS41AeSnPAiuJO36EVzTYFPpEm19HzDu1S6y035TLVw7TAVFpXTXT8QxB0XZXIOtqGQ3WJv8rzkdL9Kf99k/n5DCl azcli_aks_live_test@example.com\\n\"\r\n }\r\n ]\r\n \ },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": @@ -788,33 +786,40 @@ interactions: \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n \"diskSizeGB\": 128\r\n \ },\r\n \"imageReference\": {\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AKS-Ubuntu/providers/Microsoft.Compute/galleries/AKSUbuntu/images/1804gen2containerd/versions/2023.01.19\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"aks-nodepool1-32791764-vmss\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":true,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":true,\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"properties\":{\"primary\":true,\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/virtualNetworks/aks-vnet-18957470/subnets/aks-subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/loadBalancers/kubernetes/backendAddressPools/kubernetes\"},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/loadBalancers/kubernetes/backendAddressPools/aksOutboundBackendPool\"}]}}]}}]},\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AKS-Ubuntu/providers/Microsoft.Compute/galleries/AKSUbuntu/images/1804gen2containerd/versions/2023.02.15\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"aks-nodepool1-92758001-vmss\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":true,\"disableTcpStateTracking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":true,\"ipConfigurations\":[{\"name\":\"ipconfig1\",\"properties\":{\"primary\":true,\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/virtualNetworks/aks-vnet-27452312/subnets/aks-subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/loadBalancers/kubernetes/backendAddressPools/kubernetes\"},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/loadBalancers/kubernetes/backendAddressPools/aksOutboundBackendPool\"}]}}]}}]},\r\n \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \ \"name\": \"vmssCSE\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.Azure.Extensions\",\r\n \"type\": \"CustomScript\",\r\n \ \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": {}\r\n }\r\n },\r\n {\r\n \"name\": - \"aks-nodepool1-32791764-vmss-AKSLinuxBilling\",\r\n \"properties\": + \"aks-nodepool1-92758001-vmss-AKSLinuxBilling\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": \"Microsoft.AKS\",\r\n \"type\": \"Compute.AKS.Linux.Billing\",\r\n \ \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": - {}\r\n }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": + {}\r\n }\r\n },\r\n {\r\n \"name\": + \"AKSLinuxExtension\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": + false,\r\n \"provisionAfterExtensions\": [\r\n \"vmssCSE\"\r\n + \ ],\r\n \"suppressFailures\": false,\r\n + \ \"publisher\": \"Microsoft.AKS\",\r\n \"type\": + \"Compute.AKS.Linux.AKSNode\",\r\n \"typeHandlerVersion\": + \"1.39\",\r\n \"settings\": {\"node-exporter-tls\":\"false\"}\r\n + \ }\r\n }\r\n ],\r\n \"extensionsTimeBudget\": \"PT16M\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": false,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"630cd4fe-abfc-4e43-851a-c59852b9f891\",\r\n - \ \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2023-02-02T09:50:06.7179066+00:00\"\r\n + false,\r\n \"uniqueId\": \"0299504e-3edd-4343-b039-3a618da9d914\",\r\n + \ \"platformFaultDomainCount\": 1,\r\n \"timeCreated\": \"2023-03-20T05:14:34.0886396+00:00\"\r\n \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '5689' + - '6283' content-type: - application/json; charset=utf-8 date: - - Thu, 02 Feb 2023 09:53:05 GMT + - Mon, 20 Mar 2023 05:17:13 GMT expires: - '-1' pragma: @@ -831,7 +836,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;890 + - Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;891 status: code: 200 message: OK @@ -849,8 +854,8 @@ interactions: ParameterSetName: - -g --cluster-name -n -s --roles User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-01-02-preview response: @@ -867,7 +872,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:05 GMT + - Mon, 20 Mar 2023 05:17:13 GMT expires: - '-1' pragma: @@ -882,7 +887,7 @@ interactions: code: 404 message: Not Found - request: - body: '{"properties": {"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-32791764-vmss", + body: '{"properties": {"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-92758001-vmss", "roles": ["Microsoft.Compute/virtualMachineScaleSets/test-node-reader", "Microsoft.Compute/virtualMachineScaleSets/test-admin"]}}' headers: Accept: @@ -900,8 +905,8 @@ interactions: ParameterSetName: - -g --cluster-name -n -s --roles User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-01-02-preview response: @@ -909,7 +914,7 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n \ \"name\": \"testbinding\",\n \"type\": \"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings\",\n \ \"properties\": {\n \"provisioningState\": \"Updating\",\n \"sourceResourceId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-32791764-vmss\",\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-92758001-vmss\",\n \ \"roles\": [\n \"Microsoft.Compute/virtualMachineScaleSets/test-node-reader\",\n \ \"Microsoft.Compute/virtualMachineScaleSets/test-admin\"\n ]\n }\n }" @@ -921,7 +926,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:06 GMT + - Mon, 20 Mar 2023 05:17:13 GMT expires: - '-1' pragma: @@ -937,7 +942,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -955,8 +960,8 @@ interactions: ParameterSetName: - --cluster-name -g User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings?api-version=2023-01-02-preview response: @@ -964,7 +969,7 @@ interactions: string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n \ \"name\": \"testbinding\",\n \"type\": \"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings\",\n \ \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"sourceResourceId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-32791764-vmss\",\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-92758001-vmss\",\n \ \"roles\": [\n \"Microsoft.Compute/virtualMachineScaleSets/test-node-reader\",\n \ \"Microsoft.Compute/virtualMachineScaleSets/test-admin\"\n ]\n }\n \ }\n ]\n }" @@ -976,7 +981,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:26 GMT + - Mon, 20 Mar 2023 05:17:34 GMT expires: - '-1' pragma: @@ -1008,8 +1013,8 @@ interactions: ParameterSetName: - --cluster-name -g -n User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-01-02-preview response: @@ -1017,7 +1022,7 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n \ \"name\": \"testbinding\",\n \"type\": \"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings\",\n \ \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"sourceResourceId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-32791764-vmss\",\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-92758001-vmss\",\n \ \"roles\": [\n \"Microsoft.Compute/virtualMachineScaleSets/test-node-reader\",\n \ \"Microsoft.Compute/virtualMachineScaleSets/test-admin\"\n ]\n }\n }" @@ -1029,7 +1034,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:26 GMT + - Mon, 20 Mar 2023 05:17:34 GMT expires: - '-1' pragma: @@ -1061,8 +1066,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --roles User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-01-02-preview response: @@ -1070,7 +1075,7 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n \ \"name\": \"testbinding\",\n \"type\": \"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings\",\n \ \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"sourceResourceId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-32791764-vmss\",\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-92758001-vmss\",\n \ \"roles\": [\n \"Microsoft.Compute/virtualMachineScaleSets/test-node-reader\",\n \ \"Microsoft.Compute/virtualMachineScaleSets/test-admin\"\n ]\n }\n }" @@ -1082,7 +1087,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:26 GMT + - Mon, 20 Mar 2023 05:17:34 GMT expires: - '-1' pragma: @@ -1101,7 +1106,7 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-32791764-vmss", + body: '{"properties": {"sourceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-92758001-vmss", "roles": ["Microsoft.Compute/virtualMachineScaleSets/test-node-reader"]}}' headers: Accept: @@ -1119,8 +1124,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --roles User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-01-02-preview response: @@ -1128,7 +1133,7 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding\",\n \ \"name\": \"testbinding\",\n \"type\": \"Microsoft.ContainerService/managedClusters/trustedAccessRoleBindings\",\n \ \"properties\": {\n \"provisioningState\": \"Updating\",\n \"sourceResourceId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-32791764-vmss\",\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Compute/virtualMachineScaleSets/aks-nodepool1-92758001-vmss\",\n \ \"roles\": [\n \"Microsoft.Compute/virtualMachineScaleSets/test-node-reader\"\n \ ]\n }\n }" headers: @@ -1139,7 +1144,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:27 GMT + - Mon, 20 Mar 2023 05:17:34 GMT expires: - '-1' pragma: @@ -1155,7 +1160,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1175,8 +1180,8 @@ interactions: ParameterSetName: - -g --cluster-name -n -y User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings/testbinding?api-version=2023-01-02-preview response: @@ -1188,7 +1193,7 @@ interactions: content-length: - '0' date: - - Thu, 02 Feb 2023 09:53:27 GMT + - Mon, 20 Mar 2023 05:17:35 GMT expires: - '-1' pragma: @@ -1218,8 +1223,8 @@ interactions: ParameterSetName: - --cluster-name -g User-Agent: - - AZURECLI/2.44.1 azsdk-python-azure-mgmt-containerservice/21.0.0b Python/3.8.10 - (Linux-5.15.0-1031-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/trustedAccessRoleBindings?api-version=2023-01-02-preview response: @@ -1233,7 +1238,7 @@ interactions: content-type: - application/json date: - - Thu, 02 Feb 2023 09:53:47 GMT + - Mon, 20 Mar 2023 05:17:55 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_label_msi.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_label_msi.yaml old mode 100644 new mode 100755 index 32fba57057f..311a06c7696 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_label_msi.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_label_msi.yaml @@ -1,4 +1,49 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:28:32 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": @@ -9,7 +54,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -31,8 +76,8 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -41,23 +86,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-12a436dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-12a436dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-xki6r0xl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-xki6r0xl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -79,15 +124,15 @@ interactions: {\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/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3423' + - '3419' content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:28 GMT + - Thu, 16 Mar 2023 03:28:36 GMT expires: - '-1' pragma: @@ -99,7 +144,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -117,14 +162,302 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:29:06 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:29:35 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:30:05 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:30:36 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31:06 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31:36 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: + - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" headers: cache-control: - no-cache @@ -133,7 +466,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:58 GMT + - Thu, 16 Mar 2023 03:32:06 GMT expires: - '-1' pragma: @@ -165,14 +498,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" headers: cache-control: - no-cache @@ -181,7 +514,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:20:27 GMT + - Thu, 16 Mar 2023 03:32:36 GMT expires: - '-1' pragma: @@ -213,14 +546,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" headers: cache-control: - no-cache @@ -229,7 +562,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:20:57 GMT + - Thu, 16 Mar 2023 03:33:07 GMT expires: - '-1' pragma: @@ -261,14 +594,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" headers: cache-control: - no-cache @@ -277,7 +610,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:28 GMT + - Thu, 16 Mar 2023 03:33:37 GMT expires: - '-1' pragma: @@ -309,14 +642,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" headers: cache-control: - no-cache @@ -325,7 +658,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:21:58 GMT + - Thu, 16 Mar 2023 03:34:07 GMT expires: - '-1' pragma: @@ -357,14 +690,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" headers: cache-control: - no-cache @@ -373,7 +706,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:28 GMT + - Thu, 16 Mar 2023 03:34:36 GMT expires: - '-1' pragma: @@ -405,14 +738,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" headers: cache-control: - no-cache @@ -421,7 +754,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:58 GMT + - Thu, 16 Mar 2023 03:35:06 GMT expires: - '-1' pragma: @@ -453,14 +786,14 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\"\n }" headers: cache-control: - no-cache @@ -469,7 +802,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:28 GMT + - Thu, 16 Mar 2023 03:35:37 GMT expires: - '-1' pragma: @@ -501,15 +834,15 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73e768d6-1c18-4f8d-8088-afe8d06f5bb7?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7c97d37e-15f2-4434-bc3e-94c02001049d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d668e773-181c-8d4f-8088-afe8d06f5bb7\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:19:28.3335298Z\",\n \"endTime\": - \"2022-11-24T11:23:51.7808721Z\"\n }" + string: "{\n \"name\": \"7ed3977c-f215-3444-bc3e-94c02001049d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:28:36.3830553Z\",\n \"endTime\": + \"2023-03-16T03:35:39.0545165Z\"\n }" headers: cache-control: - no-cache @@ -518,7 +851,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:58 GMT + - Thu, 16 Mar 2023 03:36:07 GMT expires: - '-1' pragma: @@ -550,8 +883,8 @@ interactions: ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -560,30 +893,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-12a436dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-12a436dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-xki6r0xl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-xki6r0xl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -604,11 +937,11 @@ interactions: cache-control: - no-cache content-length: - - '4076' + - '4072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:58 GMT + - Thu, 16 Mar 2023 03:36:07 GMT expires: - '-1' pragma: @@ -640,8 +973,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -650,30 +983,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-12a436dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-12a436dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-xki6r0xl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-xki6r0xl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +1027,11 @@ interactions: cache-control: - no-cache content-length: - - '4076' + - '4072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:59 GMT + - Thu, 16 Mar 2023 03:36:08 GMT expires: - '-1' pragma: @@ -718,23 +1051,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "nodeLabels": {"label1": "value1", "label2": "value2"}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -751,14 +1084,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2702' + - '2700' Content-Type: - application/json ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -767,31 +1100,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-12a436dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-12a436dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-xki6r0xl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-xki6r0xl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {\n \"label1\": \"value1\",\n \"label2\": \"value2\"\n },\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -810,15 +1143,15 @@ interactions: {\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/westus2/operations/10ba45ca-f493-4205-8255-d1930822fbd3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0ecf4bbd-fd68-46e8-a86b-27afd2bc58cb?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4154' + - '4150' content-type: - application/json date: - - Thu, 24 Nov 2022 11:24:07 GMT + - Thu, 16 Mar 2023 03:36:10 GMT expires: - '-1' pragma: @@ -834,7 +1167,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1189' + - '1196' status: code: 200 message: OK @@ -852,14 +1185,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/10ba45ca-f493-4205-8255-d1930822fbd3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0ecf4bbd-fd68-46e8-a86b-27afd2bc58cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ca45ba10-93f4-0542-8255-d1930822fbd3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:24:07.8670825Z\"\n }" + string: "{\n \"name\": \"bd4bcf0e-68fd-e846-a86b-27afd2bc58cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:36:11.2914646Z\"\n }" headers: cache-control: - no-cache @@ -868,7 +1201,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:24:38 GMT + - Thu, 16 Mar 2023 03:36:40 GMT expires: - '-1' pragma: @@ -900,14 +1233,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/10ba45ca-f493-4205-8255-d1930822fbd3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0ecf4bbd-fd68-46e8-a86b-27afd2bc58cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ca45ba10-93f4-0542-8255-d1930822fbd3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:24:07.8670825Z\"\n }" + string: "{\n \"name\": \"bd4bcf0e-68fd-e846-a86b-27afd2bc58cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:36:11.2914646Z\"\n }" headers: cache-control: - no-cache @@ -916,7 +1249,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:25:08 GMT + - Thu, 16 Mar 2023 03:37:11 GMT expires: - '-1' pragma: @@ -948,14 +1281,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/10ba45ca-f493-4205-8255-d1930822fbd3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0ecf4bbd-fd68-46e8-a86b-27afd2bc58cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ca45ba10-93f4-0542-8255-d1930822fbd3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:24:07.8670825Z\"\n }" + string: "{\n \"name\": \"bd4bcf0e-68fd-e846-a86b-27afd2bc58cb\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:36:11.2914646Z\"\n }" headers: cache-control: - no-cache @@ -964,7 +1297,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:25:37 GMT + - Thu, 16 Mar 2023 03:37:41 GMT expires: - '-1' pragma: @@ -996,15 +1329,15 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/10ba45ca-f493-4205-8255-d1930822fbd3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0ecf4bbd-fd68-46e8-a86b-27afd2bc58cb?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ca45ba10-93f4-0542-8255-d1930822fbd3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:24:07.8670825Z\",\n \"endTime\": - \"2022-11-24T11:25:44.6305594Z\"\n }" + string: "{\n \"name\": \"bd4bcf0e-68fd-e846-a86b-27afd2bc58cb\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:36:11.2914646Z\",\n \"endTime\": + \"2023-03-16T03:37:46.7111713Z\"\n }" headers: cache-control: - no-cache @@ -1013,7 +1346,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:07 GMT + - Thu, 16 Mar 2023 03:38:11 GMT expires: - '-1' pragma: @@ -1045,8 +1378,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1055,31 +1388,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-12a436dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-12a436dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-xki6r0xl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-xki6r0xl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {\n \"label1\": \"value1\",\n \"label2\": \"value2\"\n },\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1100,11 +1433,11 @@ interactions: cache-control: - no-cache content-length: - - '4156' + - '4152' content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:08 GMT + - Thu, 16 Mar 2023 03:38:11 GMT expires: - '-1' pragma: @@ -1136,8 +1469,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1146,31 +1479,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-12a436dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-12a436dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-xki6r0xl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-xki6r0xl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {\n \"label1\": \"value1\",\n \"label2\": \"value2\"\n },\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1191,11 +1524,11 @@ interactions: cache-control: - no-cache content-length: - - '4156' + - '4152' content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:09 GMT + - Thu, 16 Mar 2023 03:38:13 GMT expires: - '-1' pragma: @@ -1215,23 +1548,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -1248,14 +1581,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2664' + - '2662' Content-Type: - application/json ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1264,30 +1597,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-12a436dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-12a436dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-xki6r0xl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-xki6r0xl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1306,15 +1639,15 @@ interactions: {\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/westus2/operations/3d79f535-22b1-4ffc-9807-3b0bfeb5410f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c6efbe5-b45d-4cd0-bfad-2d855de1362a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4074' + - '4070' content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:11 GMT + - Thu, 16 Mar 2023 03:38:16 GMT expires: - '-1' pragma: @@ -1330,7 +1663,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1190' status: code: 200 message: OK @@ -1348,14 +1681,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3d79f535-22b1-4ffc-9807-3b0bfeb5410f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c6efbe5-b45d-4cd0-bfad-2d855de1362a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"35f5793d-b122-fc4f-9807-3b0bfeb5410f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:26:11.7028728Z\"\n }" + string: "{\n \"name\": \"e5fb6e1c-5db4-d04c-bfad-2d855de1362a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:38:15.9950171Z\"\n }" headers: cache-control: - no-cache @@ -1364,7 +1697,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:41 GMT + - Thu, 16 Mar 2023 03:38:46 GMT expires: - '-1' pragma: @@ -1396,14 +1729,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3d79f535-22b1-4ffc-9807-3b0bfeb5410f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c6efbe5-b45d-4cd0-bfad-2d855de1362a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"35f5793d-b122-fc4f-9807-3b0bfeb5410f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:26:11.7028728Z\"\n }" + string: "{\n \"name\": \"e5fb6e1c-5db4-d04c-bfad-2d855de1362a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:38:15.9950171Z\"\n }" headers: cache-control: - no-cache @@ -1412,7 +1745,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:11 GMT + - Thu, 16 Mar 2023 03:39:16 GMT expires: - '-1' pragma: @@ -1444,14 +1777,14 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3d79f535-22b1-4ffc-9807-3b0bfeb5410f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c6efbe5-b45d-4cd0-bfad-2d855de1362a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"35f5793d-b122-fc4f-9807-3b0bfeb5410f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:26:11.7028728Z\"\n }" + string: "{\n \"name\": \"e5fb6e1c-5db4-d04c-bfad-2d855de1362a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:38:15.9950171Z\"\n }" headers: cache-control: - no-cache @@ -1460,7 +1793,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:41 GMT + - Thu, 16 Mar 2023 03:39:45 GMT expires: - '-1' pragma: @@ -1492,24 +1825,24 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3d79f535-22b1-4ffc-9807-3b0bfeb5410f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1c6efbe5-b45d-4cd0-bfad-2d855de1362a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"35f5793d-b122-fc4f-9807-3b0bfeb5410f\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:26:11.7028728Z\",\n \"endTime\": - \"2022-11-24T11:27:42.7310559Z\"\n }" + string: "{\n \"name\": \"e5fb6e1c-5db4-d04c-bfad-2d855de1362a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:38:15.9950171Z\",\n \"endTime\": + \"2023-03-16T03:39:51.04297Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '168' content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:12 GMT + - Thu, 16 Mar 2023 03:40:15 GMT expires: - '-1' pragma: @@ -1541,8 +1874,8 @@ interactions: ParameterSetName: - --resource-group --name --nodepool-labels User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1551,30 +1884,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-12a436dc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-12a436dc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-xki6r0xl.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-xki6r0xl.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9479792a-195c-41d4-a3b4-805d016b7c8c\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4cba524c-05d0-4da1-b0a3-b3262ebeb196\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1595,11 +1928,11 @@ interactions: cache-control: - no-cache content-length: - - '4076' + - '4072' content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:12 GMT + - Thu, 16 Mar 2023 03:40:16 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml old mode 100644 new mode 100755 index 51f19f71cfb..d24f4154459 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_outbound_from_slb_to_natgateway.yaml @@ -14,12 +14,58 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:29:25 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:12:40Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:29:26Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +74,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:12:40 GMT + - Thu, 16 Mar 2023 03:29:26 GMT expires: - '-1' pragma: @@ -44,7 +90,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest5dnkgjdm5-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestw7j2xqwuc-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -52,7 +98,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -77,8 +123,8 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -87,23 +133,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5dnkgjdm5-79a739\",\n \"fqdn\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestw7j2xqwuc-79a739\",\n \"fqdn\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -126,15 +172,15 @@ interactions: {\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/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3547' + - '3543' content-type: - application/json date: - - Thu, 24 Nov 2022 11:12:44 GMT + - Thu, 16 Mar 2023 03:29:29 GMT expires: - '-1' pragma: @@ -146,7 +192,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1189' + - '1198' status: code: 201 message: Created @@ -165,23 +211,366 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:29:59 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: + - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:30:30 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: + - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31: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: + - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31:30 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: + - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32: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: + - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:29 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: + - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '125' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:59 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: + - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3439465d-2c59-a942-8a58-e93c37d26efa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:45.1357821Z\"\n }" + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:14 GMT + - Thu, 16 Mar 2023 03:33:30 GMT expires: - '-1' pragma: @@ -214,23 +603,23 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3439465d-2c59-a942-8a58-e93c37d26efa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:45.1357821Z\"\n }" + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:13:44 GMT + - Thu, 16 Mar 2023 03:34:00 GMT expires: - '-1' pragma: @@ -263,23 +652,23 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3439465d-2c59-a942-8a58-e93c37d26efa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:45.1357821Z\"\n }" + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:15 GMT + - Thu, 16 Mar 2023 03:34:31 GMT expires: - '-1' pragma: @@ -312,23 +701,23 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3439465d-2c59-a942-8a58-e93c37d26efa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:45.1357821Z\"\n }" + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:14:45 GMT + - Thu, 16 Mar 2023 03:35:00 GMT expires: - '-1' pragma: @@ -361,23 +750,23 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3439465d-2c59-a942-8a58-e93c37d26efa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:45.1357821Z\"\n }" + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:15 GMT + - Thu, 16 Mar 2023 03:35:30 GMT expires: - '-1' pragma: @@ -410,23 +799,23 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3439465d-2c59-a942-8a58-e93c37d26efa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:45.1357821Z\"\n }" + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:15:46 GMT + - Thu, 16 Mar 2023 03:36:00 GMT expires: - '-1' pragma: @@ -459,23 +848,23 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3439465d-2c59-a942-8a58-e93c37d26efa\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:12:45.1357821Z\"\n }" + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:15 GMT + - Thu, 16 Mar 2023 03:36:31 GMT expires: - '-1' pragma: @@ -508,24 +897,24 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d463934-592c-42a9-8a58-e93c37d26efa?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7ad7b3ee-b8e8-4b0f-91b5-4c58804e17f2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3439465d-2c59-a942-8a58-e93c37d26efa\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:12:45.1357821Z\",\n \"endTime\": - \"2022-11-24T11:16:44.9012718Z\"\n }" + string: "{\n \"name\": \"eeb3d77a-e8b8-0f4b-91b5-4c58804e17f2\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:29:29.852458Z\",\n \"endTime\": + \"2023-03-16T03:36:40.7537678Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:45 GMT + - Thu, 16 Mar 2023 03:37:01 GMT expires: - '-1' pragma: @@ -558,8 +947,8 @@ interactions: - --resource-group --name --vm-set-type -c --outbound-type --load-balancer-managed-outbound-ip-count --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -568,31 +957,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5dnkgjdm5-79a739\",\n \"fqdn\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestw7j2xqwuc-79a739\",\n \"fqdn\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 2\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0725bb5c-96a0-4f9b-9f13-836d9a5b62a8\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c18a45ea-82c4-4501-8816-b79a35c08573\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2198109a-4c22-4498-b984-1967b9b2d587\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/06e86f92-2ea6-4027-b0d7-c4444553e0f4\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": @@ -614,11 +1003,11 @@ interactions: cache-control: - no-cache content-length: - - '4424' + - '4420' content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:46 GMT + - Thu, 16 Mar 2023 03:37:01 GMT expires: - '-1' pragma: @@ -651,8 +1040,8 @@ interactions: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -661,31 +1050,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5dnkgjdm5-79a739\",\n \"fqdn\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestw7j2xqwuc-79a739\",\n \"fqdn\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 2\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0725bb5c-96a0-4f9b-9f13-836d9a5b62a8\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c18a45ea-82c4-4501-8816-b79a35c08573\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2198109a-4c22-4498-b984-1967b9b2d587\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/06e86f92-2ea6-4027-b0d7-c4444553e0f4\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": @@ -707,11 +1096,11 @@ interactions: cache-control: - no-cache content-length: - - '4424' + - '4420' content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:46 GMT + - Thu, 16 Mar 2023 03:37:01 GMT expires: - '-1' pragma: @@ -731,16 +1120,16 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest5dnkgjdm5-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestw7j2xqwuc-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -765,15 +1154,15 @@ interactions: Connection: - keep-alive Content-Length: - - '2415' + - '2413' Content-Type: - application/json ParameterSetName: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -782,31 +1171,31 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5dnkgjdm5-79a739\",\n \"fqdn\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestw7j2xqwuc-79a739\",\n \"fqdn\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 2\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/0725bb5c-96a0-4f9b-9f13-836d9a5b62a8\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c18a45ea-82c4-4501-8816-b79a35c08573\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2198109a-4c22-4498-b984-1967b9b2d587\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/06e86f92-2ea6-4027-b0d7-c4444553e0f4\"\n \ }\n ],\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"natGatewayProfile\": {\n \"managedOutboundIPProfile\": {\n \"count\": 2\n },\n \"idleTimeoutInMinutes\": @@ -827,15 +1216,15 @@ interactions: {\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/westus2/operations/70b0deb2-eb36-485f-8fba-5bbec77a10ec?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d62289d0-1692-49c8-9321-e1f73c654bc5?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4553' + - '4549' content-type: - application/json date: - - Thu, 24 Nov 2022 11:16:49 GMT + - Thu, 16 Mar 2023 03:37:04 GMT expires: - '-1' pragma: @@ -851,7 +1240,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1192' status: code: 200 message: OK @@ -870,23 +1259,23 @@ interactions: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/70b0deb2-eb36-485f-8fba-5bbec77a10ec?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d62289d0-1692-49c8-9321-e1f73c654bc5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2deb070-36eb-5f48-8fba-5bbec77a10ec\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:16:49.7921126Z\"\n }" + string: "{\n \"name\": \"d08922d6-9216-c849-9321-e1f73c654bc5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:04.666651Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:19 GMT + - Thu, 16 Mar 2023 03:37:34 GMT expires: - '-1' pragma: @@ -919,23 +1308,23 @@ interactions: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/70b0deb2-eb36-485f-8fba-5bbec77a10ec?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d62289d0-1692-49c8-9321-e1f73c654bc5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2deb070-36eb-5f48-8fba-5bbec77a10ec\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:16:49.7921126Z\"\n }" + string: "{\n \"name\": \"d08922d6-9216-c849-9321-e1f73c654bc5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:04.666651Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:17:49 GMT + - Thu, 16 Mar 2023 03:38:04 GMT expires: - '-1' pragma: @@ -968,23 +1357,23 @@ interactions: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/70b0deb2-eb36-485f-8fba-5bbec77a10ec?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d62289d0-1692-49c8-9321-e1f73c654bc5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2deb070-36eb-5f48-8fba-5bbec77a10ec\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:16:49.7921126Z\"\n }" + string: "{\n \"name\": \"d08922d6-9216-c849-9321-e1f73c654bc5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:04.666651Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:20 GMT + - Thu, 16 Mar 2023 03:38:34 GMT expires: - '-1' pragma: @@ -1017,23 +1406,23 @@ interactions: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/70b0deb2-eb36-485f-8fba-5bbec77a10ec?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d62289d0-1692-49c8-9321-e1f73c654bc5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2deb070-36eb-5f48-8fba-5bbec77a10ec\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:16:49.7921126Z\"\n }" + string: "{\n \"name\": \"d08922d6-9216-c849-9321-e1f73c654bc5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:04.666651Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:18:50 GMT + - Thu, 16 Mar 2023 03:39:04 GMT expires: - '-1' pragma: @@ -1066,23 +1455,23 @@ interactions: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/70b0deb2-eb36-485f-8fba-5bbec77a10ec?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d62289d0-1692-49c8-9321-e1f73c654bc5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2deb070-36eb-5f48-8fba-5bbec77a10ec\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:16:49.7921126Z\"\n }" + string: "{\n \"name\": \"d08922d6-9216-c849-9321-e1f73c654bc5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:37:04.666651Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:20 GMT + - Thu, 16 Mar 2023 03:39:34 GMT expires: - '-1' pragma: @@ -1115,24 +1504,24 @@ interactions: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/70b0deb2-eb36-485f-8fba-5bbec77a10ec?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d62289d0-1692-49c8-9321-e1f73c654bc5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b2deb070-36eb-5f48-8fba-5bbec77a10ec\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:16:49.7921126Z\",\n \"endTime\": - \"2022-11-24T11:19:44.9535212Z\"\n }" + string: "{\n \"name\": \"d08922d6-9216-c849-9321-e1f73c654bc5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:37:04.666651Z\",\n \"endTime\": + \"2023-03-16T03:39:53.536199Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '168' content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:50 GMT + - Thu, 16 Mar 2023 03:40:04 GMT expires: - '-1' pragma: @@ -1165,8 +1554,8 @@ interactions: - --resource-group --name --nat-gateway-managed-outbound-ip-count --nat-gateway-idle-timeout --outbound-type --aks-custom-header User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1175,23 +1564,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest5dnkgjdm5-79a739\",\n \"fqdn\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest5dnkgjdm5-79a739-2c6ad84d.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestw7j2xqwuc-79a739\",\n \"fqdn\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestw7j2xqwuc-79a739-ixem481y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -1200,8 +1589,8 @@ interactions: {\n \"allocatedOutboundPorts\": 0,\n \"idleTimeoutInMinutes\": 30,\n \ \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \"natGatewayProfile\": {\n \"managedOutboundIPProfile\": {\n \"count\": 2\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2eb4304a-56b3-4679-a6bb-22b9620628ee\"\n - \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6d96d129-dbba-4ebb-8bb4-8f3c6bc22c7f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5cedcec1-76ed-42e0-b58d-45ad2e4355c4\"\n + \ },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/82640225-13d4-498f-a441-375d0834d08b\"\n \ }\n ],\n \"idleTimeoutInMinutes\": 30\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\": @@ -1222,11 +1611,11 @@ interactions: cache-control: - no-cache content-length: - - '4501' + - '4497' content-type: - application/json date: - - Thu, 24 Nov 2022 11:19:50 GMT + - Thu, 16 Mar 2023 03:40:04 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_to_msi_cluster.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_to_msi_cluster.yaml old mode 100644 new mode 100755 index 3316f549209..d0fb6492846 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_to_msi_cluster.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_to_msi_cluster.yaml @@ -13,12 +13,57 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:30:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-11-24T11:22:18Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2023-03-16T03:30:49Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +72,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 24 Nov 2022 11:22:18 GMT + - Thu, 16 Mar 2023 03:30:49 GMT expires: - '-1' pragma: @@ -43,7 +88,7 @@ interactions: message: OK - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest3fjxqnbk2-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestcgayzerkw-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -51,7 +96,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -73,8 +118,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -83,23 +128,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3fjxqnbk2-79a739\",\n \"fqdn\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcgayzerkw-79a739\",\n \"fqdn\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -121,15 +166,15 @@ interactions: {\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/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:21 GMT + - Thu, 16 Mar 2023 03:30:52 GMT expires: - '-1' pragma: @@ -141,7 +186,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -159,14 +204,398 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31:22 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:31:52 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:22 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:32:53 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:33:22 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:33:52 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:34:22 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:34:53 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: + - --resource-group --name --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" headers: cache-control: - no-cache @@ -175,7 +604,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:22:51 GMT + - Thu, 16 Mar 2023 03:35:23 GMT expires: - '-1' pragma: @@ -207,14 +636,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" headers: cache-control: - no-cache @@ -223,7 +652,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:21 GMT + - Thu, 16 Mar 2023 03:35:53 GMT expires: - '-1' pragma: @@ -255,14 +684,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +700,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:51 GMT + - Thu, 16 Mar 2023 03:36:23 GMT expires: - '-1' pragma: @@ -303,14 +732,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +748,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:24:21 GMT + - Thu, 16 Mar 2023 03:36:52 GMT expires: - '-1' pragma: @@ -351,14 +780,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +796,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:24:52 GMT + - Thu, 16 Mar 2023 03:37:23 GMT expires: - '-1' pragma: @@ -399,14 +828,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +844,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:25:22 GMT + - Thu, 16 Mar 2023 03:37:53 GMT expires: - '-1' pragma: @@ -447,14 +876,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" headers: cache-control: - no-cache @@ -463,7 +892,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:25:52 GMT + - Thu, 16 Mar 2023 03:38:23 GMT expires: - '-1' pragma: @@ -495,14 +924,14 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\"\n }" headers: cache-control: - no-cache @@ -511,7 +940,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:22 GMT + - Thu, 16 Mar 2023 03:38:53 GMT expires: - '-1' pragma: @@ -543,15 +972,15 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/099b0dc2-8e8e-45b4-b9e2-efec9f5bdf26?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b772e267-33ed-4106-bf23-527bb9de641b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c20d9b09-8e8e-b445-b9e2-efec9f5bdf26\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:22:22.1259549Z\",\n \"endTime\": - \"2022-11-24T11:26:52.0167234Z\"\n }" + string: "{\n \"name\": \"67e272b7-ed33-0641-bf23-527bb9de641b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:30:52.6965451Z\",\n \"endTime\": + \"2023-03-16T03:39:03.1674643Z\"\n }" headers: cache-control: - no-cache @@ -560,7 +989,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:52 GMT + - Thu, 16 Mar 2023 03:39:23 GMT expires: - '-1' pragma: @@ -592,8 +1021,8 @@ interactions: ParameterSetName: - --resource-group --name --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -602,30 +1031,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3fjxqnbk2-79a739\",\n \"fqdn\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcgayzerkw-79a739\",\n \"fqdn\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fa3832ec-28b2-415d-ac95-8b4c38630c8f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/45df40b4-519b-4412-a852-9b247840855a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -646,11 +1075,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:52 GMT + - Thu, 16 Mar 2023 03:39:23 GMT expires: - '-1' pragma: @@ -682,8 +1111,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -692,30 +1121,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3fjxqnbk2-79a739\",\n \"fqdn\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcgayzerkw-79a739\",\n \"fqdn\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fa3832ec-28b2-415d-ac95-8b4c38630c8f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/45df40b4-519b-4412-a852-9b247840855a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -736,11 +1165,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:54 GMT + - Thu, 16 Mar 2023 03:39:24 GMT expires: - '-1' pragma: @@ -760,23 +1189,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest3fjxqnbk2-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestcgayzerkw-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fa3832ec-28b2-415d-ac95-8b4c38630c8f"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/45df40b4-519b-4412-a852-9b247840855a"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -793,14 +1222,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2665' + - '2663' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -809,30 +1238,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3fjxqnbk2-79a739\",\n \"fqdn\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcgayzerkw-79a739\",\n \"fqdn\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fa3832ec-28b2-415d-ac95-8b4c38630c8f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/45df40b4-519b-4412-a852-9b247840855a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -851,15 +1280,15 @@ interactions: {\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/westus2/operations/f9125906-e20a-4dac-ac44-1070547fe7a9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a3a80c57-be64-4b22-a8c3-231d01e5f2b5?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4131' + - '4127' content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:57 GMT + - Thu, 16 Mar 2023 03:39:27 GMT expires: - '-1' pragma: @@ -875,7 +1304,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1191' status: code: 200 message: OK @@ -893,14 +1322,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f9125906-e20a-4dac-ac44-1070547fe7a9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a3a80c57-be64-4b22-a8c3-231d01e5f2b5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"065912f9-0ae2-ac4d-ac44-1070547fe7a9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:26:57.3775673Z\"\n }" + string: "{\n \"name\": \"570ca8a3-64be-224b-a8c3-231d01e5f2b5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:27.9952617Z\"\n }" headers: cache-control: - no-cache @@ -909,7 +1338,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:27 GMT + - Thu, 16 Mar 2023 03:39:58 GMT expires: - '-1' pragma: @@ -941,14 +1370,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f9125906-e20a-4dac-ac44-1070547fe7a9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a3a80c57-be64-4b22-a8c3-231d01e5f2b5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"065912f9-0ae2-ac4d-ac44-1070547fe7a9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:26:57.3775673Z\"\n }" + string: "{\n \"name\": \"570ca8a3-64be-224b-a8c3-231d01e5f2b5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:27.9952617Z\"\n }" headers: cache-control: - no-cache @@ -957,7 +1386,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:56 GMT + - Thu, 16 Mar 2023 03:40:27 GMT expires: - '-1' pragma: @@ -989,15 +1418,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f9125906-e20a-4dac-ac44-1070547fe7a9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a3a80c57-be64-4b22-a8c3-231d01e5f2b5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"065912f9-0ae2-ac4d-ac44-1070547fe7a9\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:26:57.3775673Z\",\n \"endTime\": - \"2022-11-24T11:28:20.9861063Z\"\n }" + string: "{\n \"name\": \"570ca8a3-64be-224b-a8c3-231d01e5f2b5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:39:27.9952617Z\",\n \"endTime\": + \"2023-03-16T03:40:44.0080905Z\"\n }" headers: cache-control: - no-cache @@ -1006,7 +1435,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:26 GMT + - Thu, 16 Mar 2023 03:40:57 GMT expires: - '-1' pragma: @@ -1038,8 +1467,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1048,30 +1477,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest3fjxqnbk2-79a739\",\n \"fqdn\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest3fjxqnbk2-79a739-fcddb8cc.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestcgayzerkw-79a739\",\n \"fqdn\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestcgayzerkw-79a739-jbpcyu4f.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/fa3832ec-28b2-415d-ac95-8b4c38630c8f\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/45df40b4-519b-4412-a852-9b247840855a\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1092,11 +1521,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:27 GMT + - Thu, 16 Mar 2023 03:40:58 GMT expires: - '-1' pragma: @@ -1130,8 +1559,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1139,17 +1568,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/00b63dec-2a3e-402c-b300-87857703f5fd?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/766953e6-30b5-4eff-813b-79e7b8e24e09?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:28:29 GMT + - Thu, 16 Mar 2023 03:40:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/00b63dec-2a3e-402c-b300-87857703f5fd?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/766953e6-30b5-4eff-813b-79e7b8e24e09?api-version=2016-03-30 pragma: - no-cache server: @@ -1159,7 +1588,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14995' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_azuremonitormetrics.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_azuremonitormetrics.yaml old mode 100644 new mode 100755 index 97b2a6ed975..f7ab33f7b43 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_azuremonitormetrics.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_azuremonitormetrics.yaml @@ -1,506 +1,9 @@ interactions: -- request: - body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest000001-79a739", "agentPoolProfiles": - [{"count": 3, "vmSize": "standard_d2s_v3", "osDiskSizeGB": 0, "workloadRuntime": - "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "", "upgradeSettings": {}, "enableNodePublicIP": - false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": - false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": - "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT - azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, - "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", - "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", - "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}, "disableLocalAccounts": false, "storageProfile": {}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - Content-Length: - - '1577' - Content-Type: - - application/json - ParameterSetName: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview - response: - body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n - \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": - \"nodeIPConfiguration\"\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 \"podCidrs\": - [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n - \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": - 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": - {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n - \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": - {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": - {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - cache-control: - - no-cache - content-length: - - '3467' - content-type: - - application/json - date: - - Wed, 15 Mar 2023 20:10:14 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 15 Mar 2023 20:10:44 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: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 15 Mar 2023 20:11:14 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: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 15 Mar 2023 20:11:44 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: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 15 Mar 2023 20:12:14 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: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 15 Mar 2023 20:12:44 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: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 15 Mar 2023 20:13:14 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: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 15 Mar 2023 20:13:44 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: - - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity - --output - User-Agent: - - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 - (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - application/json - date: - - Wed, 15 Mar 2023 20:14:15 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: @@ -514,69 +17,124 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' headers: cache-control: - no-cache content-length: - - '126' + - '244' content-type: - - application/json + - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:14:45 GMT + - Mon, 20 Mar 2023 09:45:31 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 + x-ms-failure-cause: + - gateway status: - code: 200 - message: OK + code: 404 + message: Not Found - request: - body: null + body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest000001-8ecadf", "agentPoolProfiles": + [{"count": 3, "vmSize": "standard_d2s_v3", "osDiskSizeGB": 0, "workloadRuntime": + "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", + "mode": "System", "orchestratorVersion": "", "upgradeSettings": {}, "enableNodePublicIP": + false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": + "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": + "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 + azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, + "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", + "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false, "storageProfile": {}}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - aks create Connection: - keep-alive + Content-Length: + - '1577' + Content-Type: + - application/json ParameterSetName: - --resource-group --name --location --ssh-key-value --node-vm-size --enable-managed-identity --output User-Agent: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"backendPoolType\": + \"nodeIPConfiguration\"\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 \"podCidrs\": + [\n \"10.244.0.0/16\"\n ],\n \"serviceCidrs\": [\n \"10.0.0.0/16\"\n + \ ],\n \"ipFamilies\": [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": + {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n + \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": + {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": + false\n },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": + {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/3af0d332-581f-4f1a-bbce-d15575bc486d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '126' + - '3467' content-type: - application/json date: - - Wed, 15 Mar 2023 20:15:15 GMT + - Mon, 20 Mar 2023 09:45:36 GMT expires: - '-1' pragma: @@ -585,15 +143,13 @@ interactions: - nginx strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -612,11 +168,11 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3af0d332-581f-4f1a-bbce-d15575bc486d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" + string: "{\n \"name\": \"32d3f03a-1f58-1a4f-bbce-d15575bc486d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:45:36.4740571Z\"\n }" headers: cache-control: - no-cache @@ -625,7 +181,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:15:45 GMT + - Mon, 20 Mar 2023 09:46:06 GMT expires: - '-1' pragma: @@ -661,11 +217,11 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3af0d332-581f-4f1a-bbce-d15575bc486d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" + string: "{\n \"name\": \"32d3f03a-1f58-1a4f-bbce-d15575bc486d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:45:36.4740571Z\"\n }" headers: cache-control: - no-cache @@ -674,7 +230,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:16:15 GMT + - Mon, 20 Mar 2023 09:46:36 GMT expires: - '-1' pragma: @@ -710,11 +266,11 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3af0d332-581f-4f1a-bbce-d15575bc486d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" + string: "{\n \"name\": \"32d3f03a-1f58-1a4f-bbce-d15575bc486d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:45:36.4740571Z\"\n }" headers: cache-control: - no-cache @@ -723,7 +279,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:16:45 GMT + - Mon, 20 Mar 2023 09:47:06 GMT expires: - '-1' pragma: @@ -759,11 +315,11 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3af0d332-581f-4f1a-bbce-d15575bc486d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" + string: "{\n \"name\": \"32d3f03a-1f58-1a4f-bbce-d15575bc486d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:45:36.4740571Z\"\n }" headers: cache-control: - no-cache @@ -772,7 +328,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:17:15 GMT + - Mon, 20 Mar 2023 09:47:36 GMT expires: - '-1' pragma: @@ -808,11 +364,11 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3af0d332-581f-4f1a-bbce-d15575bc486d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" + string: "{\n \"name\": \"32d3f03a-1f58-1a4f-bbce-d15575bc486d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:45:36.4740571Z\"\n }" headers: cache-control: - no-cache @@ -821,7 +377,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:17:45 GMT + - Mon, 20 Mar 2023 09:48:06 GMT expires: - '-1' pragma: @@ -857,11 +413,11 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3af0d332-581f-4f1a-bbce-d15575bc486d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\"\n }" + string: "{\n \"name\": \"32d3f03a-1f58-1a4f-bbce-d15575bc486d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:45:36.4740571Z\"\n }" headers: cache-control: - no-cache @@ -870,7 +426,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:18:16 GMT + - Mon, 20 Mar 2023 09:48:36 GMT expires: - '-1' pragma: @@ -906,12 +462,12 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5c47fa87-582b-4809-acb1-0bf070a1d791?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3af0d332-581f-4f1a-bbce-d15575bc486d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"87fa475c-2b58-0948-acb1-0bf070a1d791\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-03-15T20:10:14.7010331Z\",\n \"endTime\": - \"2023-03-15T20:18:37.2008211Z\"\n }" + string: "{\n \"name\": \"32d3f03a-1f58-1a4f-bbce-d15575bc486d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T09:45:36.4740571Z\",\n \"endTime\": + \"2023-03-20T09:48:51.4230798Z\"\n }" headers: cache-control: - no-cache @@ -920,7 +476,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:18:46 GMT + - Mon, 20 Mar 2023 09:49:06 GMT expires: - '-1' pragma: @@ -964,8 +520,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -979,14 +535,14 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1011,7 +567,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:18:46 GMT + - Mon, 20 Mar 2023 09:49:06 GMT expires: - '-1' pragma: @@ -1055,8 +611,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -1070,14 +626,14 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1102,7 +658,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:18:46 GMT + - Mon, 20 Mar 2023 09:49:08 GMT expires: - '-1' pragma: @@ -1146,8 +702,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -1161,14 +717,14 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310\"\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 \"podCidrs\": @@ -1193,7 +749,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:18:48 GMT + - Mon, 20 Mar 2023 09:49:08 GMT expires: - '-1' pragma: @@ -1232,16 +788,16 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers?api-version=2019-08-01&$select=namespace,registrationstate response: body: - string: '{"value":[{"namespace":"Microsoft.Security","registrationState":"Registered"},{"namespace":"Microsoft.Compute","registrationState":"Registered"},{"namespace":"Microsoft.ContainerService","registrationState":"Registered"},{"namespace":"Microsoft.ContainerInstance","registrationState":"Registered"},{"namespace":"Microsoft.OperationsManagement","registrationState":"Registered"},{"namespace":"Microsoft.Capacity","registrationState":"Registered"},{"namespace":"Microsoft.Storage","registrationState":"Registered"},{"namespace":"Microsoft.Advisor","registrationState":"Registered"},{"namespace":"Microsoft.ManagedIdentity","registrationState":"Registered"},{"namespace":"Microsoft.KeyVault","registrationState":"Registered"},{"namespace":"Microsoft.ContainerRegistry","registrationState":"Registered"},{"namespace":"Microsoft.Kusto","registrationState":"Registered"},{"namespace":"Microsoft.Migrate","registrationState":"Registered"},{"namespace":"Microsoft.Diagnostics","registrationState":"Registered"},{"namespace":"Microsoft.MarketplaceNotifications","registrationState":"Registered"},{"namespace":"Microsoft.ChangeAnalysis","registrationState":"Registered"},{"namespace":"microsoft.insights","registrationState":"Registered"},{"namespace":"Microsoft.Logic","registrationState":"Registered"},{"namespace":"Microsoft.Web","registrationState":"Registered"},{"namespace":"Microsoft.ResourceHealth","registrationState":"Registered"},{"namespace":"Microsoft.Monitor","registrationState":"Registered"},{"namespace":"Microsoft.Dashboard","registrationState":"Registered"},{"namespace":"Microsoft.ManagedServices","registrationState":"Registered"},{"namespace":"Microsoft.NotificationHubs","registrationState":"Registered"},{"namespace":"Microsoft.DataLakeStore","registrationState":"Registered"},{"namespace":"Microsoft.Blueprint","registrationState":"Registered"},{"namespace":"Microsoft.Databricks","registrationState":"Registered"},{"namespace":"Microsoft.Relay","registrationState":"Registered"},{"namespace":"Microsoft.Maintenance","registrationState":"Registered"},{"namespace":"Microsoft.HealthcareApis","registrationState":"Registered"},{"namespace":"Microsoft.AppPlatform","registrationState":"Registered"},{"namespace":"Microsoft.DevTestLab","registrationState":"Registered"},{"namespace":"Microsoft.DataLakeAnalytics","registrationState":"Registered"},{"namespace":"Microsoft.Media","registrationState":"Registering"},{"namespace":"Microsoft.Devices","registrationState":"Registered"},{"namespace":"Microsoft.Automation","registrationState":"Registered"},{"namespace":"Microsoft.BotService","registrationState":"Registered"},{"namespace":"Microsoft.Management","registrationState":"Registered"},{"namespace":"Microsoft.CustomProviders","registrationState":"Registered"},{"namespace":"Microsoft.MixedReality","registrationState":"Registered"},{"namespace":"Microsoft.ServiceFabricMesh","registrationState":"Registering"},{"namespace":"Microsoft.DataMigration","registrationState":"Registered"},{"namespace":"Microsoft.RecoveryServices","registrationState":"Registered"},{"namespace":"Microsoft.DesktopVirtualization","registrationState":"Registered"},{"namespace":"Microsoft.DataProtection","registrationState":"Registered"},{"namespace":"Microsoft.DocumentDB","registrationState":"Registered"},{"namespace":"Microsoft.TimeSeriesInsights","registrationState":"Registered"},{"namespace":"Microsoft.Cache","registrationState":"Registered"},{"namespace":"Microsoft.DBforMySQL","registrationState":"Registered"},{"namespace":"Microsoft.SecurityInsights","registrationState":"Registered"},{"namespace":"Microsoft.ApiManagement","registrationState":"Registered"},{"namespace":"Microsoft.EventHub","registrationState":"Registered"},{"namespace":"Microsoft.AVS","registrationState":"Registered"},{"namespace":"Microsoft.PowerBIDedicated","registrationState":"Registered"},{"namespace":"Microsoft.EventGrid","registrationState":"Registered"},{"namespace":"Microsoft.Maps","registrationState":"Registered"},{"namespace":"Microsoft.MachineLearningServices","registrationState":"Registering"},{"namespace":"Microsoft.StreamAnalytics","registrationState":"Registered"},{"namespace":"Microsoft.Search","registrationState":"Registered"},{"namespace":"Microsoft.DBforMariaDB","registrationState":"Registered"},{"namespace":"Microsoft.CognitiveServices","registrationState":"Registered"},{"namespace":"Microsoft.Cdn","registrationState":"Registered"},{"namespace":"Microsoft.HDInsight","registrationState":"Registered"},{"namespace":"Microsoft.ServiceFabric","registrationState":"Registered"},{"namespace":"Microsoft.DBforPostgreSQL","registrationState":"Registered"},{"namespace":"Microsoft.AlertsManagement","registrationState":"Registered"},{"namespace":"Microsoft.OperationalInsights","registrationState":"Registered"},{"namespace":"Microsoft.PolicyInsights","registrationState":"Registered"},{"namespace":"Microsoft.GuestConfiguration","registrationState":"Registered"},{"namespace":"Microsoft.Network","registrationState":"Registered"},{"namespace":"Microsoft.ServiceBus","registrationState":"Registered"},{"namespace":"Microsoft.Sql","registrationState":"Registered"},{"namespace":"Dynatrace.Observability","registrationState":"NotRegistered"},{"namespace":"GitHub.Network","registrationState":"NotRegistered"},{"namespace":"Microsoft.AAD","registrationState":"NotRegistered"},{"namespace":"microsoft.aadiam","registrationState":"NotRegistered"},{"namespace":"Microsoft.Addons","registrationState":"NotRegistered"},{"namespace":"Microsoft.ADHybridHealthService","registrationState":"Registered"},{"namespace":"Microsoft.AgFoodPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.AnalysisServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.AnyBuild","registrationState":"NotRegistered"},{"namespace":"Microsoft.ApiSecurity","registrationState":"NotRegistered"},{"namespace":"Microsoft.App","registrationState":"NotRegistered"},{"namespace":"Microsoft.AppAssessment","registrationState":"NotRegistered"},{"namespace":"Microsoft.AppComplianceAutomation","registrationState":"NotRegistered"},{"namespace":"Microsoft.AppConfiguration","registrationState":"NotRegistered"},{"namespace":"Microsoft.Attestation","registrationState":"NotRegistered"},{"namespace":"Microsoft.Authorization","registrationState":"Registered"},{"namespace":"Microsoft.Automanage","registrationState":"NotRegistered"},{"namespace":"Microsoft.AutonomousDevelopmentPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.AutonomousSystems","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureActiveDirectory","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureArcData","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureCIS","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureData","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureDataTransfer","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzurePercept","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureScan","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureSphere","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureStack","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureStackHCI","registrationState":"NotRegistered"},{"namespace":"Microsoft.BackupSolutions","registrationState":"NotRegistered"},{"namespace":"Microsoft.BareMetalInfrastructure","registrationState":"NotRegistered"},{"namespace":"Microsoft.Batch","registrationState":"NotRegistered"},{"namespace":"Microsoft.Billing","registrationState":"Registered"},{"namespace":"Microsoft.BillingBenefits","registrationState":"NotRegistered"},{"namespace":"Microsoft.Bing","registrationState":"NotRegistered"},{"namespace":"Microsoft.BlockchainTokens","registrationState":"NotRegistered"},{"namespace":"Microsoft.CertificateRegistration","registrationState":"NotRegistered"},{"namespace":"Microsoft.Chaos","registrationState":"NotRegistered"},{"namespace":"Microsoft.ClassicCompute","registrationState":"NotRegistered"},{"namespace":"Microsoft.ClassicInfrastructureMigrate","registrationState":"NotRegistered"},{"namespace":"Microsoft.ClassicNetwork","registrationState":"NotRegistered"},{"namespace":"Microsoft.ClassicStorage","registrationState":"NotRegistered"},{"namespace":"Microsoft.ClassicSubscription","registrationState":"Registered"},{"namespace":"Microsoft.CleanRoom","registrationState":"NotRegistered"},{"namespace":"Microsoft.CloudShell","registrationState":"NotRegistered"},{"namespace":"Microsoft.CloudTest","registrationState":"NotRegistered"},{"namespace":"Microsoft.CodeSigning","registrationState":"NotRegistered"},{"namespace":"Microsoft.Codespaces","registrationState":"NotRegistered"},{"namespace":"Microsoft.Commerce","registrationState":"Registered"},{"namespace":"Microsoft.Communication","registrationState":"NotRegistered"},{"namespace":"Microsoft.ConfidentialLedger","registrationState":"NotRegistered"},{"namespace":"Microsoft.Confluent","registrationState":"NotRegistered"},{"namespace":"Microsoft.ConnectedCache","registrationState":"NotRegistered"},{"namespace":"microsoft.connectedopenstack","registrationState":"NotRegistered"},{"namespace":"Microsoft.ConnectedVehicle","registrationState":"NotRegistered"},{"namespace":"Microsoft.ConnectedVMwarevSphere","registrationState":"NotRegistered"},{"namespace":"Microsoft.Consumption","registrationState":"Registered"},{"namespace":"Microsoft.CostManagement","registrationState":"Registered"},{"namespace":"Microsoft.CostManagementExports","registrationState":"NotRegistered"},{"namespace":"Microsoft.CustomerLockbox","registrationState":"NotRegistered"},{"namespace":"Microsoft.D365CustomerInsights","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataBox","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataBoxEdge","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataCatalog","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataCollaboration","registrationState":"NotRegistered"},{"namespace":"Microsoft.Datadog","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataFactory","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataReplication","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataShare","registrationState":"NotRegistered"},{"namespace":"Microsoft.DelegatedNetwork","registrationState":"NotRegistered"},{"namespace":"Microsoft.DeploymentManager","registrationState":"NotRegistered"},{"namespace":"Microsoft.DevAI","registrationState":"NotRegistered"},{"namespace":"Microsoft.DevCenter","registrationState":"NotRegistered"},{"namespace":"Microsoft.DevHub","registrationState":"NotRegistered"},{"namespace":"Microsoft.DeviceUpdate","registrationState":"NotRegistered"},{"namespace":"Microsoft.DevOps","registrationState":"NotRegistered"},{"namespace":"Microsoft.DigitalTwins","registrationState":"NotRegistered"},{"namespace":"Microsoft.DomainRegistration","registrationState":"NotRegistered"},{"namespace":"Microsoft.Easm","registrationState":"NotRegistered"},{"namespace":"Microsoft.EdgeOrder","registrationState":"NotRegistered"},{"namespace":"Microsoft.EdgeZones","registrationState":"NotRegistered"},{"namespace":"Microsoft.Elastic","registrationState":"NotRegistered"},{"namespace":"Microsoft.ElasticSan","registrationState":"NotRegistered"},{"namespace":"Microsoft.ExtendedLocation","registrationState":"NotRegistered"},{"namespace":"Microsoft.Falcon","registrationState":"NotRegistered"},{"namespace":"Microsoft.Features","registrationState":"Registered"},{"namespace":"Microsoft.FluidRelay","registrationState":"NotRegistered"},{"namespace":"Microsoft.GraphServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.HanaOnAzure","registrationState":"NotRegistered"},{"namespace":"Microsoft.HardwareSecurityModules","registrationState":"NotRegistered"},{"namespace":"Microsoft.HealthBot","registrationState":"NotRegistered"},{"namespace":"Microsoft.Help","registrationState":"NotRegistered"},{"namespace":"Microsoft.HpcWorkbench","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridCompute","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridConnectivity","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridContainerService","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridData","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridNetwork","registrationState":"NotRegistered"},{"namespace":"Microsoft.Impact","registrationState":"NotRegistered"},{"namespace":"Microsoft.ImportExport","registrationState":"NotRegistered"},{"namespace":"Microsoft.IntelligentITDigitalTwin","registrationState":"NotRegistered"},{"namespace":"Microsoft.IoTCentral","registrationState":"NotRegistered"},{"namespace":"Microsoft.IoTFirmwareDefense","registrationState":"NotRegistered"},{"namespace":"Microsoft.IoTSecurity","registrationState":"NotRegistered"},{"namespace":"Microsoft.Kubernetes","registrationState":"NotRegistered"},{"namespace":"Microsoft.KubernetesConfiguration","registrationState":"NotRegistered"},{"namespace":"Microsoft.LabServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.LoadTestService","registrationState":"NotRegistered"},{"namespace":"Microsoft.Logz","registrationState":"NotRegistered"},{"namespace":"Microsoft.MachineLearning","registrationState":"NotRegistered"},{"namespace":"Microsoft.ManagedNetworkFabric","registrationState":"NotRegistered"},{"namespace":"Microsoft.ManagedStorageClass","registrationState":"NotRegistered"},{"namespace":"Microsoft.Marketplace","registrationState":"NotRegistered"},{"namespace":"Microsoft.MarketplaceOrdering","registrationState":"Registered"},{"namespace":"Microsoft.Metaverse","registrationState":"NotRegistered"},{"namespace":"Microsoft.Mission","registrationState":"NotRegistered"},{"namespace":"Microsoft.MobileNetwork","registrationState":"NotRegistered"},{"namespace":"Microsoft.ModSimWorkbench","registrationState":"NotRegistered"},{"namespace":"Microsoft.NetApp","registrationState":"NotRegistered"},{"namespace":"Microsoft.NetworkAnalytics","registrationState":"NotRegistered"},{"namespace":"Microsoft.NetworkCloud","registrationState":"NotRegistered"},{"namespace":"Microsoft.NetworkFunction","registrationState":"NotRegistered"},{"namespace":"Microsoft.ObjectStore","registrationState":"NotRegistered"},{"namespace":"Microsoft.OffAzure","registrationState":"NotRegistered"},{"namespace":"Microsoft.OffAzureSpringBoot","registrationState":"NotRegistered"},{"namespace":"Microsoft.OpenEnergyPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.OpenLogisticsPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.Orbital","registrationState":"NotRegistered"},{"namespace":"Microsoft.Peering","registrationState":"NotRegistered"},{"namespace":"Microsoft.Pki","registrationState":"NotRegistered"},{"namespace":"Microsoft.PlayFab","registrationState":"NotRegistered"},{"namespace":"Microsoft.Portal","registrationState":"Registered"},{"namespace":"Microsoft.PowerBI","registrationState":"NotRegistered"},{"namespace":"Microsoft.PowerPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.ProfessionalService","registrationState":"NotRegistered"},{"namespace":"Microsoft.ProviderHub","registrationState":"NotRegistered"},{"namespace":"Microsoft.Purview","registrationState":"NotRegistered"},{"namespace":"Microsoft.Quantum","registrationState":"NotRegistered"},{"namespace":"Microsoft.Quota","registrationState":"NotRegistered"},{"namespace":"Microsoft.RecommendationsService","registrationState":"NotRegistered"},{"namespace":"Microsoft.RedHatOpenShift","registrationState":"NotRegistered"},{"namespace":"Microsoft.ResourceConnector","registrationState":"NotRegistered"},{"namespace":"Microsoft.ResourceGraph","registrationState":"Registered"},{"namespace":"Microsoft.Resources","registrationState":"Registered"},{"namespace":"Microsoft.SaaS","registrationState":"NotRegistered"},{"namespace":"Microsoft.Scom","registrationState":"NotRegistered"},{"namespace":"Microsoft.ScVmm","registrationState":"NotRegistered"},{"namespace":"Microsoft.SecurityDetonation","registrationState":"NotRegistered"},{"namespace":"Microsoft.SecurityDevOps","registrationState":"NotRegistered"},{"namespace":"Microsoft.SerialConsole","registrationState":"Registered"},{"namespace":"Microsoft.ServiceLinker","registrationState":"NotRegistered"},{"namespace":"Microsoft.ServiceNetworking","registrationState":"NotRegistered"},{"namespace":"Microsoft.ServicesHub","registrationState":"NotRegistered"},{"namespace":"Microsoft.SignalRService","registrationState":"NotRegistered"},{"namespace":"Microsoft.Singularity","registrationState":"NotRegistered"},{"namespace":"Microsoft.SoftwarePlan","registrationState":"NotRegistered"},{"namespace":"Microsoft.Solutions","registrationState":"NotRegistered"},{"namespace":"Microsoft.SqlVirtualMachine","registrationState":"NotRegistered"},{"namespace":"Microsoft.StorageCache","registrationState":"NotRegistered"},{"namespace":"Microsoft.StorageMover","registrationState":"NotRegistered"},{"namespace":"Microsoft.StorageSync","registrationState":"NotRegistered"},{"namespace":"Microsoft.StorSimple","registrationState":"NotRegistered"},{"namespace":"Microsoft.Subscription","registrationState":"NotRegistered"},{"namespace":"microsoft.support","registrationState":"Registered"},{"namespace":"Microsoft.Synapse","registrationState":"NotRegistered"},{"namespace":"Microsoft.Syntex","registrationState":"NotRegistered"},{"namespace":"Microsoft.TestBase","registrationState":"NotRegistered"},{"namespace":"Microsoft.UsageBilling","registrationState":"NotRegistered"},{"namespace":"Microsoft.VideoIndexer","registrationState":"NotRegistered"},{"namespace":"Microsoft.VirtualMachineImages","registrationState":"NotRegistered"},{"namespace":"microsoft.visualstudio","registrationState":"NotRegistered"},{"namespace":"Microsoft.VMware","registrationState":"NotRegistered"},{"namespace":"Microsoft.VoiceServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.VSOnline","registrationState":"NotRegistered"},{"namespace":"Microsoft.WindowsESU","registrationState":"NotRegistered"},{"namespace":"Microsoft.WindowsIoT","registrationState":"NotRegistered"},{"namespace":"Microsoft.WindowsPushNotificationServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.WorkloadBuilder","registrationState":"NotRegistered"},{"namespace":"Microsoft.Workloads","registrationState":"NotRegistered"},{"namespace":"NewRelic.Observability","registrationState":"NotRegistered"},{"namespace":"NGINX.NGINXPLUS","registrationState":"NotRegistered"},{"namespace":"PaloAltoNetworks.Cloudngfw","registrationState":"NotRegistered"},{"namespace":"Qumulo.Storage","registrationState":"NotRegistered"},{"namespace":"SolarWinds.Observability","registrationState":"NotRegistered"},{"namespace":"Wandisco.Fusion","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataAccelerator","registrationState":"NotRegistered"},{"namespace":"Microsoft.OracleDiscovery","registrationState":"NotRegistered"},{"namespace":"Microsoft.ProjectArcadia","registrationState":"NotRegistered"}]}' + string: '{"value":[{"namespace":"Microsoft.ContainerService","registrationState":"Registered"},{"namespace":"Microsoft.OperationalInsights","registrationState":"Registered"},{"namespace":"Microsoft.OperationsManagement","registrationState":"Registered"},{"namespace":"Microsoft.ContainerRegistry","registrationState":"Registered"},{"namespace":"Microsoft.ClassicStorage","registrationState":"Registered"},{"namespace":"Microsoft.Advisor","registrationState":"Registered"},{"namespace":"Microsoft.NotificationHubs","registrationState":"Registered"},{"namespace":"Microsoft.Management","registrationState":"Registered"},{"namespace":"microsoft.visualstudio","registrationState":"Registered"},{"namespace":"Microsoft.ResourceHealth","registrationState":"Registered"},{"namespace":"Microsoft.Capacity","registrationState":"Registered"},{"namespace":"Microsoft.PolicyInsights","registrationState":"Registered"},{"namespace":"Microsoft.ApiManagement","registrationState":"Registered"},{"namespace":"Microsoft.EventHub","registrationState":"Registered"},{"namespace":"Microsoft.DocumentDB","registrationState":"Registered"},{"namespace":"Microsoft.Compute","registrationState":"Registered"},{"namespace":"Microsoft.ServiceBus","registrationState":"Registered"},{"namespace":"Microsoft.Authorization","registrationState":"Registered"},{"namespace":"Microsoft.Cache","registrationState":"Registered"},{"namespace":"Microsoft.DataLakeStore","registrationState":"Registered"},{"namespace":"Microsoft.Devices","registrationState":"Registered"},{"namespace":"Microsoft.Cdn","registrationState":"Registered"},{"namespace":"Microsoft.DataLakeAnalytics","registrationState":"Registered"},{"namespace":"Microsoft.AlertsManagement","registrationState":"Registered"},{"namespace":"Microsoft.Commerce","registrationState":"Registered"},{"namespace":"Microsoft.Relay","registrationState":"Registered"},{"namespace":"Microsoft.CognitiveServices","registrationState":"Registered"},{"namespace":"Microsoft.Databricks","registrationState":"Registered"},{"namespace":"Microsoft.Storage","registrationState":"Registered"},{"namespace":"Microsoft.Security","registrationState":"Registered"},{"namespace":"Microsoft.ContainerInstance","registrationState":"Registered"},{"namespace":"Microsoft.Network","registrationState":"Registered"},{"namespace":"Microsoft.DevTestLab","registrationState":"Registered"},{"namespace":"Microsoft.ManagedIdentity","registrationState":"Registered"},{"namespace":"Microsoft.MachineLearning","registrationState":"Registered"},{"namespace":"Microsoft.KeyVault","registrationState":"Registered"},{"namespace":"Microsoft.Search","registrationState":"Registered"},{"namespace":"Microsoft.DataMigration","registrationState":"Registered"},{"namespace":"microsoft.insights","registrationState":"Registered"},{"namespace":"Microsoft.ServiceFabric","registrationState":"Registered"},{"namespace":"Microsoft.Solutions","registrationState":"Registered"},{"namespace":"Microsoft.EventGrid","registrationState":"Registered"},{"namespace":"Microsoft.Logic","registrationState":"Registered"},{"namespace":"Microsoft.Web","registrationState":"Registered"},{"namespace":"Microsoft.ClassicNetwork","registrationState":"Registered"},{"namespace":"Microsoft.RecoveryServices","registrationState":"Registered"},{"namespace":"Microsoft.DBforPostgreSQL","registrationState":"Registered"},{"namespace":"Microsoft.Sql","registrationState":"Registered"},{"namespace":"Microsoft.DBforMySQL","registrationState":"Registered"},{"namespace":"Microsoft.Automation","registrationState":"Registered"},{"namespace":"Microsoft.StreamAnalytics","registrationState":"Registered"},{"namespace":"Microsoft.HDInsight","registrationState":"Registered"},{"namespace":"Microsoft.Maps","registrationState":"Registered"},{"namespace":"Microsoft.BotService","registrationState":"Registered"},{"namespace":"Microsoft.Kusto","registrationState":"Registered"},{"namespace":"Microsoft.MachineLearningServices","registrationState":"Registered"},{"namespace":"Microsoft.Media","registrationState":"Registered"},{"namespace":"Microsoft.Blueprint","registrationState":"Registered"},{"namespace":"Microsoft.HealthcareApis","registrationState":"Registered"},{"namespace":"Microsoft.Communication","registrationState":"Registered"},{"namespace":"Microsoft.Diagnostics","registrationState":"Registered"},{"namespace":"Microsoft.CloudTest","registrationState":"Registered"},{"namespace":"Microsoft.KubernetesConfiguration","registrationState":"Registered"},{"namespace":"Microsoft.AVS","registrationState":"Registered"},{"namespace":"Microsoft.DataProtection","registrationState":"Registered"},{"namespace":"Microsoft.LoadTestService","registrationState":"Registered"},{"namespace":"Microsoft.Monitor","registrationState":"Registered"},{"namespace":"Microsoft.CloudShell","registrationState":"Registered"},{"namespace":"Microsoft.RedHatOpenShift","registrationState":"Registered"},{"namespace":"Microsoft.MixedReality","registrationState":"Registered"},{"namespace":"Microsoft.StorageCache","registrationState":"Registered"},{"namespace":"Microsoft.AppPlatform","registrationState":"Registered"},{"namespace":"Microsoft.PowerBIDedicated","registrationState":"Registered"},{"namespace":"Microsoft.CustomProviders","registrationState":"Registered"},{"namespace":"Microsoft.DBforMariaDB","registrationState":"Registered"},{"namespace":"Microsoft.Maintenance","registrationState":"Registered"},{"namespace":"Microsoft.SecurityInsights","registrationState":"Registered"},{"namespace":"Microsoft.TimeSeriesInsights","registrationState":"Registered"},{"namespace":"Microsoft.DesktopVirtualization","registrationState":"Registered"},{"namespace":"Microsoft.ChangeAnalysis","registrationState":"Registered"},{"namespace":"Microsoft.ExtendedLocation","registrationState":"Registered"},{"namespace":"Microsoft.Notebooks","registrationState":"Registered"},{"namespace":"Microsoft.ServiceFabricMesh","registrationState":"Registered"},{"namespace":"Microsoft.ManagedServices","registrationState":"Registered"},{"namespace":"Microsoft.Confluent","registrationState":"Registered"},{"namespace":"Microsoft.GuestConfiguration","registrationState":"Registered"},{"namespace":"Microsoft.AAD","registrationState":"Registered"},{"namespace":"Microsoft.ServiceLinker","registrationState":"Registered"},{"namespace":"Microsoft.Kubernetes","registrationState":"Registered"},{"namespace":"Microsoft.DevHub","registrationState":"Registered"},{"namespace":"Microsoft.Migrate","registrationState":"Registered"},{"namespace":"Microsoft.SqlVirtualMachine","registrationState":"Registered"},{"namespace":"Microsoft.App","registrationState":"Registered"},{"namespace":"Microsoft.Codespaces","registrationState":"Registered"},{"namespace":"Microsoft.CostManagementExports","registrationState":"Registered"},{"namespace":"Microsoft.Dashboard","registrationState":"Registered"},{"namespace":"Microsoft.SaaS","registrationState":"Registered"},{"namespace":"Microsoft.IoTSecurity","registrationState":"Registered"},{"namespace":"Microsoft.MarketplaceNotifications","registrationState":"Registered"},{"namespace":"Microsoft.DomainRegistration","registrationState":"Registered"},{"namespace":"Microsoft.VirtualMachineImages","registrationState":"Registered"},{"namespace":"Microsoft.NetworkFunction","registrationState":"Registered"},{"namespace":"Microsoft.ServiceNetworking","registrationState":"Registered"},{"namespace":"Dynatrace.Observability","registrationState":"NotRegistered"},{"namespace":"GitHub.Network","registrationState":"NotRegistered"},{"namespace":"microsoft.aadiam","registrationState":"NotRegistered"},{"namespace":"Microsoft.Addons","registrationState":"NotRegistered"},{"namespace":"Microsoft.ADHybridHealthService","registrationState":"Registered"},{"namespace":"Microsoft.AgFoodPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.AnalysisServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.AnyBuild","registrationState":"NotRegistered"},{"namespace":"Microsoft.ApiSecurity","registrationState":"NotRegistered"},{"namespace":"Microsoft.AppAssessment","registrationState":"NotRegistered"},{"namespace":"Microsoft.AppComplianceAutomation","registrationState":"NotRegistered"},{"namespace":"Microsoft.AppConfiguration","registrationState":"NotRegistered"},{"namespace":"Microsoft.Attestation","registrationState":"NotRegistered"},{"namespace":"Microsoft.Automanage","registrationState":"NotRegistered"},{"namespace":"Microsoft.AutonomousDevelopmentPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.AutonomousSystems","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureActiveDirectory","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureArcData","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureCIS","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureData","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureDataTransfer","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzurePercept","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureScan","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureSphere","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureStack","registrationState":"NotRegistered"},{"namespace":"Microsoft.AzureStackHCI","registrationState":"NotRegistered"},{"namespace":"Microsoft.BackupSolutions","registrationState":"NotRegistered"},{"namespace":"Microsoft.BareMetalInfrastructure","registrationState":"NotRegistered"},{"namespace":"Microsoft.Batch","registrationState":"NotRegistered"},{"namespace":"Microsoft.Billing","registrationState":"Registered"},{"namespace":"Microsoft.BillingBenefits","registrationState":"NotRegistered"},{"namespace":"Microsoft.Bing","registrationState":"NotRegistered"},{"namespace":"Microsoft.BlockchainTokens","registrationState":"NotRegistered"},{"namespace":"Microsoft.CertificateRegistration","registrationState":"NotRegistered"},{"namespace":"Microsoft.Chaos","registrationState":"NotRegistered"},{"namespace":"Microsoft.ClassicCompute","registrationState":"NotRegistered"},{"namespace":"Microsoft.ClassicInfrastructureMigrate","registrationState":"NotRegistered"},{"namespace":"Microsoft.ClassicSubscription","registrationState":"Registered"},{"namespace":"Microsoft.CleanRoom","registrationState":"NotRegistered"},{"namespace":"Microsoft.CodeSigning","registrationState":"NotRegistered"},{"namespace":"Microsoft.ConfidentialLedger","registrationState":"NotRegistered"},{"namespace":"Microsoft.ConnectedCache","registrationState":"NotRegistered"},{"namespace":"microsoft.connectedopenstack","registrationState":"NotRegistered"},{"namespace":"Microsoft.ConnectedVehicle","registrationState":"NotRegistered"},{"namespace":"Microsoft.ConnectedVMwarevSphere","registrationState":"NotRegistered"},{"namespace":"Microsoft.Consumption","registrationState":"Registered"},{"namespace":"Microsoft.CostManagement","registrationState":"Registered"},{"namespace":"Microsoft.CustomerLockbox","registrationState":"NotRegistered"},{"namespace":"Microsoft.D365CustomerInsights","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataBox","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataBoxEdge","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataCatalog","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataCollaboration","registrationState":"NotRegistered"},{"namespace":"Microsoft.Datadog","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataFactory","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataReplication","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataShare","registrationState":"NotRegistered"},{"namespace":"Microsoft.DelegatedNetwork","registrationState":"NotRegistered"},{"namespace":"Microsoft.DeploymentManager","registrationState":"NotRegistered"},{"namespace":"Microsoft.DevAI","registrationState":"NotRegistered"},{"namespace":"Microsoft.DevCenter","registrationState":"NotRegistered"},{"namespace":"Microsoft.DeviceUpdate","registrationState":"NotRegistered"},{"namespace":"Microsoft.DevOps","registrationState":"NotRegistered"},{"namespace":"Microsoft.DigitalTwins","registrationState":"NotRegistered"},{"namespace":"Microsoft.Easm","registrationState":"NotRegistered"},{"namespace":"Microsoft.EdgeOrder","registrationState":"NotRegistered"},{"namespace":"Microsoft.EdgeZones","registrationState":"NotRegistered"},{"namespace":"Microsoft.Elastic","registrationState":"NotRegistered"},{"namespace":"Microsoft.ElasticSan","registrationState":"NotRegistered"},{"namespace":"Microsoft.Falcon","registrationState":"NotRegistered"},{"namespace":"Microsoft.Features","registrationState":"Registered"},{"namespace":"Microsoft.FluidRelay","registrationState":"NotRegistered"},{"namespace":"Microsoft.GraphServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.HanaOnAzure","registrationState":"NotRegistered"},{"namespace":"Microsoft.HardwareSecurityModules","registrationState":"NotRegistered"},{"namespace":"Microsoft.HealthBot","registrationState":"NotRegistered"},{"namespace":"Microsoft.Help","registrationState":"NotRegistered"},{"namespace":"Microsoft.HpcWorkbench","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridCompute","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridConnectivity","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridContainerService","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridData","registrationState":"NotRegistered"},{"namespace":"Microsoft.HybridNetwork","registrationState":"NotRegistered"},{"namespace":"Microsoft.Impact","registrationState":"NotRegistered"},{"namespace":"Microsoft.IntelligentITDigitalTwin","registrationState":"NotRegistered"},{"namespace":"Microsoft.IoTCentral","registrationState":"NotRegistered"},{"namespace":"Microsoft.IoTFirmwareDefense","registrationState":"NotRegistered"},{"namespace":"Microsoft.LabServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.Logz","registrationState":"NotRegistered"},{"namespace":"Microsoft.ManagedNetworkFabric","registrationState":"NotRegistered"},{"namespace":"Microsoft.ManagedStorageClass","registrationState":"NotRegistered"},{"namespace":"Microsoft.Marketplace","registrationState":"NotRegistered"},{"namespace":"Microsoft.MarketplaceOrdering","registrationState":"Registered"},{"namespace":"Microsoft.Metaverse","registrationState":"NotRegistered"},{"namespace":"Microsoft.Mission","registrationState":"NotRegistered"},{"namespace":"Microsoft.MobileNetwork","registrationState":"NotRegistered"},{"namespace":"Microsoft.ModSimWorkbench","registrationState":"NotRegistered"},{"namespace":"Microsoft.NetApp","registrationState":"NotRegistered"},{"namespace":"Microsoft.NetworkAnalytics","registrationState":"NotRegistered"},{"namespace":"Microsoft.NetworkCloud","registrationState":"NotRegistered"},{"namespace":"Microsoft.ObjectStore","registrationState":"NotRegistered"},{"namespace":"Microsoft.OffAzure","registrationState":"NotRegistered"},{"namespace":"Microsoft.OffAzureSpringBoot","registrationState":"NotRegistered"},{"namespace":"Microsoft.OpenEnergyPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.OpenLogisticsPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.OperatorVoicemail","registrationState":"NotRegistered"},{"namespace":"Microsoft.Orbital","registrationState":"NotRegistered"},{"namespace":"Microsoft.Peering","registrationState":"NotRegistered"},{"namespace":"Microsoft.Pki","registrationState":"NotRegistered"},{"namespace":"Microsoft.PlayFab","registrationState":"NotRegistered"},{"namespace":"Microsoft.Portal","registrationState":"Registered"},{"namespace":"Microsoft.PowerBI","registrationState":"NotRegistered"},{"namespace":"Microsoft.PowerPlatform","registrationState":"NotRegistered"},{"namespace":"Microsoft.ProfessionalService","registrationState":"NotRegistered"},{"namespace":"Microsoft.ProviderHub","registrationState":"NotRegistered"},{"namespace":"Microsoft.Purview","registrationState":"NotRegistered"},{"namespace":"Microsoft.Quantum","registrationState":"NotRegistered"},{"namespace":"Microsoft.Quota","registrationState":"NotRegistered"},{"namespace":"Microsoft.RecommendationsService","registrationState":"NotRegistered"},{"namespace":"Microsoft.ResourceConnector","registrationState":"NotRegistered"},{"namespace":"Microsoft.ResourceGraph","registrationState":"Registered"},{"namespace":"Microsoft.Resources","registrationState":"Registered"},{"namespace":"Microsoft.SaaSHub","registrationState":"NotRegistered"},{"namespace":"Microsoft.Scom","registrationState":"NotRegistered"},{"namespace":"Microsoft.ScVmm","registrationState":"NotRegistered"},{"namespace":"Microsoft.SecurityDetonation","registrationState":"NotRegistered"},{"namespace":"Microsoft.SecurityDevOps","registrationState":"NotRegistered"},{"namespace":"Microsoft.SerialConsole","registrationState":"Registered"},{"namespace":"Microsoft.ServicesHub","registrationState":"NotRegistered"},{"namespace":"Microsoft.SignalRService","registrationState":"NotRegistered"},{"namespace":"Microsoft.Singularity","registrationState":"NotRegistered"},{"namespace":"Microsoft.SoftwarePlan","registrationState":"NotRegistered"},{"namespace":"Microsoft.StorageMover","registrationState":"NotRegistered"},{"namespace":"Microsoft.StorageSync","registrationState":"NotRegistered"},{"namespace":"Microsoft.StorSimple","registrationState":"NotRegistered"},{"namespace":"Microsoft.Subscription","registrationState":"NotRegistered"},{"namespace":"microsoft.support","registrationState":"Registered"},{"namespace":"Microsoft.Synapse","registrationState":"NotRegistered"},{"namespace":"Microsoft.Syntex","registrationState":"NotRegistered"},{"namespace":"Microsoft.TestBase","registrationState":"NotRegistered"},{"namespace":"Microsoft.UsageBilling","registrationState":"NotRegistered"},{"namespace":"Microsoft.VideoIndexer","registrationState":"NotRegistered"},{"namespace":"Microsoft.VMware","registrationState":"NotRegistered"},{"namespace":"Microsoft.VoiceServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.VSOnline","registrationState":"NotRegistered"},{"namespace":"Microsoft.WindowsESU","registrationState":"NotRegistered"},{"namespace":"Microsoft.WindowsIoT","registrationState":"NotRegistered"},{"namespace":"Microsoft.WindowsPushNotificationServices","registrationState":"NotRegistered"},{"namespace":"Microsoft.WorkloadBuilder","registrationState":"NotRegistered"},{"namespace":"Microsoft.Workloads","registrationState":"NotRegistered"},{"namespace":"NewRelic.Observability","registrationState":"NotRegistered"},{"namespace":"NGINX.NGINXPLUS","registrationState":"NotRegistered"},{"namespace":"PaloAltoNetworks.Cloudngfw","registrationState":"NotRegistered"},{"namespace":"Qumulo.Storage","registrationState":"NotRegistered"},{"namespace":"SolarWinds.Observability","registrationState":"NotRegistered"},{"namespace":"Wandisco.Fusion","registrationState":"NotRegistered"},{"namespace":"Microsoft.DataAccelerator","registrationState":"NotRegistered"},{"namespace":"Microsoft.OracleDiscovery","registrationState":"NotRegistered"},{"namespace":"Microsoft.ProjectArcadia","registrationState":"NotRegistered"}]}' headers: cache-control: - no-cache content-length: - - '19267' + - '19324' content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:51 GMT + - Mon, 20 Mar 2023 09:49:18 GMT expires: - '-1' pragma: @@ -1281,20 +837,20 @@ interactions: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Monitor","namespace":"Microsoft.Monitor","authorizations":[{"applicationId":"be14bf7e-8ab4-49b0-9dc6-a0eddd6fa73e","roleDefinitionId":"803a038d-eff1-4489-a0c2-dbc204ebac3c"},{"applicationId":"e158b4a5-21ab-442e-ae73-2e19f4e7d763","roleDefinitionId":"e46476d4-e741-4936-a72b-b768349eed70","managedByRoleDefinitionId":"50cd84fb-5e4c-4801-a8d2-4089ab77e6cd"}],"resourceTypes":[{"resourceType":"accounts","locations":["East US","Central India","Central US","East US 2","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2021-06-03-preview"],"capabilities":"CrossResourceGroupResourceMove, + US 2 EUAP","Central US EUAP"],"apiVersions":["2023-04-03","2021-06-03-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"operations","locations":["North Central US","East US","Australia Central","Brazil South","Central India","Central US","East US 2","North Europe","South Central US","Southeast Asia","UK South","West - Europe","West US","West US 2","East US 2 EUAP","Central US EUAP"],"apiVersions":["2021-06-03-preview","2021-06-01-preview"],"defaultApiVersion":"2021-06-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + Europe","West US","West US 2","East US 2 EUAP","Central US EUAP"],"apiVersions":["2023-04-03","2023-04-01","2021-06-03-preview","2021-06-01-preview"],"defaultApiVersion":"2021-06-01-preview","capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache content-length: - - '1308' + - '1347' content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:52 GMT + - Mon, 20 Mar 2023 09:49:22 GMT expires: - '-1' pragma: @@ -1357,7 +913,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:53 GMT + - Mon, 20 Mar 2023 09:49:24 GMT expires: - '-1' pragma: @@ -1402,7 +958,7 @@ interactions: content-length: - '0' date: - - Wed, 15 Mar 2023 20:18:53 GMT + - Mon, 20 Mar 2023 09:49:24 GMT expires: - '-1' pragma: @@ -1434,7 +990,57 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/DefaultResourceGroup-WUS2/providers/microsoft.monitor/accounts/DefaultAzureMonitorWorkspace-WUS2?api-version=2021-06-03-preview response: body: - string: '{"properties":{"accountId":"d58ac6fd-a84c-4806-a803-b8465d0c6776","metrics":{"prometheusQueryEndpoint":"https://defaultazuremonitorworkspace-wus2-erza.westus2.prometheus.monitor.azure.com","internalId":"mac_d58ac6fd-a84c-4806-a803-b8465d0c6776"},"provisioningState":"Succeeded","defaultIngestionSettings":{"dataCollectionRuleResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MA_defaultazuremonitorworkspace-wus2_westus2_managed/providers/Microsoft.Insights/dataCollectionRules/defaultazuremonitorworkspace-wus2","dataCollectionEndpointResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MA_defaultazuremonitorworkspace-wus2_westus2_managed/providers/Microsoft.Insights/dataCollectionEndpoints/defaultazuremonitorworkspace-wus2"},"publicNetworkAccess":"Enabled"},"location":"westus2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/defaultresourcegroup-wus2/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-wus2","name":"DefaultAzureMonitorWorkspace-WUS2","type":"Microsoft.Monitor/accounts","etag":"\"05029ecf-0000-0800-0000-634ce8a00000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2022-10-17T05:30:27.1709474Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2022-10-17T05:30:27.1709474Z"}}' + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''microsoft.monitor/accounts/DefaultAzureMonitorWorkspace-WUS2'' + under resource group ''DefaultResourceGroup-WUS2'' was not found. For more + details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '257' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 20 Mar 2023 09:49:25 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "westus2", "properties": {}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + Content-Length: + - '41' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --yes --output --aks-custom-headers --enable-azuremonitormetrics + --enable-managed-identity --enable-windows-recording-rules + User-Agent: + - python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) AZURECLI/2.46.0 + azuremonitormetrics.create_default_mac + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/DefaultResourceGroup-WUS2/providers/microsoft.monitor/accounts/DefaultAzureMonitorWorkspace-WUS2?api-version=2021-06-03-preview + response: + body: + string: '{"properties":{"accountId":"e11f52df-5361-45dd-9408-9b3ab9398204","metrics":{"prometheusQueryEndpoint":"https://defaultazuremonitorworkspace-wus2-o0om.westus2.prometheus.monitor.azure.com","internalId":"mac_e11f52df-5361-45dd-9408-9b3ab9398204"},"provisioningState":"Succeeded","defaultIngestionSettings":{"dataCollectionRuleResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MA_defaultazuremonitorworkspace-wus2_westus2_managed/providers/Microsoft.Insights/dataCollectionRules/defaultazuremonitorworkspace-wus2","dataCollectionEndpointResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MA_defaultazuremonitorworkspace-wus2_westus2_managed/providers/Microsoft.Insights/dataCollectionEndpoints/defaultazuremonitorworkspace-wus2"},"publicNetworkAccess":"Enabled"},"location":"westus2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/defaultresourcegroup-wus2/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-wus2","name":"DefaultAzureMonitorWorkspace-WUS2","type":"Microsoft.Monitor/accounts","etag":"\"090229b0-0000-0800-0000-64182c350000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2023-03-20T09:49:25.5847408Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2023-03-20T09:49:25.5847408Z"}}' headers: api-supported-versions: - 2021-06-01-preview, 2021-06-03-preview, 2023-04-01, 2023-04-03 @@ -1445,7 +1051,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:54 GMT + - Mon, 20 Mar 2023 09:49:40 GMT expires: - '-1' pragma: @@ -1462,6 +1068,8 @@ interactions: - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' status: code: 200 message: OK @@ -1485,7 +1093,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/defaultresourcegroup-wus2/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-wus2?api-version=2021-06-03-preview response: body: - string: '{"properties":{"accountId":"d58ac6fd-a84c-4806-a803-b8465d0c6776","metrics":{"prometheusQueryEndpoint":"https://defaultazuremonitorworkspace-wus2-erza.westus2.prometheus.monitor.azure.com","internalId":"mac_d58ac6fd-a84c-4806-a803-b8465d0c6776"},"provisioningState":"Succeeded","defaultIngestionSettings":{"dataCollectionRuleResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MA_defaultazuremonitorworkspace-wus2_westus2_managed/providers/Microsoft.Insights/dataCollectionRules/defaultazuremonitorworkspace-wus2","dataCollectionEndpointResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MA_defaultazuremonitorworkspace-wus2_westus2_managed/providers/Microsoft.Insights/dataCollectionEndpoints/defaultazuremonitorworkspace-wus2"},"publicNetworkAccess":"Enabled"},"location":"westus2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/defaultresourcegroup-wus2/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-wus2","name":"DefaultAzureMonitorWorkspace-WUS2","type":"Microsoft.Monitor/accounts","etag":"\"05029ecf-0000-0800-0000-634ce8a00000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2022-10-17T05:30:27.1709474Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2022-10-17T05:30:27.1709474Z"}}' + string: '{"properties":{"accountId":"e11f52df-5361-45dd-9408-9b3ab9398204","metrics":{"prometheusQueryEndpoint":"https://defaultazuremonitorworkspace-wus2-o0om.westus2.prometheus.monitor.azure.com","internalId":"mac_e11f52df-5361-45dd-9408-9b3ab9398204"},"provisioningState":"Succeeded","defaultIngestionSettings":{"dataCollectionRuleResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MA_defaultazuremonitorworkspace-wus2_westus2_managed/providers/Microsoft.Insights/dataCollectionRules/defaultazuremonitorworkspace-wus2","dataCollectionEndpointResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MA_defaultazuremonitorworkspace-wus2_westus2_managed/providers/Microsoft.Insights/dataCollectionEndpoints/defaultazuremonitorworkspace-wus2"},"publicNetworkAccess":"Enabled"},"location":"westus2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/defaultresourcegroup-wus2/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-wus2","name":"DefaultAzureMonitorWorkspace-WUS2","type":"Microsoft.Monitor/accounts","etag":"\"090229b0-0000-0800-0000-64182c350000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2023-03-20T09:49:25.5847408Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2023-03-20T09:49:25.5847408Z"}}' headers: api-supported-versions: - 2021-06-01-preview, 2021-06-03-preview, 2023-04-01, 2023-04-03 @@ -1496,7 +1104,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:54 GMT + - Mon, 20 Mar 2023 09:49:41 GMT expires: - '-1' pragma: @@ -1594,7 +1202,8 @@ interactions: Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southeastasiastage\",\"name\":\"southeastasiastage\",\"displayName\":\"Southeast Asia (Stage)\",\"regionalDisplayName\":\"(Asia Pacific) Southeast Asia (Stage)\",\"metadata\":{\"regionType\":\"Logical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia Pacific\"}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\",\"name\":\"eastusstg\",\"displayName\":\"East - US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North + US STG\",\"regionalDisplayName\":\"(US) East US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-79.8164\",\"latitude\":\"37.3719\",\"physicalLocation\":\"Virginia\",\"pairedRegion\":[{\"name\":\"southcentralusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralusstg\",\"name\":\"southcentralusstg\",\"displayName\":\"South + Central US STG\",\"regionalDisplayName\":\"(US) South Central US STG\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-98.5\",\"latitude\":\"29.4167\",\"physicalLocation\":\"Texas\",\"pairedRegion\":[{\"name\":\"eastusstg\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusstg\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/northcentralus\",\"name\":\"northcentralus\",\"displayName\":\"North Central US\",\"regionalDisplayName\":\"(US) North Central US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-87.6278\",\"latitude\":\"41.8819\",\"physicalLocation\":\"Illinois\",\"pairedRegion\":[{\"name\":\"southcentralus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/southcentralus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/westus\",\"name\":\"westus\",\"displayName\":\"West US\",\"regionalDisplayName\":\"(US) West US\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"US\",\"longitude\":\"-122.417\",\"latitude\":\"37.783\",\"physicalLocation\":\"California\",\"pairedRegion\":[{\"name\":\"eastus\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastus\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/jioindiawest\",\"name\":\"jioindiawest\",\"displayName\":\"Jio India West\",\"regionalDisplayName\":\"(Asia Pacific) Jio India West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Asia @@ -1622,23 +1231,29 @@ interactions: East\",\"regionalDisplayName\":\"(Canada) Canada East\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Canada\",\"longitude\":\"-71.217\",\"latitude\":\"46.817\",\"physicalLocation\":\"Quebec\",\"pairedRegion\":[{\"name\":\"canadacentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/canadacentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francesouth\",\"name\":\"francesouth\",\"displayName\":\"France South\",\"regionalDisplayName\":\"(Europe) France South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"2.1972\",\"latitude\":\"43.8345\",\"physicalLocation\":\"Marseille\",\"pairedRegion\":[{\"name\":\"francecentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/francecentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanynorth\",\"name\":\"germanynorth\",\"displayName\":\"Germany North\",\"regionalDisplayName\":\"(Europe) Germany North\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"8.806422\",\"latitude\":\"53.073635\",\"physicalLocation\":\"Berlin\",\"pairedRegion\":[{\"name\":\"germanywestcentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/germanywestcentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwaywest\",\"name\":\"norwaywest\",\"displayName\":\"Norway - West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland + West\",\"regionalDisplayName\":\"(Europe) Norway West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"5.733107\",\"latitude\":\"58.969975\",\"physicalLocation\":\"Norway\",\"pairedRegion\":[{\"name\":\"norwayeast\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/norwayeast\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedensouth\",\"name\":\"swedensouth\",\"displayName\":\"Sweden + South\",\"regionalDisplayName\":\"(Europe) Sweden South\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"13.0007\",\"latitude\":\"55.6059\",\"physicalLocation\":\"Malmo\",\"pairedRegion\":[{\"name\":\"swedencentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandwest\",\"name\":\"switzerlandwest\",\"displayName\":\"Switzerland West\",\"regionalDisplayName\":\"(Europe) Switzerland West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"6.143158\",\"latitude\":\"46.204391\",\"physicalLocation\":\"Geneva\",\"pairedRegion\":[{\"name\":\"switzerlandnorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/switzerlandnorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/ukwest\",\"name\":\"ukwest\",\"displayName\":\"UK West\",\"regionalDisplayName\":\"(Europe) UK West\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"-3.084\",\"latitude\":\"53.427\",\"physicalLocation\":\"Cardiff\",\"pairedRegion\":[{\"name\":\"uksouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uksouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaecentral\",\"name\":\"uaecentral\",\"displayName\":\"UAE Central\",\"regionalDisplayName\":\"(Middle East) UAE Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle East\",\"longitude\":\"54.366669\",\"latitude\":\"24.466667\",\"physicalLocation\":\"Abu Dhabi\",\"pairedRegion\":[{\"name\":\"uaenorth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/uaenorth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsoutheast\",\"name\":\"brazilsoutheast\",\"displayName\":\"Brazil Southeast\",\"regionalDisplayName\":\"(South America) Brazil Southeast\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South - America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}}]}" + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Rio\",\"pairedRegion\":[{\"name\":\"brazilsouth\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/brazilsouth\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusslv\",\"name\":\"eastusslv\",\"displayName\":\"East + US SLV\",\"regionalDisplayName\":\"(South America) East US SLV\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"South + America\",\"longitude\":\"-43.2075\",\"latitude\":\"-22.90278\",\"physicalLocation\":\"Silverstone\",\"pairedRegion\":[{\"name\":\"eastusslv\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/eastusslv\"}]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/polandcentral\",\"name\":\"polandcentral\",\"displayName\":\"Poland + Central\",\"regionalDisplayName\":\"(Europe) Poland Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Europe\",\"longitude\":\"21.01666\",\"latitude\":\"52.23334\",\"physicalLocation\":\"Warsaw\",\"pairedRegion\":[]}},{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/israelcentral\",\"name\":\"israelcentral\",\"displayName\":\"Israel + Central\",\"regionalDisplayName\":\"(Middle East) Israel Central\",\"metadata\":{\"regionType\":\"Physical\",\"regionCategory\":\"Other\",\"geographyGroup\":\"Middle + East\",\"longitude\":\"33.4506633\",\"latitude\":\"31.2655698\",\"physicalLocation\":\"Israel\",\"pairedRegion\":[{\"name\":\"swedencentral\",\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/locations/swedencentral\"}]}}]}" headers: cache-control: - no-cache content-length: - - '29829' + - '32087' content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:54 GMT + - Mon, 20 Mar 2023 09:49:43 GMT expires: - '-1' pragma: @@ -1682,7 +1297,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"components/query","locations":[],"apiVersions":["2018-04-20"],"capabilities":"None"},{"resourceType":"components/metadata","locations":[],"apiVersions":["2018-04-20"],"capabilities":"None"},{"resourceType":"components/metrics","locations":["Australia Central 2","Australia Central","Australia East","Australia Southeast","Brazil South","Brazil Southeast","Canada Central","Canada East","Central India","Central @@ -1691,7 +1306,7 @@ interactions: Central","Korea South","North Central US","North Europe","Norway East","Norway West","South Africa North","South Central US","South India","Southeast Asia","Sweden Central","Switzerland North","Switzerland West","UAE Central","UAE North","UK - South","UK West","West Europe","West US 2","West US 3","West US"],"apiVersions":["2018-04-20","2014-04-01"],"capabilities":"None"},{"resourceType":"components/events","locations":["East + South","UK West","West Europe","West US 2","West US 3","West US","Sweden South"],"apiVersions":["2018-04-20","2014-04-01"],"capabilities":"None"},{"resourceType":"components/events","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Central India","Canada Central","Japan East","Australia East","Korea Central","France Central","East US 2","East Asia","West US","Central @@ -1704,7 +1319,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/analyticsItems","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/analyticsItems","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1713,7 +1328,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/webtests","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/webtests","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1722,7 +1337,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2022-06-15","2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/workItemConfigs","locations":["East + Central","Sweden South"],"apiVersions":["2022-06-15","2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/workItemConfigs","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1731,7 +1346,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/myFavorites","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/myFavorites","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1740,7 +1355,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/operations","locations":["Australia + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/operations","locations":["Australia Central 2","Australia Central","Australia East","Australia Southeast","Brazil South","Brazil Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","France South","Germany @@ -1748,7 +1363,8 @@ interactions: Central","Korea South","North Central US","North Europe","Norway East","Norway West","South Africa North","South Central US","South India","Southeast Asia","Sweden Central","Switzerland North","Switzerland West","UAE Central","UAE North","UK - South","UK West","West Europe","West US 2","West US 3","West US","Qatar Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/exportConfiguration","locations":["East + South","UK West","West Europe","West US 2","West US 3","West US","Qatar Central","Sweden + South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/exportConfiguration","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1757,7 +1373,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/purge","locations":["Australia + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/purge","locations":["Australia Central 2","Australia Central","Australia East","Australia Southeast","Brazil South","Brazil Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","France South","Germany @@ -1765,7 +1381,8 @@ interactions: Central","Korea South","North Central US","North Europe","Norway East","Norway West","South Africa North","South Central US","South India","Southeast Asia","Sweden Central","Switzerland North","Switzerland West","UAE Central","UAE North","UK - South","UK West","West Europe","West US 2","West US 3","West US","Qatar Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/api","locations":["Australia + South","UK West","West Europe","West US 2","West US 3","West US","Qatar Central","Sweden + South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/api","locations":["Australia Central 2","Australia Central","Australia East","Australia Southeast","Brazil South","Brazil Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","France South","Germany @@ -1773,7 +1390,8 @@ interactions: Central","Korea South","North Central US","North Europe","Norway East","Norway West","South Africa North","South Central US","South India","Southeast Asia","Sweden Central","Switzerland North","Switzerland West","UAE Central","UAE North","UK - South","UK West","West Europe","West US 2","West US 3","West US","Qatar Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/aggregate","locations":["East + South","UK West","West Europe","West US 2","West US 3","West US","Qatar Central","Sweden + South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/aggregate","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1782,7 +1400,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/metricDefinitions","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/metricDefinitions","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1791,7 +1409,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/extendQueries","locations":["Australia + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/extendQueries","locations":["Australia Central 2","Australia Central","Australia East","Australia Southeast","Brazil South","Brazil Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","France South","Germany @@ -1799,7 +1417,8 @@ interactions: Central","Korea South","North Central US","North Europe","Norway East","Norway West","South Africa North","South Central US","South India","Southeast Asia","Sweden Central","Switzerland North","Switzerland West","UAE Central","UAE North","UK - South","UK West","West Europe","West US 2","West US 3","West US","Qatar Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/apiKeys","locations":["East + South","UK West","West Europe","West US 2","West US 3","West US","Qatar Central","Sweden + South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/apiKeys","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1808,7 +1427,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/myAnalyticsItems","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/myAnalyticsItems","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1817,7 +1436,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/favorites","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/favorites","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1826,7 +1445,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/defaultWorkItemConfig","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/defaultWorkItemConfig","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1835,7 +1454,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/annotations","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/annotations","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1844,7 +1463,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/proactiveDetectionConfigs","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/proactiveDetectionConfigs","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1853,7 +1472,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/move","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/move","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1862,7 +1481,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/currentBillingFeatures","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/currentBillingFeatures","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1871,7 +1490,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/quotaStatus","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/quotaStatus","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1880,7 +1499,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central","Germany North"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/featureCapabilities","locations":["East + Central","Germany North","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/featureCapabilities","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1889,7 +1508,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/getAvailableBillingFeatures","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"components/getAvailableBillingFeatures","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1898,7 +1517,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"webtests","locations":["East + Central","Sweden South"],"apiVersions":["2020-02-02-preview","2020-02-02","2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"None"},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Central India","Canada Central","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West @@ -1907,7 +1526,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India - West","Qatar Central"],"apiVersions":["2022-06-15","2018-05-01-preview","2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, + West","Qatar Central","Sweden South"],"apiVersions":["2022-06-15","2018-05-01-preview","2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"webtests/getTestResultFile","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Central India","Canada Central","Japan East","Australia @@ -1922,7 +1541,7 @@ interactions: East","UAE North","Japan West","South India","France South","Norway West","West US 3","Sweden Central","Korea South","Jio India West","Canada East","Jio India Central","Qatar Central","South Africa West","Germany North","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-08-01-preview","2022-06-15","2021-08-01","2021-02-01-preview","2020-05-01-preview","2018-04-16","2017-09-01-preview"],"defaultApiVersion":"2022-08-01-preview","capabilities":"CrossResourceGroupResourceMove, + US EUAP","Sweden South"],"apiVersions":["2022-08-01-preview","2022-06-15","2021-08-01","2021-02-01-preview","2020-05-01-preview","2018-04-16","2017-09-01-preview"],"defaultApiVersion":"2022-08-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"components/pricingPlans","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West @@ -1933,7 +1552,7 @@ interactions: Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West US 3","Korea South","Sweden Central","Canada East","Jio India Central","Jio India West","Qatar - Central"],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"migrateToNewPricingModel","locations":["East + Central","Sweden South"],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"migrateToNewPricingModel","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}],"capabilities":"None"},{"resourceType":"rollbackToLegacyPricingModel","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West @@ -1949,7 +1568,7 @@ interactions: India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Australia Central","Australia Central 2","France Central","France South","South Africa North","UAE Central","UAE - North","East US 2 EUAP","Central US EUAP"],"apiVersions":["2016-03-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}],"capabilities":"CrossResourceGroupResourceMove, + North","East US 2 EUAP","Central US EUAP","South Africa West"],"apiVersions":["2016-03-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"autoscalesettings","locations":["West US","East US","North Europe","South Central US","East US 2","Central US","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West @@ -1959,7 +1578,8 @@ interactions: Central US","Australia East","South Africa North","UAE Central","UAE North","Switzerland North","Switzerland West","Germany North","Germany West Central","Norway East","Norway West","West US 3","Jio India West","Sweden Central","Qatar Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2023-01-01-preview","2022-10-01","2021-05-01-preview","2015-04-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-01"}],"capabilities":"CrossResourceGroupResourceMove, + US 2 EUAP","Central US EUAP","South Africa West","Brazil Southeast","Jio India + Central","Sweden South","Poland Central"],"apiVersions":["2023-01-01-preview","2022-10-01","2021-05-01-preview","2015-04-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"eventtypes","locations":[],"apiVersions":["2017-03-01-preview","2016-09-01-preview","2015-04-01","2014-11-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-01"}],"capabilities":"SupportsExtension"},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"],"capabilities":"None"},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"],"capabilities":"None"},{"resourceType":"vmInsightsOnboardingStatuses","locations":[],"apiVersions":["2018-11-27-preview"],"capabilities":"SupportsExtension"},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-01"}],"capabilities":"None"},{"resourceType":"diagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan @@ -1970,7 +1590,8 @@ interactions: Central 2","France Central","France South","South Africa North","UAE Central","UAE North","Switzerland North","Switzerland West","Germany North","Germany West Central","Norway East","Norway West","West US 3","Jio India West","Sweden - Central","Qatar Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2021-05-01-preview","2017-05-01-preview","2016-09-01","2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-09-01"}],"capabilities":"SupportsExtension"},{"resourceType":"diagnosticSettingsCategories","locations":["West + Central","Qatar Central","East US 2 EUAP","Central US EUAP","South Africa + West","Brazil Southeast","Jio India Central","Sweden South","Poland Central"],"apiVersions":["2021-05-01-preview","2017-05-01-preview","2016-09-01","2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-09-01"}],"capabilities":"SupportsExtension"},{"resourceType":"diagnosticSettingsCategories","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South @@ -1979,7 +1600,8 @@ interactions: Central 2","France Central","France South","South Africa North","UAE Central","UAE North","Switzerland North","Switzerland West","Germany North","Germany West Central","Norway East","Norway West","West US 3","Jio India West","Sweden - Central","Qatar Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2021-05-01-preview","2017-05-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"extendedDiagnosticSettings","locations":["West + Central","Qatar Central","East US 2 EUAP","Central US EUAP","South Africa + West","Brazil Southeast","Jio India Central","Sweden South","Poland Central"],"apiVersions":["2021-05-01-preview","2017-05-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"extendedDiagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South @@ -1988,7 +1610,8 @@ interactions: Central 2","France Central","France South","South Africa North","UAE Central","UAE North","Switzerland North","Switzerland West","Germany North","Germany West Central","Norway East","Norway West","West US 3","Jio India West","Sweden - Central","Qatar Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2017-02-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-02-01"}],"capabilities":"SupportsExtension"},{"resourceType":"metricDefinitions","locations":["East + Central","Qatar Central","East US 2 EUAP","Central US EUAP","South Africa + West","Brazil Southeast","Jio India Central","Sweden South","Poland Central"],"apiVersions":["2017-02-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-02-01"}],"capabilities":"SupportsExtension"},{"resourceType":"metricDefinitions","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Australia Central","Australia @@ -1997,7 +1620,8 @@ interactions: US 3","West Central US","Korea South","Korea Central","UK South","UK West","France Central","France South","South Africa North","South Africa West","UAE Central","UAE North","Qatar Central","Switzerland North","Switzerland West","Germany North","Germany - West Central","Norway East","Norway West","East US 2 EUAP","Central US EUAP"],"apiVersions":["2022-04-01-preview","2021-05-01","2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-01"}],"capabilities":"SupportsExtension"},{"resourceType":"logDefinitions","locations":["West + West Central","Norway East","Norway West","Jio India Central","Sweden South","East + US 2 EUAP","Central US EUAP","Poland Central"],"apiVersions":["2022-04-01-preview","2021-05-01","2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-01"}],"capabilities":"SupportsExtension"},{"resourceType":"logDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South @@ -2012,7 +1636,8 @@ interactions: US 3","West Central US","Korea South","Korea Central","UK South","UK West","France Central","France South","South Africa North","South Africa West","UAE Central","UAE North","Qatar Central","Switzerland North","Switzerland West","Germany North","Germany - West Central","Norway East","Norway West","East US 2 EUAP","Central US EUAP"],"apiVersions":["2021-05-01","2019-07-01","2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview","2016-09-01","2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-01"}],"capabilities":"SupportsExtension"},{"resourceType":"metricbatch","locations":["East + West Central","Norway East","Norway West","Jio India Central","Sweden South","East + US 2 EUAP","Central US EUAP","Poland Central"],"apiVersions":["2021-05-01","2019-07-01","2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview","2016-09-01","2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-01"}],"capabilities":"SupportsExtension"},{"resourceType":"metricbatch","locations":["East US 2 EUAP","Central US EUAP"],"apiVersions":["2019-01-01-preview"],"capabilities":"None"},{"resourceType":"metricNamespaces","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada @@ -2022,7 +1647,8 @@ interactions: US 3","West Central US","Korea South","Korea Central","UK South","UK West","France Central","France South","South Africa North","South Africa West","UAE Central","UAE North","Qatar Central","Switzerland North","Switzerland West","Germany North","Germany - West Central","Norway East","Norway West","East US 2 EUAP","Central US EUAP"],"apiVersions":["2017-12-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"notificationstatus","locations":[],"apiVersions":["2023-01-01","2022-06-01","2022-04-01","2021-09-01"],"capabilities":"None"},{"resourceType":"createnotifications","locations":[],"apiVersions":["2023-01-01","2022-06-01","2022-04-01","2021-09-01"],"capabilities":"None"},{"resourceType":"actiongroups","locations":["Global","Sweden + West Central","Norway East","Norway West","Jio India Central","Sweden South","East + US 2 EUAP","Central US EUAP","Poland Central"],"apiVersions":["2017-12-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"notificationstatus","locations":[],"apiVersions":["2023-01-01","2022-06-01","2022-04-01","2021-09-01"],"capabilities":"None"},{"resourceType":"createnotifications","locations":[],"apiVersions":["2023-01-01","2022-06-01","2022-04-01","2021-09-01"],"capabilities":"None"},{"resourceType":"tenantactiongroups","locations":[],"apiVersions":["2023-03-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2023-03-01-preview"}],"capabilities":"SupportsExtension"},{"resourceType":"actiongroups","locations":["Global","Sweden Central","Germany West Central","North Central US","South Central US","East US 2 EUAP","Central US EUAP"],"apiVersions":["2023-01-01","2022-06-01","2022-04-01","2021-09-01","2019-06-01","2019-03-01","2018-09-01","2018-03-01","2017-04-01","2017-03-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2023-01-01-preview","2020-10-01","2017-04-01","2017-03-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"SupportsTags, @@ -2037,7 +1663,7 @@ interactions: Southeast","UAE North","Australia Central","France South","South India","West Central US","West US 3","Korea South","Canada East","Sweden Central","Jio India Central","Jio India West","Qatar Central","Central US EUAP","East US - 2 EUAP"],"apiVersions":["2022-04-01","2021-08-01","2021-03-08","2020-10-20","2020-02-12","2018-06-17-preview","2018-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, + 2 EUAP","Sweden South"],"apiVersions":["2022-04-01","2021-08-01","2021-03-08","2020-10-20","2020-02-12","2018-06-17-preview","2018-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"workbooktemplates","locations":["West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2","Japan East","Australia East","Korea Central","France Central","Central @@ -2047,7 +1673,7 @@ interactions: 2","Germany West Central","Switzerland West","UAE Central","Japan West","Brazil Southeast","UAE North","Australia Central","France South","South India","West Central US","West US 3","Korea South","Canada East","Sweden Central","Jio - India Central","Jio India West","Qatar Central"],"apiVersions":["2020-11-20","2019-10-17-preview"],"capabilities":"CrossResourceGroupResourceMove, + India Central","Jio India West","Qatar Central","Sweden South"],"apiVersions":["2020-11-20","2019-10-17-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"myWorkbooks","locations":["West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia @@ -2059,7 +1685,8 @@ interactions: East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","France South","Australia - Central","South Africa North","Central US EUAP","East US 2 EUAP"],"apiVersions":["2018-03-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"transactions","locations":["East + Central","South Africa North","Central US EUAP","East US 2 EUAP","Australia + Central 2","South Africa West","UAE Central","UAE North"],"apiVersions":["2018-03-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"transactions","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Central India","Canada Central","Japan East","Australia East","Korea Central","France Central","East US 2","East Asia","West US","Central @@ -2076,7 +1703,7 @@ interactions: Southeast","Canada East","France South","Korea South","Norway West","UAE North","Japan West","Norway East","Switzerland West","Brazil South","Jio India Central","Jio India West","Sweden Central","South India","UAE Central","West US 3","West - India","Qatar Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2022-06-01","2021-09-01-preview","2021-04-01","2019-11-01-preview"],"defaultApiVersion":"2021-09-01-preview","capabilities":"CrossResourceGroupResourceMove, + India","Qatar Central","Sweden South","East US 2 EUAP","Central US EUAP"],"apiVersions":["2022-06-01","2021-09-01-preview","2021-04-01","2019-11-01-preview"],"defaultApiVersion":"2021-09-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"dataCollectionRuleAssociations","locations":["Australia Southeast","Canada Central","Japan East","Australia East","Central India","Germany @@ -2087,8 +1714,8 @@ interactions: Central 2","Brazil Southeast","Canada East","France South","Korea South","Norway West","UAE North","Japan West","Norway East","Switzerland West","Jio India Central","Jio India West","Sweden Central","Germany North","South India","UAE - Central","West US 3","West India","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-06-01","2021-09-01-preview","2021-04-01","2019-11-01-preview"],"defaultApiVersion":"2021-09-01-preview","capabilities":"SupportsExtension"},{"resourceType":"dataCollectionEndpoints","locations":["Australia + Central","West US 3","West India","Qatar Central","Sweden South","East US + 2 EUAP","Central US EUAP"],"apiVersions":["2022-06-01","2021-09-01-preview","2021-04-01","2019-11-01-preview"],"defaultApiVersion":"2021-09-01-preview","capabilities":"SupportsExtension"},{"resourceType":"dataCollectionEndpoints","locations":["Australia Southeast","Canada Central","Japan East","Australia East","Central India","Germany West Central","North Central US","South Central US","East US","Central US","West Europe","West US 2","Southeast Asia","East US 2","UK South","North Europe","West @@ -2097,8 +1724,8 @@ interactions: Central 2","Brazil Southeast","Canada East","France South","Korea South","Norway West","UAE North","Japan West","Norway East","Switzerland West","Jio India Central","Jio India West","Sweden Central","Germany North","South India","UAE - Central","West US 3","West India","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2022-06-01","2021-09-01-preview","2021-04-01"],"defaultApiVersion":"2021-09-01-preview","capabilities":"CrossResourceGroupResourceMove, + Central","West US 3","West India","Qatar Central","Sweden South","East US + 2 EUAP","Central US EUAP"],"apiVersions":["2022-06-01","2021-09-01-preview","2021-04-01"],"defaultApiVersion":"2021-09-01-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"dataCollectionEndpoints/scopedPrivateLinkProxies","locations":["Australia Southeast","Canada Central","Japan East","Australia East","Central India","Germany West Central","North Central US","South Central US","East US","Central US","West @@ -2108,8 +1735,8 @@ interactions: Central 2","Brazil Southeast","Canada East","France South","Korea South","Norway West","UAE North","Japan West","Norway East","Switzerland West","Jio India Central","Jio India West","Sweden Central","Germany North","South India","West - India","UAE Central","West US 3","Qatar Central","East US 2 EUAP","Central - US EUAP"],"apiVersions":["2021-09-01-preview","2021-04-01"],"defaultApiVersion":"2021-09-01-preview","capabilities":"None"},{"resourceType":"privateLinkScopes","locations":["Global"],"apiVersions":["2021-09-01","2021-07-01-preview","2019-10-17-preview"],"defaultApiVersion":"2019-10-17-preview","capabilities":"CrossResourceGroupResourceMove, + India","UAE Central","West US 3","Qatar Central","Sweden South","East US 2 + EUAP","Central US EUAP"],"apiVersions":["2021-09-01-preview","2021-04-01"],"defaultApiVersion":"2021-09-01-preview","capabilities":"None"},{"resourceType":"privateLinkScopes","locations":["Global"],"apiVersions":["2021-09-01","2021-07-01-preview","2019-10-17-preview"],"defaultApiVersion":"2019-10-17-preview","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"privateLinkScopes/privateEndpointConnections","locations":["Global"],"apiVersions":["2021-09-01","2021-07-01-preview","2019-10-17-preview"],"defaultApiVersion":"2019-10-17-preview","capabilities":"None"},{"resourceType":"privateLinkScopes/privateEndpointConnectionProxies","locations":["Global"],"apiVersions":["2021-09-01","2021-07-01-preview","2019-10-17-preview"],"defaultApiVersion":"2019-10-17-preview","capabilities":"None"},{"resourceType":"privateLinkScopes/scopedResources","locations":["Global"],"apiVersions":["2021-09-01","2021-07-01-preview","2019-10-17-preview"],"defaultApiVersion":"2019-10-17-preview","capabilities":"None"},{"resourceType":"components/linkedstorageaccounts","locations":["East US","West Central US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia @@ -2121,11 +1748,11 @@ interactions: cache-control: - no-cache content-length: - - '49420' + - '50753' content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:54 GMT + - Mon, 20 Mar 2023 09:49:43 GMT expires: - '-1' pragma: @@ -2165,18 +1792,18 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionEndpoints/MSProm-WUS2-cliakstest000002?api-version=2021-09-01-preview response: body: - string: '{"properties":{"immutableId":"dce-0d0a94b44b834f72b66a640f59955217","configurationAccess":{"endpoint":"https://msprom-wus2-cliakstest000002-x8x2.westus2-1.handler.control.monitor.azure.com"},"logsIngestion":{"endpoint":"https://msprom-wus2-cliakstest000002-x8x2.westus2-1.ingest.monitor.azure.com"},"metricsIngestion":{"endpoint":"https://msprom-wus2-cliakstest000002-x8x2.westus2-1.metrics.ingest.monitor.azure.com"},"networkAcls":{"publicNetworkAccess":"Enabled"},"provisioningState":"Succeeded"},"location":"westus2","kind":"Linux","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionEndpoints/MSProm-WUS2-cliakstest000002","name":"MSProm-WUS2-cliakstest000002","type":"Microsoft.Insights/dataCollectionEndpoints","etag":"\"2d004574-0000-0800-0000-641228300000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2023-03-15T20:18:55.4929093Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2023-03-15T20:18:55.4929093Z"}}' + string: '{"properties":{"immutableId":"dce-4c9b98acb15f415a885c44185a49afff","configurationAccess":{"endpoint":"https://msprom-wus2-cliakstest000002-p7lm.westus2-1.handler.control.monitor.azure.com"},"logsIngestion":{"endpoint":"https://msprom-wus2-cliakstest000002-p7lm.westus2-1.ingest.monitor.azure.com"},"metricsIngestion":{"endpoint":"https://msprom-wus2-cliakstest000002-p7lm.westus2-1.metrics.ingest.monitor.azure.com"},"networkAcls":{"publicNetworkAccess":"Enabled"},"provisioningState":"Succeeded"},"location":"westus2","kind":"Linux","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionEndpoints/MSProm-WUS2-cliakstest000002","name":"MSProm-WUS2-cliakstest000002","type":"Microsoft.Insights/dataCollectionEndpoints","etag":"\"42002197-0000-0800-0000-64182c390000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2023-03-20T09:49:44.770101Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2023-03-20T09:49:44.770101Z"}}' headers: api-supported-versions: - 2021-04-01, 2021-09-01-preview, 2022-06-01 cache-control: - no-cache content-length: - - '1123' + - '1121' content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:56 GMT + - Mon, 20 Mar 2023 09:49:47 GMT expires: - '-1' pragma: @@ -2230,7 +1857,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionRules/MSProm-WUS2-cliakstest000002?api-version=2021-09-01-preview response: body: - string: '{"properties":{"description":"DCR description","immutableId":"dcr-5f3b256b7f6c46c4be64a60e46e2d098","dataCollectionEndpointId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionEndpoints/MSProm-WUS2-cliakstest000002","dataSources":{"prometheusForwarder":[{"streams":["Microsoft-PrometheusMetrics"],"labelIncludeFilter":{},"name":"PrometheusDataSource"}]},"destinations":{"monitoringAccounts":[{"accountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/defaultresourcegroup-wus2/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-wus2","accountId":"d58ac6fd-a84c-4806-a803-b8465d0c6776","name":"MonitoringAccount1"}]},"dataFlows":[{"streams":["Microsoft-PrometheusMetrics"],"destinations":["MonitoringAccount1"]}],"provisioningState":"Succeeded"},"location":"westus2","kind":"Linux","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionRules/MSProm-WUS2-cliakstest000002","name":"MSProm-WUS2-cliakstest000002","type":"Microsoft.Insights/dataCollectionRules","etag":"\"2d005574-0000-0800-0000-641228320000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2023-03-15T20:18:57.4456373Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2023-03-15T20:18:57.4456373Z"}}' + string: '{"properties":{"description":"DCR description","immutableId":"dcr-b794edd7c14e41aea167a1b6c9d7201d","dataCollectionEndpointId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionEndpoints/MSProm-WUS2-cliakstest000002","dataSources":{"prometheusForwarder":[{"streams":["Microsoft-PrometheusMetrics"],"labelIncludeFilter":{},"name":"PrometheusDataSource"}]},"destinations":{"monitoringAccounts":[{"accountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/defaultresourcegroup-wus2/providers/microsoft.monitor/accounts/defaultazuremonitorworkspace-wus2","accountId":"e11f52df-5361-45dd-9408-9b3ab9398204","name":"MonitoringAccount1"}]},"dataFlows":[{"streams":["Microsoft-PrometheusMetrics"],"destinations":["MonitoringAccount1"]}],"provisioningState":"Succeeded"},"location":"westus2","kind":"Linux","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionRules/MSProm-WUS2-cliakstest000002","name":"MSProm-WUS2-cliakstest000002","type":"Microsoft.Insights/dataCollectionRules","etag":"\"42002a97-0000-0800-0000-64182c3b0000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2023-03-20T09:49:47.3899233Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2023-03-20T09:49:47.3899233Z"}}' headers: api-supported-versions: - 2019-11-01-preview, 2021-04-01, 2021-09-01-preview, 2022-06-01 @@ -2241,7 +1868,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:18:59 GMT + - Mon, 20 Mar 2023 09:49:48 GMT expires: - '-1' pragma: @@ -2291,7 +1918,7 @@ interactions: response: body: string: '{"properties":{"description":"Promtheus data collection association - between DCR, DCE and target AKS resource","dataCollectionRuleId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionRules/MSProm-WUS2-cliakstest000002"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.Insights/dataCollectionRuleAssociations/MSProm-WUS2-cliakstest000002","name":"MSProm-WUS2-cliakstest000002","type":"Microsoft.Insights/dataCollectionRuleAssociations","etag":"\"2d006174-0000-0800-0000-641228330000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2023-03-15T20:18:59.6796478Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2023-03-15T20:18:59.6796478Z"}}' + between DCR, DCE and target AKS resource","dataCollectionRuleId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Insights/dataCollectionRules/MSProm-WUS2-cliakstest000002"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.Insights/dataCollectionRuleAssociations/MSProm-WUS2-cliakstest000002","name":"MSProm-WUS2-cliakstest000002","type":"Microsoft.Insights/dataCollectionRuleAssociations","etag":"\"42003397-0000-0800-0000-64182c3d0000\"","systemData":{"createdBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","createdByType":"Application","createdAt":"2023-03-20T09:49:49.5385955Z","lastModifiedBy":"3fac8b4e-cd90-4baa-a5d2-66d52bc8349d","lastModifiedByType":"Application","lastModifiedAt":"2023-03-20T09:49:49.5385955Z"}}' headers: api-supported-versions: - 2019-11-01-preview, 2021-04-01, 2021-09-01-preview, 2022-06-01 @@ -2302,7 +1929,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:19:00 GMT + - Mon, 20 Mar 2023 09:49:50 GMT expires: - '-1' pragma: @@ -2658,7 +2285,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:19:00 GMT + - Mon, 20 Mar 2023 09:49:50 GMT etag: - '0x8DB24C02F4BBCEA' last-modified: @@ -2716,7 +2343,7 @@ interactions: --enable-managed-identity --enable-windows-recording-rules User-Agent: - python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) AZURECLI/2.46.0 - azuremonitormetrics.put_rules.NodeRecordingRulesRuleGroup-cliakstestb2xcv + azuremonitormetrics.put_rules.NodeRecordingRulesRuleGroup-cliakstestoqcne method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.AlertsManagement/prometheusRuleGroups/NodeRecordingRulesRuleGroup-cliakstest000002?api-version=2021-07-22-preview response: @@ -2769,7 +2396,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:19:01 GMT + - Mon, 20 Mar 2023 09:49:53 GMT expires: - '-1' pragma: @@ -2886,7 +2513,7 @@ interactions: --enable-managed-identity --enable-windows-recording-rules User-Agent: - python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) AZURECLI/2.46.0 - azuremonitormetrics.put_rules.KubernetesRecordingRulesRuleGroup-cliakstestb2xcv + azuremonitormetrics.put_rules.KubernetesRecordingRulesRuleGroup-cliakstestoqcne method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.AlertsManagement/prometheusRuleGroups/KubernetesRecordingRulesRuleGroup-cliakstest000002?api-version=2021-07-22-preview response: @@ -2996,7 +2623,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:19:03 GMT + - Mon, 20 Mar 2023 09:49:55 GMT expires: - '-1' pragma: @@ -3070,7 +2697,7 @@ interactions: --enable-managed-identity --enable-windows-recording-rules User-Agent: - python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) AZURECLI/2.46.0 - azuremonitormetrics.put_rules.NodeRecordingRulesRuleGroup-Win-cliakstestb2xcv + azuremonitormetrics.put_rules.NodeRecordingRulesRuleGroup-Win-cliakstestoqcne method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.AlertsManagement/prometheusRuleGroups/NodeRecordingRulesRuleGroup-Win-cliakstest000002?api-version=2021-07-22-preview response: @@ -3131,7 +2758,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:19:05 GMT + - Mon, 20 Mar 2023 09:49:59 GMT expires: - '-1' pragma: @@ -3220,7 +2847,7 @@ interactions: --enable-managed-identity --enable-windows-recording-rules User-Agent: - python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) AZURECLI/2.46.0 - azuremonitormetrics.put_rules.NodeAndKubernetesRecordingRulesRuleGroup-Win-cliakstestb2xcv + azuremonitormetrics.put_rules.NodeAndKubernetesRecordingRulesRuleGroup-Win-cliakstestoqcne method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.AlertsManagement/prometheusRuleGroups/NodeAndKubernetesRecordingRulesRuleGroup-Win-cliakstest000002?api-version=2021-07-22-preview response: @@ -3295,7 +2922,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Mar 2023 20:19:06 GMT + - Mon, 20 Mar 2023 09:50:00 GMT expires: - '-1' pragma: @@ -3322,7 +2949,7 @@ interactions: - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": - "cliakstest-clitest000001-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + "cliakstest-clitest000001-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "standard_d2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", @@ -3330,14 +2957,14 @@ interactions: {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -3376,8 +3003,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -3391,14 +3018,14 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -3420,7 +3047,7 @@ interactions: {\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/westus2/operations/3bd02801-c5f5-4ecb-9231-fbdecd82dbff?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e1cbcd5f-146d-4436-a4ef-f79000ebff7e?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -3428,7 +3055,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:19:10 GMT + - Mon, 20 Mar 2023 09:50:03 GMT expires: - '-1' pragma: @@ -3466,20 +3093,20 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3bd02801-c5f5-4ecb-9231-fbdecd82dbff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e1cbcd5f-146d-4436-a4ef-f79000ebff7e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0128d03b-f5c5-cb4e-9231-fbdecd82dbff\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:19:09.9060659Z\"\n }" + string: "{\n \"name\": \"5fcdcbe1-6d14-3644-a4ef-f79000ebff7e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:50:03.662611Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Wed, 15 Mar 2023 20:19:39 GMT + - Mon, 20 Mar 2023 09:50:33 GMT expires: - '-1' pragma: @@ -3515,20 +3142,20 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3bd02801-c5f5-4ecb-9231-fbdecd82dbff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e1cbcd5f-146d-4436-a4ef-f79000ebff7e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0128d03b-f5c5-cb4e-9231-fbdecd82dbff\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:19:09.9060659Z\"\n }" + string: "{\n \"name\": \"5fcdcbe1-6d14-3644-a4ef-f79000ebff7e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:50:03.662611Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Wed, 15 Mar 2023 20:20:09 GMT + - Mon, 20 Mar 2023 09:51:03 GMT expires: - '-1' pragma: @@ -3564,20 +3191,20 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3bd02801-c5f5-4ecb-9231-fbdecd82dbff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e1cbcd5f-146d-4436-a4ef-f79000ebff7e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0128d03b-f5c5-cb4e-9231-fbdecd82dbff\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:19:09.9060659Z\"\n }" + string: "{\n \"name\": \"5fcdcbe1-6d14-3644-a4ef-f79000ebff7e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:50:03.662611Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Wed, 15 Mar 2023 20:20:39 GMT + - Mon, 20 Mar 2023 09:51:33 GMT expires: - '-1' pragma: @@ -3613,20 +3240,20 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3bd02801-c5f5-4ecb-9231-fbdecd82dbff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e1cbcd5f-146d-4436-a4ef-f79000ebff7e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0128d03b-f5c5-cb4e-9231-fbdecd82dbff\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:19:09.9060659Z\"\n }" + string: "{\n \"name\": \"5fcdcbe1-6d14-3644-a4ef-f79000ebff7e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:50:03.662611Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Wed, 15 Mar 2023 20:21:09 GMT + - Mon, 20 Mar 2023 09:52:03 GMT expires: - '-1' pragma: @@ -3662,21 +3289,21 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3bd02801-c5f5-4ecb-9231-fbdecd82dbff?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e1cbcd5f-146d-4436-a4ef-f79000ebff7e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0128d03b-f5c5-cb4e-9231-fbdecd82dbff\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-03-15T20:19:09.9060659Z\",\n \"endTime\": - \"2023-03-15T20:21:15.6613387Z\"\n }" + string: "{\n \"name\": \"5fcdcbe1-6d14-3644-a4ef-f79000ebff7e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T09:50:03.662611Z\",\n \"endTime\": + \"2023-03-20T09:52:18.5817784Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Wed, 15 Mar 2023 20:21:39 GMT + - Mon, 20 Mar 2023 09:52:33 GMT expires: - '-1' pragma: @@ -3720,8 +3347,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -3735,14 +3362,14 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -3770,7 +3397,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:21:40 GMT + - Mon, 20 Mar 2023 09:52:33 GMT expires: - '-1' pragma: @@ -3813,8 +3440,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -3828,14 +3455,14 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -3863,7 +3490,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:21:41 GMT + - Mon, 20 Mar 2023 09:52:35 GMT expires: - '-1' pragma: @@ -3914,7 +3541,7 @@ interactions: content-length: - '0' date: - - Wed, 15 Mar 2023 20:21:42 GMT + - Mon, 20 Mar 2023 09:52:36 GMT expires: - '-1' pragma: @@ -3965,7 +3592,7 @@ interactions: content-length: - '0' date: - - Wed, 15 Mar 2023 20:21:44 GMT + - Mon, 20 Mar 2023 09:52:38 GMT expires: - '-1' pragma: @@ -4018,7 +3645,7 @@ interactions: content-length: - '0' date: - - Wed, 15 Mar 2023 20:21:45 GMT + - Mon, 20 Mar 2023 09:52:39 GMT expires: - '-1' pragma: @@ -4041,7 +3668,7 @@ interactions: - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": - "cliakstest-clitest000001-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + "cliakstest-clitest000001-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "standard_d2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", @@ -4049,14 +3676,14 @@ interactions: {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -4091,8 +3718,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -4106,14 +3733,14 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -4134,7 +3761,7 @@ interactions: \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b252d293-787e-4872-90c7-6e042127fea9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a52399fa-d8eb-4d29-9a8d-ded83575890e?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -4142,7 +3769,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:21:48 GMT + - Mon, 20 Mar 2023 09:52:43 GMT expires: - '-1' pragma: @@ -4179,11 +3806,59 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b252d293-787e-4872-90c7-6e042127fea9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a52399fa-d8eb-4d29-9a8d-ded83575890e?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fa9923a5-ebd8-294d-9a8d-ded83575890e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:52:43.4913574Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Mon, 20 Mar 2023 09:53:13 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes --output --disable-azuremonitormetrics + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a52399fa-d8eb-4d29-9a8d-ded83575890e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"93d252b2-7e78-7248-90c7-6e042127fea9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:21:48.8287799Z\"\n }" + string: "{\n \"name\": \"fa9923a5-ebd8-294d-9a8d-ded83575890e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:52:43.4913574Z\"\n }" headers: cache-control: - no-cache @@ -4192,7 +3867,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:22:18 GMT + - Mon, 20 Mar 2023 09:53:43 GMT expires: - '-1' pragma: @@ -4227,11 +3902,11 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b252d293-787e-4872-90c7-6e042127fea9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a52399fa-d8eb-4d29-9a8d-ded83575890e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"93d252b2-7e78-7248-90c7-6e042127fea9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2023-03-15T20:21:48.8287799Z\"\n }" + string: "{\n \"name\": \"fa9923a5-ebd8-294d-9a8d-ded83575890e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-20T09:52:43.4913574Z\"\n }" headers: cache-control: - no-cache @@ -4240,7 +3915,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:22:48 GMT + - Mon, 20 Mar 2023 09:54:13 GMT expires: - '-1' pragma: @@ -4275,12 +3950,12 @@ interactions: - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b252d293-787e-4872-90c7-6e042127fea9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a52399fa-d8eb-4d29-9a8d-ded83575890e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"93d252b2-7e78-7248-90c7-6e042127fea9\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2023-03-15T20:21:48.8287799Z\",\n \"endTime\": - \"2023-03-15T20:23:13.6974056Z\"\n }" + string: "{\n \"name\": \"fa9923a5-ebd8-294d-9a8d-ded83575890e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-20T09:52:43.4913574Z\",\n \"endTime\": + \"2023-03-20T09:54:14.8786187Z\"\n }" headers: cache-control: - no-cache @@ -4289,7 +3964,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:23:18 GMT + - Mon, 20 Mar 2023 09:54:43 GMT expires: - '-1' pragma: @@ -4332,8 +4007,8 @@ interactions: \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": - \"cliakstest-clitest000001-79a739\",\n \"fqdn\": \"cliakstest-clitest000001-79a739-9ykpkjns.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest000001-79a739-9ykpkjns.portal.hcp.westus2.azmk8s.io\",\n + \"cliakstest-clitest000001-8ecadf\",\n \"fqdn\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest000001-8ecadf-nw3ftpzc.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"standard_d2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": @@ -4347,14 +4022,14 @@ interactions: \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+d3Vt7nXliPmu0fX5trMPYijq+UORpM/2Gx9QCD+cvf++kVwdk05mbI3ENlRDuIfheUVfymsZvyE1smq8i39ZFlTqRyWPDVPE9RA1IVXIF2ZS7oedu1LXeP6elhc1pDWnbLBH1bpF9tC9+knpLi4luh4fdulffwCj6WyXwPmvDWtI0FW2dp7paAc7xswyNaSE936LqlbeyVIbyNqIcDlAtSwn9rlKwMrDQdtTAQ9YLhCFjZT7PjiyAHLGDAATGMCa9BXdif1hXuTaHjZ1Y+sNeK8Bu4pQHu7tXAh2GVttbONOvcN1REQh1npIaw5tn1OcAJIL6vp5DA3aaPq03bT + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6KyClQbbsjqAneyNbIP4j3h2I4F72WwTWk71PKyIOKpj87o5sTdgv0ML3nliMsf6VaLzLbORt/B2D9zT7QKvArvyYYJmhqaCnBHtQOsMCaxRZORPyunqo//38bHUKNktgdpxlm8ewnpM6SnnZKYm3TGq6uPolRSNdwP5Fhoxdk7VkBr4d+0wNhti5PyMDhc2gKlexk2RyoUguhgXipNMsi20h8HNZC7APkDx8VMtNs7lz7PVpzubYqBmfoz48UbfRNdjz9p4JUoNgHz7D+XPfrU3YBA+KWDx7OvZBcTCNuoLVOTqxcz71Z64kCUhkCIH6ZCoaUYp8Q15w6HtLw681 azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/eb3e5909-4192-443f-82c3-4564b65be836\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c8f36785-b7b7-44ea-b021-597057dd3310\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -4381,7 +4056,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Mar 2023 20:23:18 GMT + - Mon, 20 Mar 2023 09:54:44 GMT expires: - '-1' pragma: @@ -4424,17 +4099,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/984f43f9-2188-465e-904f-b125484f9ba0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b00c59be-3a3a-4961-96eb-7fa1583143db?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 15 Mar 2023 20:23:20 GMT + - Mon, 20 Mar 2023 09:54:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/984f43f9-2188-465e-904f-b125484f9ba0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b00c59be-3a3a-4961-96eb-7fa1583143db?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_image_cleaner.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_image_cleaner.yaml old mode 100644 new mode 100755 index 68247bf072a..ef0e60f65ec --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_image_cleaner.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_image_cleaner.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:40:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestkrmnqxvkk-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestkh5ukg45a-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_D4s_v3", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -35,8 +81,8 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -45,23 +91,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkrmnqxvkk-79a739\",\n \"fqdn\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkh5ukg45a-79a739\",\n \"fqdn\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -84,15 +130,15 @@ interactions: {\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/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3560' + - '3556' content-type: - application/json date: - - Thu, 24 Nov 2022 11:23:44 GMT + - Thu, 16 Mar 2023 03:40:09 GMT expires: - '-1' pragma: @@ -104,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 201 message: Created @@ -123,14 +169,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" headers: cache-control: - no-cache @@ -139,7 +185,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:24:14 GMT + - Thu, 16 Mar 2023 03:40:39 GMT expires: - '-1' pragma: @@ -172,14 +218,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" headers: cache-control: - no-cache @@ -188,7 +234,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:24:44 GMT + - Thu, 16 Mar 2023 03:41:09 GMT expires: - '-1' pragma: @@ -221,14 +267,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +283,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:25:14 GMT + - Thu, 16 Mar 2023 03:41:39 GMT expires: - '-1' pragma: @@ -270,14 +316,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" headers: cache-control: - no-cache @@ -286,7 +332,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:25:44 GMT + - Thu, 16 Mar 2023 03:42:10 GMT expires: - '-1' pragma: @@ -319,14 +365,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" headers: cache-control: - no-cache @@ -335,7 +381,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:14 GMT + - Thu, 16 Mar 2023 03:42:39 GMT expires: - '-1' pragma: @@ -368,14 +414,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" headers: cache-control: - no-cache @@ -384,7 +430,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:26:44 GMT + - Thu, 16 Mar 2023 03:43:10 GMT expires: - '-1' pragma: @@ -417,14 +463,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" headers: cache-control: - no-cache @@ -433,7 +479,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:14 GMT + - Thu, 16 Mar 2023 03:43:40 GMT expires: - '-1' pragma: @@ -466,14 +512,14 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" headers: cache-control: - no-cache @@ -482,7 +528,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:27:44 GMT + - Thu, 16 Mar 2023 03:44:09 GMT expires: - '-1' pragma: @@ -515,15 +561,505 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1e29c770-aed8-400a-bf02-5188ba77e380?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70c7291e-d8ae-0a40-bf02-5188ba77e380\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:23:44.0530365Z\",\n \"endTime\": - \"2022-11-24T11:27:54.9664353Z\"\n }" + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:44:40 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:45:10 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:45:40 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:46:10 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:46:40 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:47:10 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:47:41 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:48:10 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:48:40 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:49:11 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: + - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18f441b5-f1ba-4a93-a53b-031d0197690a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"b541f418-baf1-934a-a53b-031d0197690a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:40:10.0110554Z\",\n \"endTime\": + \"2023-03-16T03:49:27.2795476Z\"\n }" headers: cache-control: - no-cache @@ -532,7 +1068,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:15 GMT + - Thu, 16 Mar 2023 03:49:40 GMT expires: - '-1' pragma: @@ -565,8 +1101,8 @@ interactions: - --resource-group --name --location --node-vm-size --node-count --enable-image-cleaner --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -575,30 +1111,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkrmnqxvkk-79a739\",\n \"fqdn\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkh5ukg45a-79a739\",\n \"fqdn\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -620,11 +1156,11 @@ interactions: cache-control: - no-cache content-length: - - '4213' + - '4209' content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:15 GMT + - Thu, 16 Mar 2023 03:49:41 GMT expires: - '-1' pragma: @@ -656,8 +1192,8 @@ interactions: ParameterSetName: - --resource-group --name --image-cleaner-interval-hours --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -666,30 +1202,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkrmnqxvkk-79a739\",\n \"fqdn\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkh5ukg45a-79a739\",\n \"fqdn\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -711,11 +1247,11 @@ interactions: cache-control: - no-cache content-length: - - '4213' + - '4209' content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:16 GMT + - Thu, 16 Mar 2023 03:49:42 GMT expires: - '-1' pragma: @@ -735,23 +1271,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestkrmnqxvkk-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestkh5ukg45a-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_D4s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -771,14 +1307,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2719' + - '2717' Content-Type: - application/json ParameterSetName: - --resource-group --name --image-cleaner-interval-hours --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -787,30 +1323,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkrmnqxvkk-79a739\",\n \"fqdn\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkh5ukg45a-79a739\",\n \"fqdn\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -830,15 +1366,15 @@ interactions: {\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/westus2/operations/178036f2-5913-457c-a3e9-7af012d64e70?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/113c4c72-2da3-424b-a5ab-c6919edd822b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4210' + - '4206' content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:18 GMT + - Thu, 16 Mar 2023 03:49:44 GMT expires: - '-1' pragma: @@ -854,7 +1390,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1197' status: code: 200 message: OK @@ -872,14 +1408,14 @@ interactions: ParameterSetName: - --resource-group --name --image-cleaner-interval-hours --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/178036f2-5913-457c-a3e9-7af012d64e70?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/113c4c72-2da3-424b-a5ab-c6919edd822b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f2368017-1359-7c45-a3e9-7af012d64e70\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:19.1484923Z\"\n }" + string: "{\n \"name\": \"724c3c11-a32d-4b42-a5ab-c6919edd822b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:45.3103985Z\"\n }" headers: cache-control: - no-cache @@ -888,7 +1424,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:48 GMT + - Thu, 16 Mar 2023 03:50:15 GMT expires: - '-1' pragma: @@ -920,14 +1456,14 @@ interactions: ParameterSetName: - --resource-group --name --image-cleaner-interval-hours --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/178036f2-5913-457c-a3e9-7af012d64e70?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/113c4c72-2da3-424b-a5ab-c6919edd822b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f2368017-1359-7c45-a3e9-7af012d64e70\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:19.1484923Z\"\n }" + string: "{\n \"name\": \"724c3c11-a32d-4b42-a5ab-c6919edd822b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:45.3103985Z\"\n }" headers: cache-control: - no-cache @@ -936,7 +1472,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:18 GMT + - Thu, 16 Mar 2023 03:50:45 GMT expires: - '-1' pragma: @@ -968,15 +1504,15 @@ interactions: ParameterSetName: - --resource-group --name --image-cleaner-interval-hours --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/178036f2-5913-457c-a3e9-7af012d64e70?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/113c4c72-2da3-424b-a5ab-c6919edd822b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f2368017-1359-7c45-a3e9-7af012d64e70\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:28:19.1484923Z\",\n \"endTime\": - \"2022-11-24T11:29:48.4752865Z\"\n }" + string: "{\n \"name\": \"724c3c11-a32d-4b42-a5ab-c6919edd822b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:49:45.3103985Z\",\n \"endTime\": + \"2023-03-16T03:51:07.0315424Z\"\n }" headers: cache-control: - no-cache @@ -985,7 +1521,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:49 GMT + - Thu, 16 Mar 2023 03:51:15 GMT expires: - '-1' pragma: @@ -1017,8 +1553,8 @@ interactions: ParameterSetName: - --resource-group --name --image-cleaner-interval-hours --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1027,30 +1563,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkrmnqxvkk-79a739\",\n \"fqdn\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkh5ukg45a-79a739\",\n \"fqdn\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1072,11 +1608,11 @@ interactions: cache-control: - no-cache content-length: - - '4212' + - '4208' content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:49 GMT + - Thu, 16 Mar 2023 03:51:15 GMT expires: - '-1' pragma: @@ -1108,8 +1644,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-image-cleaner --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1118,30 +1654,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkrmnqxvkk-79a739\",\n \"fqdn\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkh5ukg45a-79a739\",\n \"fqdn\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1163,11 +1699,11 @@ interactions: cache-control: - no-cache content-length: - - '4212' + - '4208' content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:50 GMT + - Thu, 16 Mar 2023 03:51:16 GMT expires: - '-1' pragma: @@ -1187,23 +1723,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestkrmnqxvkk-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestkh5ukg45a-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_D4s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -1223,14 +1759,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2720' + - '2718' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-image-cleaner --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1239,30 +1775,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkrmnqxvkk-79a739\",\n \"fqdn\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkh5ukg45a-79a739\",\n \"fqdn\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1282,15 +1818,15 @@ interactions: {\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/westus2/operations/e99f5721-e3ca-4b75-8d06-9c1919aa03c6?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/465deddb-3598-4a6c-9f15-34f96955595b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4211' + - '4207' content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:53 GMT + - Thu, 16 Mar 2023 03:51:19 GMT expires: - '-1' pragma: @@ -1306,7 +1842,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 200 message: OK @@ -1324,14 +1860,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-image-cleaner --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e99f5721-e3ca-4b75-8d06-9c1919aa03c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/465deddb-3598-4a6c-9f15-34f96955595b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"21579fe9-cae3-754b-8d06-9c1919aa03c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:53.8107402Z\"\n }" + string: "{\n \"name\": \"dbed5d46-9835-6c4a-9f15-34f96955595b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:51:19.6857452Z\"\n }" headers: cache-control: - no-cache @@ -1340,7 +1876,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:23 GMT + - Thu, 16 Mar 2023 03:51:49 GMT expires: - '-1' pragma: @@ -1372,14 +1908,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-image-cleaner --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e99f5721-e3ca-4b75-8d06-9c1919aa03c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/465deddb-3598-4a6c-9f15-34f96955595b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"21579fe9-cae3-754b-8d06-9c1919aa03c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:29:53.8107402Z\"\n }" + string: "{\n \"name\": \"dbed5d46-9835-6c4a-9f15-34f96955595b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:51:19.6857452Z\"\n }" headers: cache-control: - no-cache @@ -1388,7 +1924,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:53 GMT + - Thu, 16 Mar 2023 03:52:19 GMT expires: - '-1' pragma: @@ -1420,24 +1956,24 @@ interactions: ParameterSetName: - --resource-group --name --disable-image-cleaner --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e99f5721-e3ca-4b75-8d06-9c1919aa03c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/465deddb-3598-4a6c-9f15-34f96955595b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"21579fe9-cae3-754b-8d06-9c1919aa03c6\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:29:53.8107402Z\",\n \"endTime\": - \"2022-11-24T11:31:24.4889404Z\"\n }" + string: "{\n \"name\": \"dbed5d46-9835-6c4a-9f15-34f96955595b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:51:19.6857452Z\",\n \"endTime\": + \"2023-03-16T03:52:39.31799Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '168' content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:23 GMT + - Thu, 16 Mar 2023 03:52:49 GMT expires: - '-1' pragma: @@ -1469,8 +2005,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-image-cleaner --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1479,30 +2015,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestkrmnqxvkk-79a739\",\n \"fqdn\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestkrmnqxvkk-79a739-f2988e03.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestkh5ukg45a-79a739\",\n \"fqdn\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestkh5ukg45a-79a739-dzgtixcv.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_D4s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/a3dabfa2-21da-4b3f-895d-4b38f36762dd\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/01f92954-faef-4044-a3ad-e019c4abac93\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1524,11 +2060,11 @@ interactions: cache-control: - no-cache content-length: - - '4213' + - '4209' content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:24 GMT + - Thu, 16 Mar 2023 03:52:50 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_keda.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_keda.yaml old mode 100644 new mode 100755 index a621ffed7e9..d4639a18243 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_keda.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_keda.yaml @@ -1,7 +1,52 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:43:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest352kb7b6t-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestdioophlno-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +54,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -31,8 +76,8 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -41,23 +86,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest352kb7b6t-79a739\",\n \"fqdn\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdioophlno-79a739\",\n \"fqdn\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -79,15 +124,15 @@ interactions: {\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/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 11:41:08 GMT + - Thu, 16 Mar 2023 03:43:42 GMT expires: - '-1' pragma: @@ -117,14 +162,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache @@ -133,7 +178,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:41:38 GMT + - Thu, 16 Mar 2023 03:44:12 GMT expires: - '-1' pragma: @@ -165,14 +210,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache @@ -181,7 +226,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:42:09 GMT + - Thu, 16 Mar 2023 03:44:43 GMT expires: - '-1' pragma: @@ -213,14 +258,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache @@ -229,7 +274,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:42:38 GMT + - Thu, 16 Mar 2023 03:45:12 GMT expires: - '-1' pragma: @@ -261,14 +306,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache @@ -277,7 +322,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:09 GMT + - Thu, 16 Mar 2023 03:45:42 GMT expires: - '-1' pragma: @@ -309,14 +354,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache @@ -325,7 +370,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:38 GMT + - Thu, 16 Mar 2023 03:46:12 GMT expires: - '-1' pragma: @@ -357,14 +402,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache @@ -373,7 +418,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:09 GMT + - Thu, 16 Mar 2023 03:46:42 GMT expires: - '-1' pragma: @@ -405,14 +450,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache @@ -421,7 +466,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:38 GMT + - Thu, 16 Mar 2023 03:47:12 GMT expires: - '-1' pragma: @@ -453,14 +498,14 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache @@ -469,7 +514,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:09 GMT + - Thu, 16 Mar 2023 03:47:42 GMT expires: - '-1' pragma: @@ -501,24 +546,71 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e9c2abe-a1d0-42ad-ae6c-81ef49b1f64a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"be2a9c9e-d0a1-ad42-ae6c-81ef49b1f64a\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:41:08.7291042Z\",\n \"endTime\": - \"2022-11-24T11:45:36.1797602Z\"\n }" + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:48:12 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:39 GMT + - Thu, 16 Mar 2023 03:48:43 GMT expires: - '-1' pragma: @@ -550,8 +642,297 @@ interactions: ParameterSetName: - --resource-group --name --location --ssh-key-value --output User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:49:13 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:49:43 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:50:13 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:50:43 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:51:13 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2da595fe-7660-4647-80ce-f98233ca9507?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"fe95a52d-6076-4746-80ce-f98233ca9507\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:43:42.7307329Z\",\n \"endTime\": + \"2023-03-16T03:51:23.109148Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:51:44 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: + - --resource-group --name --location --ssh-key-value --output + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -560,30 +941,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest352kb7b6t-79a739\",\n \"fqdn\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdioophlno-79a739\",\n \"fqdn\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -604,11 +985,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:39 GMT + - Thu, 16 Mar 2023 03:51:44 GMT expires: - '-1' pragma: @@ -640,8 +1021,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -650,30 +1031,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest352kb7b6t-79a739\",\n \"fqdn\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdioophlno-79a739\",\n \"fqdn\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +1075,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:39 GMT + - Thu, 16 Mar 2023 03:51:44 GMT expires: - '-1' pragma: @@ -718,23 +1099,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest352kb7b6t-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestdioophlno-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -753,14 +1134,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2690' + - '2688' Content-Type: - application/json ParameterSetName: - --resource-group --name --yes --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -769,30 +1150,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest352kb7b6t-79a739\",\n \"fqdn\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdioophlno-79a739\",\n \"fqdn\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -812,15 +1193,15 @@ interactions: {\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/westus2/operations/fc1608c0-3853-4b16-b8c9-1f057a13c0ad?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3283fb34-4a2d-4569-9ebd-68c312858379?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4176' + - '4172' content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:42 GMT + - Thu, 16 Mar 2023 03:51:47 GMT expires: - '-1' pragma: @@ -836,7 +1217,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1193' status: code: 200 message: OK @@ -854,23 +1235,23 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc1608c0-3853-4b16-b8c9-1f057a13c0ad?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3283fb34-4a2d-4569-9ebd-68c312858379?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00816fc-5338-164b-b8c9-1f057a13c0ad\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:45:43.357424Z\"\n }" + string: "{\n \"name\": \"34fb8332-2d4a-6945-9ebd-68c312858379\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:51:47.9670921Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:46:13 GMT + - Thu, 16 Mar 2023 03:52:17 GMT expires: - '-1' pragma: @@ -902,23 +1283,23 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc1608c0-3853-4b16-b8c9-1f057a13c0ad?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3283fb34-4a2d-4569-9ebd-68c312858379?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00816fc-5338-164b-b8c9-1f057a13c0ad\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:45:43.357424Z\"\n }" + string: "{\n \"name\": \"34fb8332-2d4a-6945-9ebd-68c312858379\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:51:47.9670921Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:46:43 GMT + - Thu, 16 Mar 2023 03:52:47 GMT expires: - '-1' pragma: @@ -950,24 +1331,71 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc1608c0-3853-4b16-b8c9-1f057a13c0ad?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3283fb34-4a2d-4569-9ebd-68c312858379?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c00816fc-5338-164b-b8c9-1f057a13c0ad\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:45:43.357424Z\",\n \"endTime\": - \"2022-11-24T11:47:01.0407327Z\"\n }" + string: "{\n \"name\": \"34fb8332-2d4a-6945-9ebd-68c312858379\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:51:47.9670921Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:53:17 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes --output --aks-custom-headers --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3283fb34-4a2d-4569-9ebd-68c312858379?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"34fb8332-2d4a-6945-9ebd-68c312858379\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:51:47.9670921Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:13 GMT + - Thu, 16 Mar 2023 03:53:48 GMT expires: - '-1' pragma: @@ -999,8 +1427,105 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --aks-custom-headers --enable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3283fb34-4a2d-4569-9ebd-68c312858379?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"34fb8332-2d4a-6945-9ebd-68c312858379\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:51:47.9670921Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:54:17 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes --output --aks-custom-headers --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3283fb34-4a2d-4569-9ebd-68c312858379?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"34fb8332-2d4a-6945-9ebd-68c312858379\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:51:47.9670921Z\",\n \"endTime\": + \"2023-03-16T03:54:23.5325627Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:54:48 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --yes --output --aks-custom-headers --enable-keda + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1009,30 +1534,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest352kb7b6t-79a739\",\n \"fqdn\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdioophlno-79a739\",\n \"fqdn\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1054,11 +1579,11 @@ interactions: cache-control: - no-cache content-length: - - '4178' + - '4174' content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:13 GMT + - Thu, 16 Mar 2023 03:54:48 GMT expires: - '-1' pragma: @@ -1090,8 +1615,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --disable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1100,30 +1625,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest352kb7b6t-79a739\",\n \"fqdn\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdioophlno-79a739\",\n \"fqdn\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1145,11 +1670,11 @@ interactions: cache-control: - no-cache content-length: - - '4178' + - '4174' content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:14 GMT + - Thu, 16 Mar 2023 03:54:49 GMT expires: - '-1' pragma: @@ -1169,23 +1694,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitest352kb7b6t-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestdioophlno-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": false}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -1202,14 +1727,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2691' + - '2689' Content-Type: - application/json ParameterSetName: - --resource-group --name --yes --output --disable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1218,30 +1743,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest352kb7b6t-79a739\",\n \"fqdn\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdioophlno-79a739\",\n \"fqdn\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1261,15 +1786,15 @@ interactions: {\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/westus2/operations/628f60b4-fcb1-4fb4-b359-12c412aa3f9e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d88cf325-1dee-41b7-9a8b-2919dc0eb54e?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4177' + - '4173' content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:17 GMT + - Thu, 16 Mar 2023 03:54:51 GMT expires: - '-1' pragma: @@ -1285,7 +1810,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1191' status: code: 200 message: OK @@ -1303,23 +1828,23 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --disable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/628f60b4-fcb1-4fb4-b359-12c412aa3f9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d88cf325-1dee-41b7-9a8b-2919dc0eb54e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4608f62-b1fc-b44f-b359-12c412aa3f9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:47:17.8008989Z\"\n }" + string: "{\n \"name\": \"25f38cd8-ee1d-b741-9a8b-2919dc0eb54e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:52.030232Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:48 GMT + - Thu, 16 Mar 2023 03:55:21 GMT expires: - '-1' pragma: @@ -1351,23 +1876,23 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --disable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/628f60b4-fcb1-4fb4-b359-12c412aa3f9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d88cf325-1dee-41b7-9a8b-2919dc0eb54e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4608f62-b1fc-b44f-b359-12c412aa3f9e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:47:17.8008989Z\"\n }" + string: "{\n \"name\": \"25f38cd8-ee1d-b741-9a8b-2919dc0eb54e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:52.030232Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:48:18 GMT + - Thu, 16 Mar 2023 03:55:51 GMT expires: - '-1' pragma: @@ -1399,24 +1924,24 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --disable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/628f60b4-fcb1-4fb4-b359-12c412aa3f9e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d88cf325-1dee-41b7-9a8b-2919dc0eb54e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4608f62-b1fc-b44f-b359-12c412aa3f9e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:47:17.8008989Z\",\n \"endTime\": - \"2022-11-24T11:48:44.4361412Z\"\n }" + string: "{\n \"name\": \"25f38cd8-ee1d-b741-9a8b-2919dc0eb54e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:54:52.030232Z\",\n \"endTime\": + \"2023-03-16T03:56:18.4465363Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 11:48:47 GMT + - Thu, 16 Mar 2023 03:56:22 GMT expires: - '-1' pragma: @@ -1448,8 +1973,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --output --disable-keda User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1458,30 +1983,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest352kb7b6t-79a739\",\n \"fqdn\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest352kb7b6t-79a739-9e744d76.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestdioophlno-79a739\",\n \"fqdn\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestdioophlno-79a739-hvogzq8w.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3eda2527-a129-4ae6-ab0a-cf227ea7d3b4\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/566b9754-5480-4260-b9c6-1e678652ee1b\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1503,11 +2028,11 @@ interactions: cache-control: - no-cache content-length: - - '4179' + - '4175' content-type: - application/json date: - - Thu, 24 Nov 2022 11:48:48 GMT + - Thu, 16 Mar 2023 03:56:22 GMT expires: - '-1' pragma: @@ -1541,8 +2066,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1550,17 +2075,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/83765f67-7d21-4e49-83db-d42cee8151be?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bef5af99-397e-4cb0-a536-1ff945897fb3?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:48:49 GMT + - Thu, 16 Mar 2023 03:56:24 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/83765f67-7d21-4e49-83db-d42cee8151be?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/bef5af99-397e-4cb0-a536-1ff945897fb3?api-version=2016-03-30 pragma: - no-cache server: @@ -1570,7 +2095,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14995' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml old mode 100644 new mode 100755 index 0ba9fce760c..aad3d8c8571 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_oidc_issuer_enabled.yaml @@ -1,7 +1,52 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:41:00 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestj6bsxkt5h-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestgisdedfz2-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +54,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -31,8 +76,8 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -41,23 +86,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj6bsxkt5h-79a739\",\n \"fqdn\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgisdedfz2-79a739\",\n \"fqdn\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -79,15 +124,15 @@ interactions: {\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/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3480' + - '3476' content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:16 GMT + - Thu, 16 Mar 2023 03:41:04 GMT expires: - '-1' pragma: @@ -99,7 +144,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -117,14 +162,110 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:41:34 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: + - --resource-group --name --location --enable-managed-identity --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:42:04 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: + - --resource-group --name --location --enable-managed-identity --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" headers: cache-control: - no-cache @@ -133,7 +274,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:28:46 GMT + - Thu, 16 Mar 2023 03:42:35 GMT expires: - '-1' pragma: @@ -165,14 +306,14 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" headers: cache-control: - no-cache @@ -181,7 +322,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:16 GMT + - Thu, 16 Mar 2023 03:43:04 GMT expires: - '-1' pragma: @@ -213,14 +354,14 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" headers: cache-control: - no-cache @@ -229,7 +370,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:29:47 GMT + - Thu, 16 Mar 2023 03:43:34 GMT expires: - '-1' pragma: @@ -261,14 +402,14 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" headers: cache-control: - no-cache @@ -277,7 +418,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:17 GMT + - Thu, 16 Mar 2023 03:44:05 GMT expires: - '-1' pragma: @@ -309,14 +450,14 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" headers: cache-control: - no-cache @@ -325,7 +466,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:47 GMT + - Thu, 16 Mar 2023 03:44:34 GMT expires: - '-1' pragma: @@ -357,14 +498,14 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" headers: cache-control: - no-cache @@ -373,7 +514,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:16 GMT + - Thu, 16 Mar 2023 03:45:05 GMT expires: - '-1' pragma: @@ -405,14 +546,14 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" headers: cache-control: - no-cache @@ -421,7 +562,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:47 GMT + - Thu, 16 Mar 2023 03:45:35 GMT expires: - '-1' pragma: @@ -453,14 +594,14 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" headers: cache-control: - no-cache @@ -469,7 +610,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:17 GMT + - Thu, 16 Mar 2023 03:46:05 GMT expires: - '-1' pragma: @@ -501,15 +642,255 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a89d02d5-d767-4951-bbe0-9a675e62b52f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d5029da8-67d7-5149-bbe0-9a675e62b52f\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:28:16.8983935Z\",\n \"endTime\": - \"2022-11-24T11:32:20.8824706Z\"\n }" + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:46:35 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: + - --resource-group --name --location --enable-managed-identity --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:47:04 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: + - --resource-group --name --location --enable-managed-identity --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:47:35 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: + - --resource-group --name --location --enable-managed-identity --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:48:05 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: + - --resource-group --name --location --enable-managed-identity --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:48:35 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: + - --resource-group --name --location --enable-managed-identity --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7030563f-bea3-417b-9b2d-fe1cea523e47?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"3f563070-a3be-7b41-9b2d-fe1cea523e47\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:41:04.7456125Z\",\n \"endTime\": + \"2023-03-16T03:48:57.1282147Z\"\n }" headers: cache-control: - no-cache @@ -518,7 +899,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:47 GMT + - Thu, 16 Mar 2023 03:49:05 GMT expires: - '-1' pragma: @@ -550,8 +931,8 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-managed-identity --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -560,30 +941,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj6bsxkt5h-79a739\",\n \"fqdn\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgisdedfz2-79a739\",\n \"fqdn\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e710efa9-87b1-47a8-8ea9-f27486722a18\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/05ddf0c5-5abf-4dfb-a043-01ece5519f40\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -604,11 +985,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:47 GMT + - Thu, 16 Mar 2023 03:49:06 GMT expires: - '-1' pragma: @@ -640,8 +1021,8 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-oidc-issuer User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -650,30 +1031,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj6bsxkt5h-79a739\",\n \"fqdn\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgisdedfz2-79a739\",\n \"fqdn\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e710efa9-87b1-47a8-8ea9-f27486722a18\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/05ddf0c5-5abf-4dfb-a043-01ece5519f40\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -694,11 +1075,11 @@ interactions: cache-control: - no-cache content-length: - - '4133' + - '4129' content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:48 GMT + - Thu, 16 Mar 2023 03:49:07 GMT expires: - '-1' pragma: @@ -718,23 +1099,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitestj6bsxkt5h-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestgisdedfz2-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": true}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e710efa9-87b1-47a8-8ea9-f27486722a18"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/05ddf0c5-5abf-4dfb-a043-01ece5519f40"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -753,14 +1134,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2664' + - '2662' Content-Type: - application/json ParameterSetName: - --resource-group --name --aks-custom-headers --enable-oidc-issuer User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -769,30 +1150,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj6bsxkt5h-79a739\",\n \"fqdn\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgisdedfz2-79a739\",\n \"fqdn\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e710efa9-87b1-47a8-8ea9-f27486722a18\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/05ddf0c5-5abf-4dfb-a043-01ece5519f40\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -806,22 +1187,22 @@ interactions: true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n \ },\n \"oidcIssuerProfile\": {\n \"enabled\": true,\n \"issuerURL\": - \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/dfe708fe-41d5-4e6b-b0a7-7d57f86479c0/\"\n + \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/499caed6-d558-46aa-aad6-9c83b7a8d505/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/74110739-e813-4453-a92c-a69a038263ca?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6c5d08b-1e3a-45a8-a4d3-5630d50535ff?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4264' + - '4260' content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:55 GMT + - Thu, 16 Mar 2023 03:49:10 GMT expires: - '-1' pragma: @@ -837,7 +1218,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1194' status: code: 200 message: OK @@ -855,23 +1236,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-oidc-issuer User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/74110739-e813-4453-a92c-a69a038263ca?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6c5d08b-1e3a-45a8-a4d3-5630d50535ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"39071174-13e8-5344-a92c-a69a038263ca\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:32:54.9943908Z\"\n }" + string: "{\n \"name\": \"8bd0c5a6-3a1e-a845-a4d3-5630d50535ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:10.450888Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:25 GMT + - Thu, 16 Mar 2023 03:49:39 GMT expires: - '-1' pragma: @@ -903,23 +1284,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-oidc-issuer User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/74110739-e813-4453-a92c-a69a038263ca?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6c5d08b-1e3a-45a8-a4d3-5630d50535ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"39071174-13e8-5344-a92c-a69a038263ca\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:32:54.9943908Z\"\n }" + string: "{\n \"name\": \"8bd0c5a6-3a1e-a845-a4d3-5630d50535ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:10.450888Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:55 GMT + - Thu, 16 Mar 2023 03:50:10 GMT expires: - '-1' pragma: @@ -951,23 +1332,23 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-oidc-issuer User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/74110739-e813-4453-a92c-a69a038263ca?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6c5d08b-1e3a-45a8-a4d3-5630d50535ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"39071174-13e8-5344-a92c-a69a038263ca\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:32:54.9943908Z\"\n }" + string: "{\n \"name\": \"8bd0c5a6-3a1e-a845-a4d3-5630d50535ff\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:49:10.450888Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:25 GMT + - Thu, 16 Mar 2023 03:50:40 GMT expires: - '-1' pragma: @@ -999,24 +1380,24 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-oidc-issuer User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/74110739-e813-4453-a92c-a69a038263ca?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a6c5d08b-1e3a-45a8-a4d3-5630d50535ff?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"39071174-13e8-5344-a92c-a69a038263ca\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:32:54.9943908Z\",\n \"endTime\": - \"2022-11-24T11:34:48.6322912Z\"\n }" + string: "{\n \"name\": \"8bd0c5a6-3a1e-a845-a4d3-5630d50535ff\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:49:10.450888Z\",\n \"endTime\": + \"2023-03-16T03:51:01.7306234Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:54 GMT + - Thu, 16 Mar 2023 03:51:10 GMT expires: - '-1' pragma: @@ -1048,8 +1429,8 @@ interactions: ParameterSetName: - --resource-group --name --aks-custom-headers --enable-oidc-issuer User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1058,30 +1439,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitestj6bsxkt5h-79a739\",\n \"fqdn\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj6bsxkt5h-79a739-c5e63c99.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestgisdedfz2-79a739\",\n \"fqdn\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgisdedfz2-79a739-550him1s.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e710efa9-87b1-47a8-8ea9-f27486722a18\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/05ddf0c5-5abf-4dfb-a043-01ece5519f40\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1095,7 +1476,7 @@ interactions: true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n \ },\n \"oidcIssuerProfile\": {\n \"enabled\": true,\n \"issuerURL\": - \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/dfe708fe-41d5-4e6b-b0a7-7d57f86479c0/\"\n + \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/499caed6-d558-46aa-aad6-9c83b7a8d505/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -1104,11 +1485,11 @@ interactions: cache-control: - no-cache content-length: - - '4266' + - '4262' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:55 GMT + - Thu, 16 Mar 2023 03:51:11 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_gmsa.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_gmsa.yaml old mode 100644 new mode 100755 index fbc6b86de42..a4f4c5dd09b --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_gmsa.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_gmsa.yaml @@ -1,4 +1,51 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:39:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": @@ -9,7 +56,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -33,8 +80,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -43,23 +90,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ee2dddbf.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-ee2dddbf.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-00x2nh9y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-00x2nh9y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -81,15 +128,15 @@ interactions: {\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/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3433' + - '3429' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:25 GMT + - Thu, 16 Mar 2023 03:39:06 GMT expires: - '-1' pragma: @@ -101,7 +148,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -121,14 +168,114 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:39:36 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:40:06 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -137,7 +284,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:55 GMT + - Thu, 16 Mar 2023 03:40:36 GMT expires: - '-1' pragma: @@ -171,14 +318,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -187,7 +334,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:25 GMT + - Thu, 16 Mar 2023 03:41:07 GMT expires: - '-1' pragma: @@ -221,14 +368,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +384,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:56 GMT + - Thu, 16 Mar 2023 03:41:37 GMT expires: - '-1' pragma: @@ -271,14 +418,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -287,7 +434,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:26 GMT + - Thu, 16 Mar 2023 03:42:07 GMT expires: - '-1' pragma: @@ -321,14 +468,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -337,7 +484,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:56 GMT + - Thu, 16 Mar 2023 03:42:37 GMT expires: - '-1' pragma: @@ -371,14 +518,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -387,7 +534,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:26 GMT + - Thu, 16 Mar 2023 03:43:07 GMT expires: - '-1' pragma: @@ -421,14 +568,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -437,7 +584,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:56 GMT + - Thu, 16 Mar 2023 03:43:37 GMT expires: - '-1' pragma: @@ -471,14 +618,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -487,7 +634,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:26 GMT + - Thu, 16 Mar 2023 03:44:07 GMT expires: - '-1' pragma: @@ -521,14 +668,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -537,7 +684,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:56 GMT + - Thu, 16 Mar 2023 03:44:37 GMT expires: - '-1' pragma: @@ -571,14 +718,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" headers: cache-control: - no-cache @@ -587,7 +734,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:26 GMT + - Thu, 16 Mar 2023 03:45:07 GMT expires: - '-1' pragma: @@ -621,15 +768,115 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4647b2b4-2588-498e-9c27-51d8425bcf94?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"b4b24746-8825-8e49-9c27-51d8425bcf94\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:33:26.0119831Z\",\n \"endTime\": - \"2022-11-24T11:38:27.9567242Z\"\n }" + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:45:38 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:46:08 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: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5f8af597-2768-4319-a564-964e7369ccec?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"97f58a5f-6827-1943-a564-964e7369ccec\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:39:07.4326935Z\",\n \"endTime\": + \"2023-03-16T03:46:20.0817734Z\"\n }" headers: cache-control: - no-cache @@ -638,7 +885,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:56 GMT + - Thu, 16 Mar 2023 03:46:38 GMT expires: - '-1' pragma: @@ -672,8 +919,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -682,23 +929,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ee2dddbf.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-ee2dddbf.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-00x2nh9y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-00x2nh9y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -706,7 +953,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/7d91149e-9958-400d-ac71-201f7c2f2c7e\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/73fc6e7c-163d-49a5-a7fa-cacf1bde4309\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -726,11 +973,11 @@ interactions: cache-control: - no-cache content-length: - - '4086' + - '4082' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:57 GMT + - Thu, 16 Mar 2023 03:46:38 GMT expires: - '-1' pragma: @@ -762,8 +1009,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -775,22 +1022,22 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '1139' + - '1137' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:57 GMT + - Thu, 16 Mar 2023 03:46:39 GMT expires: - '-1' pragma: @@ -832,8 +1079,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -846,23 +1093,23 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1081' + - '1079' content-type: - application/json date: - - Thu, 24 Nov 2022 11:39:00 GMT + - Thu, 16 Mar 2023 03:46:42 GMT expires: - '-1' pragma: @@ -874,7 +1121,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1194' status: code: 201 message: Created @@ -892,14 +1139,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -908,7 +1155,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:39:30 GMT + - Thu, 16 Mar 2023 03:47:12 GMT expires: - '-1' pragma: @@ -940,14 +1187,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -956,7 +1203,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:01 GMT + - Thu, 16 Mar 2023 03:47:42 GMT expires: - '-1' pragma: @@ -988,14 +1235,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -1004,7 +1251,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:31 GMT + - Thu, 16 Mar 2023 03:48:12 GMT expires: - '-1' pragma: @@ -1036,14 +1283,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -1052,7 +1299,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:41:00 GMT + - Thu, 16 Mar 2023 03:48:43 GMT expires: - '-1' pragma: @@ -1084,14 +1331,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -1100,7 +1347,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:41:31 GMT + - Thu, 16 Mar 2023 03:49:13 GMT expires: - '-1' pragma: @@ -1132,14 +1379,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -1148,7 +1395,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:42:01 GMT + - Thu, 16 Mar 2023 03:49:42 GMT expires: - '-1' pragma: @@ -1180,14 +1427,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -1196,7 +1443,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:42:31 GMT + - Thu, 16 Mar 2023 03:50:12 GMT expires: - '-1' pragma: @@ -1228,14 +1475,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -1244,7 +1491,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:01 GMT + - Thu, 16 Mar 2023 03:50:43 GMT expires: - '-1' pragma: @@ -1276,14 +1523,14 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" headers: cache-control: - no-cache @@ -1292,7 +1539,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:31 GMT + - Thu, 16 Mar 2023 03:51:13 GMT expires: - '-1' pragma: @@ -1324,15 +1571,63 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/61b830cd-7657-4d3e-b5a8-785f1e3d0eb3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cd30b861-5776-3e4d-b5a8-785f1e3d0eb3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:39:01.0803553Z\",\n \"endTime\": - \"2022-11-24T11:43:39.8565989Z\"\n }" + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:51:43 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a54ac51c-266c-4883-adfc-1b7785174c49?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1cc54aa5-6c26-8348-adfc-1b7785174c49\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:46:43.0160808Z\",\n \"endTime\": + \"2023-03-16T03:51:49.2787382Z\"\n }" headers: cache-control: - no-cache @@ -1341,7 +1636,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:01 GMT + - Thu, 16 Mar 2023 03:52:13 GMT expires: - '-1' pragma: @@ -1373,8 +1668,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -1387,21 +1682,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1082' + - '1080' content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:02 GMT + - Thu, 16 Mar 2023 03:52:13 GMT expires: - '-1' pragma: @@ -1433,8 +1728,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1443,20 +1738,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ee2dddbf.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-ee2dddbf.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-00x2nh9y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-00x2nh9y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1464,14 +1759,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1479,7 +1774,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/7d91149e-9958-400d-ac71-201f7c2f2c7e\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/73fc6e7c-163d-49a5-a7fa-cacf1bde4309\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1499,11 +1794,11 @@ interactions: cache-control: - no-cache content-length: - - '4966' + - '4960' content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:02 GMT + - Thu, 16 Mar 2023 03:52:14 GMT expires: - '-1' pragma: @@ -1523,22 +1818,22 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}, {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Windows", "osSKU": "Windows2019", "enableAutoScaling": false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": "User", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "npwin"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "enableCSIProxy": true, "gmsaProfile": {"enabled": true}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": @@ -1547,7 +1842,7 @@ interactions: "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1, "countIPv6": 0}, - "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/7d91149e-9958-400d-ac71-201f7c2f2c7e"}], + "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/73fc6e7c-163d-49a5-a7fa-cacf1bde4309"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -1566,14 +1861,14 @@ interactions: Connection: - keep-alive Content-Length: - - '3277' + - '3274' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1582,20 +1877,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Upgrading\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ee2dddbf.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-ee2dddbf.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-00x2nh9y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-00x2nh9y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1603,14 +1898,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true,\n \ \"gmsaProfile\": {\n \"enabled\": true,\n \"dnsServer\": \"\",\n @@ -1620,7 +1915,7 @@ interactions: \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/7d91149e-9958-400d-ac71-201f7c2f2c7e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/73fc6e7c-163d-49a5-a7fa-cacf1bde4309\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1638,15 +1933,15 @@ interactions: {\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/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 cache-control: - no-cache content-length: - - '5064' + - '5058' content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:06 GMT + - Thu, 16 Mar 2023 03:52:17 GMT expires: - '-1' pragma: @@ -1662,7 +1957,151 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:52:47 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:53:18 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 update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:53:47 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 @@ -1680,14 +2119,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -1696,7 +2135,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:36 GMT + - Thu, 16 Mar 2023 03:54:17 GMT expires: - '-1' pragma: @@ -1728,14 +2167,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -1744,7 +2183,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:06 GMT + - Thu, 16 Mar 2023 03:54:48 GMT expires: - '-1' pragma: @@ -1776,14 +2215,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -1792,7 +2231,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:37 GMT + - Thu, 16 Mar 2023 03:55:17 GMT expires: - '-1' pragma: @@ -1824,14 +2263,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -1840,7 +2279,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:46:07 GMT + - Thu, 16 Mar 2023 03:55:48 GMT expires: - '-1' pragma: @@ -1872,14 +2311,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -1888,7 +2327,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:46:37 GMT + - Thu, 16 Mar 2023 03:56:18 GMT expires: - '-1' pragma: @@ -1920,14 +2359,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -1936,7 +2375,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:07 GMT + - Thu, 16 Mar 2023 03:56:47 GMT expires: - '-1' pragma: @@ -1968,14 +2407,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -1984,7 +2423,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:38 GMT + - Thu, 16 Mar 2023 03:57:18 GMT expires: - '-1' pragma: @@ -2016,14 +2455,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2032,7 +2471,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:48:08 GMT + - Thu, 16 Mar 2023 03:57:48 GMT expires: - '-1' pragma: @@ -2064,14 +2503,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2080,7 +2519,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:48:37 GMT + - Thu, 16 Mar 2023 03:58:18 GMT expires: - '-1' pragma: @@ -2112,14 +2551,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2128,7 +2567,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:49:08 GMT + - Thu, 16 Mar 2023 03:58:48 GMT expires: - '-1' pragma: @@ -2160,14 +2599,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2176,7 +2615,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:49:38 GMT + - Thu, 16 Mar 2023 03:59:19 GMT expires: - '-1' pragma: @@ -2208,14 +2647,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2224,7 +2663,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:50:08 GMT + - Thu, 16 Mar 2023 03:59:48 GMT expires: - '-1' pragma: @@ -2256,14 +2695,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2272,7 +2711,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:50:38 GMT + - Thu, 16 Mar 2023 04:00:18 GMT expires: - '-1' pragma: @@ -2304,14 +2743,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2320,7 +2759,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:51:08 GMT + - Thu, 16 Mar 2023 04:00:49 GMT expires: - '-1' pragma: @@ -2352,14 +2791,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2368,7 +2807,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:51:38 GMT + - Thu, 16 Mar 2023 04:01:19 GMT expires: - '-1' pragma: @@ -2400,14 +2839,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2416,7 +2855,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:52:09 GMT + - Thu, 16 Mar 2023 04:01:49 GMT expires: - '-1' pragma: @@ -2448,14 +2887,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2464,7 +2903,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:52:38 GMT + - Thu, 16 Mar 2023 04:02:19 GMT expires: - '-1' pragma: @@ -2496,14 +2935,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2512,7 +2951,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:53:08 GMT + - Thu, 16 Mar 2023 04:02:49 GMT expires: - '-1' pragma: @@ -2544,14 +2983,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2560,7 +2999,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:53:38 GMT + - Thu, 16 Mar 2023 04:03:19 GMT expires: - '-1' pragma: @@ -2592,14 +3031,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2608,7 +3047,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:54:09 GMT + - Thu, 16 Mar 2023 04:03:49 GMT expires: - '-1' pragma: @@ -2640,14 +3079,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2656,7 +3095,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:54:39 GMT + - Thu, 16 Mar 2023 04:04:19 GMT expires: - '-1' pragma: @@ -2688,14 +3127,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\"\n }" headers: cache-control: - no-cache @@ -2704,7 +3143,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:55:09 GMT + - Thu, 16 Mar 2023 04:04:49 GMT expires: - '-1' pragma: @@ -2736,15 +3175,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/20936dfb-e555-46bb-b66e-1e26103fbeab?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7af8be50-87ae-480b-b8ca-5383120c9937?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"fb6d9320-55e5-bb46-b66e-1e26103fbeab\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:44:07.0074115Z\",\n \"endTime\": - \"2022-11-24T11:55:27.5799959Z\"\n }" + string: "{\n \"name\": \"50bef87a-ae87-0b48-b8ca-5383120c9937\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:52:17.9671965Z\",\n \"endTime\": + \"2023-03-16T04:05:07.9389145Z\"\n }" headers: cache-control: - no-cache @@ -2753,7 +3192,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:55:38 GMT + - Thu, 16 Mar 2023 04:05:19 GMT expires: - '-1' pragma: @@ -2785,8 +3224,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-windows-gmsa --yes --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -2795,20 +3234,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-ee2dddbf.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-ee2dddbf.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-00x2nh9y.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-00x2nh9y.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -2816,14 +3255,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true,\n \ \"gmsaProfile\": {\n \"enabled\": true,\n \"dnsServer\": \"\",\n @@ -2833,7 +3272,7 @@ interactions: \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/7d91149e-9958-400d-ac71-201f7c2f2c7e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/73fc6e7c-163d-49a5-a7fa-cacf1bde4309\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -2853,11 +3292,11 @@ interactions: cache-control: - no-cache content-length: - - '5064' + - '5058' content-type: - application/json date: - - Thu, 24 Nov 2022 11:55:39 GMT + - Thu, 16 Mar 2023 04:05:19 GMT expires: - '-1' pragma: @@ -2889,8 +3328,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -2902,11 +3341,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n @@ -2916,21 +3355,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2292' + - '2288' content-type: - application/json date: - - Thu, 24 Nov 2022 11:55:40 GMT + - Thu, 16 Mar 2023 04:05:20 GMT expires: - '-1' pragma: @@ -2964,8 +3403,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -2973,17 +3412,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/59bd23f5-a126-4351-b97e-45e7e1ff7a86?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdde1805-2f2f-42bb-8fd6-3bcba8f7bfcb?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:55:41 GMT + - Thu, 16 Mar 2023 04:05:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/59bd23f5-a126-4351-b97e-45e7e1ff7a86?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/bdde1805-2f2f-42bb-8fd6-3bcba8f7bfcb?api-version=2016-03-30 pragma: - no-cache server: @@ -3013,8 +3452,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -3022,17 +3461,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/cf6cde59-ef87-41ac-b0ac-9d5887b85d79?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/34c0c205-a99e-46ab-878c-6657cf0a1dd4?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:55:42 GMT + - Thu, 16 Mar 2023 04:05:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/cf6cde59-ef87-41ac-b0ac-9d5887b85d79?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/34c0c205-a99e-46ab-878c-6657cf0a1dd4?api-version=2016-03-30 pragma: - no-cache server: @@ -3042,7 +3481,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14997' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_password.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_password.yaml old mode 100644 new mode 100755 index f3c939d665f..d0af0e5e4bb --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_password.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_password.yaml @@ -1,4 +1,51 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:46:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": @@ -9,7 +56,7 @@ interactions: "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "p@0A000003"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -33,8 +80,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -43,23 +90,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-75053e5a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-75053e5a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-gm87ba74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-gm87ba74.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -81,15 +128,15 @@ interactions: {\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/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3433' + - '3429' content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:06 GMT + - Thu, 16 Mar 2023 03:46:31 GMT expires: - '-1' pragma: @@ -101,7 +148,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1194' status: code: 201 message: Created @@ -121,23 +168,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:36 GMT + - Thu, 16 Mar 2023 03:47:02 GMT expires: - '-1' pragma: @@ -171,23 +218,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:06 GMT + - Thu, 16 Mar 2023 03:47:31 GMT expires: - '-1' pragma: @@ -221,23 +268,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:37 GMT + - Thu, 16 Mar 2023 03:48:01 GMT expires: - '-1' pragma: @@ -271,23 +318,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:07 GMT + - Thu, 16 Mar 2023 03:48:32 GMT expires: - '-1' pragma: @@ -321,23 +368,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:37 GMT + - Thu, 16 Mar 2023 03:49:02 GMT expires: - '-1' pragma: @@ -371,23 +418,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:07 GMT + - Thu, 16 Mar 2023 03:49:32 GMT expires: - '-1' pragma: @@ -421,23 +468,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:37 GMT + - Thu, 16 Mar 2023 03:50:02 GMT expires: - '-1' pragma: @@ -471,23 +518,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:06 GMT + - Thu, 16 Mar 2023 03:50:32 GMT expires: - '-1' pragma: @@ -521,23 +568,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:38 GMT + - Thu, 16 Mar 2023 03:51:02 GMT expires: - '-1' pragma: @@ -571,23 +618,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:07 GMT + - Thu, 16 Mar 2023 03:51:32 GMT expires: - '-1' pragma: @@ -621,24 +668,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9e1d2234-6c07-4a43-9680-e6e60be757ce?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"34221d9e-076c-434a-9680-e6e60be757ce\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:31:07.0655918Z\",\n \"endTime\": - \"2022-11-24T11:36:16.1724982Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:37 GMT + - Thu, 16 Mar 2023 03:52:02 GMT expires: - '-1' pragma: @@ -672,65 +718,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n - \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-75053e5a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-75053e5a.portal.hcp.westus2.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/1b9c8233-941c-41ee-9344-dcb0ae7432f2\"\n - \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n - \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n - \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n - \ \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n - \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": - {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n - \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '4086' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:38 GMT + - Thu, 16 Mar 2023 03:52:33 GMT expires: - '-1' pragma: @@ -752,45 +756,35 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n - \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }\n ]\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: cache-control: - no-cache content-length: - - '1139' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:39 GMT + - Thu, 16 Mar 2023 03:53:03 GMT expires: - '-1' pragma: @@ -809,60 +803,38 @@ interactions: code: 200 message: OK - request: - body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": - 0, "workloadRuntime": "OCIContainer", "osType": "Windows", "enableAutoScaling": - false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": - "User", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": - -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, - "enableFIPS": false, "networkProfile": {}}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive - Content-Length: - - '528' - Content-Type: - - application/json ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n - \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1081' + - '125' content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:41 GMT + - Thu, 16 Mar 2023 03:53:33 GMT expires: - '-1' pragma: @@ -871,13 +843,15 @@ interactions: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1194' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -886,29 +860,32 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4a52d7b-29a5-41c8-9f14-b6077df6438a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"7b2da5f4-a529-c841-9f14-b6077df6438a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:46:32.278322Z\",\n \"endTime\": + \"2023-03-16T03:53:50.5137865Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '169' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:11 GMT + - Thu, 16 Mar 2023 03:54:03 GMT expires: - '-1' pragma: @@ -934,29 +911,73 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-gm87ba74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-gm87ba74.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": + {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n + \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/fbfbbb21-3aac-435b-9bdf-1bedbd547d6f\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n + \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n + \ \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '125' + - '4082' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:42 GMT + - Thu, 16 Mar 2023 03:54:03 GMT expires: - '-1' pragma: @@ -978,7 +999,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -988,23 +1009,35 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n + \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '125' + - '1137' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:12 GMT + - Thu, 16 Mar 2023 03:54:04 GMT expires: - '-1' pragma: @@ -1022,6 +1055,76 @@ interactions: status: code: 200 message: OK +- request: + body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": + 0, "workloadRuntime": "OCIContainer", "osType": "Windows", "enableAutoScaling": + false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": + "User", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": + -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, + "enableFIPS": false, "networkProfile": {}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + Content-Length: + - '528' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview + response: + body: + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n + \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '1079' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:54:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: @@ -1036,23 +1139,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:46 GMT + - Thu, 16 Mar 2023 03:54:36 GMT expires: - '-1' pragma: @@ -1084,23 +1187,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:39:16 GMT + - Thu, 16 Mar 2023 03:55:06 GMT expires: - '-1' pragma: @@ -1132,23 +1235,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:39:46 GMT + - Thu, 16 Mar 2023 03:55:37 GMT expires: - '-1' pragma: @@ -1180,23 +1283,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:16 GMT + - Thu, 16 Mar 2023 03:56:07 GMT expires: - '-1' pragma: @@ -1228,23 +1331,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:47 GMT + - Thu, 16 Mar 2023 03:56:37 GMT expires: - '-1' pragma: @@ -1276,23 +1379,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:41:16 GMT + - Thu, 16 Mar 2023 03:57:07 GMT expires: - '-1' pragma: @@ -1324,23 +1427,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:41:47 GMT + - Thu, 16 Mar 2023 03:57:37 GMT expires: - '-1' pragma: @@ -1372,23 +1475,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:42:16 GMT + - Thu, 16 Mar 2023 03:58:07 GMT expires: - '-1' pragma: @@ -1420,23 +1523,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:42:46 GMT + - Thu, 16 Mar 2023 03:58:37 GMT expires: - '-1' pragma: @@ -1468,23 +1571,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:17 GMT + - Thu, 16 Mar 2023 03:59:07 GMT expires: - '-1' pragma: @@ -1516,24 +1619,24 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/863e5651-ebc1-48de-9a68-6e05442211d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/23159ad1-dd50-4599-835c-1d1fcefecbfd?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"51563e86-c1eb-de48-9a68-6e05442211d3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:36:42.415125Z\",\n \"endTime\": - \"2022-11-24T11:43:29.5280575Z\"\n }" + string: "{\n \"name\": \"d19a1523-50dd-9945-835c-1d1fcefecbfd\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:54:07.1707015Z\",\n \"endTime\": + \"2023-03-16T03:59:37.2731391Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:47 GMT + - Thu, 16 Mar 2023 03:59:37 GMT expires: - '-1' pragma: @@ -1565,8 +1668,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -1579,21 +1682,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: cache-control: - no-cache content-length: - - '1082' + - '1080' content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:47 GMT + - Thu, 16 Mar 2023 03:59:38 GMT expires: - '-1' pragma: @@ -1625,8 +1728,8 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1635,20 +1738,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-75053e5a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-75053e5a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-gm87ba74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-gm87ba74.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1656,14 +1759,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1671,7 +1774,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/1b9c8233-941c-41ee-9344-dcb0ae7432f2\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/fbfbbb21-3aac-435b-9bdf-1bedbd547d6f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1691,11 +1794,11 @@ interactions: cache-control: - no-cache content-length: - - '4966' + - '4960' content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:48 GMT + - Thu, 16 Mar 2023 03:59:38 GMT expires: - '-1' pragma: @@ -1715,22 +1818,22 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}, {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": "Windows", "osSKU": "Windows2019", "enableAutoScaling": false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": "User", "orchestratorVersion": - "1.23.12", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "npwin"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "n!C3000004", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": @@ -1739,7 +1842,7 @@ interactions: "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1, "countIPv6": 0}, - "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/1b9c8233-941c-41ee-9344-dcb0ae7432f2"}], + "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/fbfbbb21-3aac-435b-9bdf-1bedbd547d6f"}], "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -1756,14 +1859,14 @@ interactions: Connection: - keep-alive Content-Length: - - '3274' + - '3271' Content-Type: - application/json ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1772,20 +1875,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-75053e5a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-75053e5a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-gm87ba74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-gm87ba74.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -1793,14 +1896,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -1808,7 +1911,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/1b9c8233-941c-41ee-9344-dcb0ae7432f2\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/fbfbbb21-3aac-435b-9bdf-1bedbd547d6f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -1826,15 +1929,15 @@ interactions: {\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/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4963' + - '4957' content-type: - application/json date: - - Thu, 24 Nov 2022 11:43:51 GMT + - Thu, 16 Mar 2023 03:59:41 GMT expires: - '-1' pragma: @@ -1850,7 +1953,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1194' status: code: 200 message: OK @@ -1868,14 +1971,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -1884,7 +1987,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:21 GMT + - Thu, 16 Mar 2023 04:00:11 GMT expires: - '-1' pragma: @@ -1916,14 +2019,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -1932,7 +2035,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:44:52 GMT + - Thu, 16 Mar 2023 04:00:41 GMT expires: - '-1' pragma: @@ -1964,14 +2067,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -1980,7 +2083,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:22 GMT + - Thu, 16 Mar 2023 04:01:11 GMT expires: - '-1' pragma: @@ -2012,14 +2115,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2028,7 +2131,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:45:52 GMT + - Thu, 16 Mar 2023 04:01:42 GMT expires: - '-1' pragma: @@ -2060,14 +2163,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2076,7 +2179,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:46:21 GMT + - Thu, 16 Mar 2023 04:02:11 GMT expires: - '-1' pragma: @@ -2108,14 +2211,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2124,7 +2227,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:46:51 GMT + - Thu, 16 Mar 2023 04:02:41 GMT expires: - '-1' pragma: @@ -2156,14 +2259,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2172,7 +2275,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:21 GMT + - Thu, 16 Mar 2023 04:03:11 GMT expires: - '-1' pragma: @@ -2204,14 +2307,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2220,7 +2323,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:47:51 GMT + - Thu, 16 Mar 2023 04:03:42 GMT expires: - '-1' pragma: @@ -2252,14 +2355,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2268,7 +2371,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:48:22 GMT + - Thu, 16 Mar 2023 04:04:12 GMT expires: - '-1' pragma: @@ -2300,14 +2403,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2316,7 +2419,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:48:52 GMT + - Thu, 16 Mar 2023 04:04:42 GMT expires: - '-1' pragma: @@ -2348,14 +2451,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2364,7 +2467,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:49:22 GMT + - Thu, 16 Mar 2023 04:05:12 GMT expires: - '-1' pragma: @@ -2396,14 +2499,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2412,7 +2515,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:49:52 GMT + - Thu, 16 Mar 2023 04:05:42 GMT expires: - '-1' pragma: @@ -2444,14 +2547,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2460,7 +2563,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:50:22 GMT + - Thu, 16 Mar 2023 04:06:12 GMT expires: - '-1' pragma: @@ -2492,14 +2595,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2508,7 +2611,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:50:52 GMT + - Thu, 16 Mar 2023 04:06:42 GMT expires: - '-1' pragma: @@ -2540,14 +2643,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2556,7 +2659,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:51:22 GMT + - Thu, 16 Mar 2023 04:07:12 GMT expires: - '-1' pragma: @@ -2588,14 +2691,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2604,7 +2707,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:51:52 GMT + - Thu, 16 Mar 2023 04:07:42 GMT expires: - '-1' pragma: @@ -2636,14 +2739,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2652,7 +2755,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:52:23 GMT + - Thu, 16 Mar 2023 04:08:12 GMT expires: - '-1' pragma: @@ -2684,14 +2787,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2700,7 +2803,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:52:53 GMT + - Thu, 16 Mar 2023 04:08:42 GMT expires: - '-1' pragma: @@ -2732,14 +2835,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2748,7 +2851,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:53:23 GMT + - Thu, 16 Mar 2023 04:09:13 GMT expires: - '-1' pragma: @@ -2780,14 +2883,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2796,7 +2899,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:53:53 GMT + - Thu, 16 Mar 2023 04:09:43 GMT expires: - '-1' pragma: @@ -2828,14 +2931,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2844,7 +2947,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:54:23 GMT + - Thu, 16 Mar 2023 04:10:13 GMT expires: - '-1' pragma: @@ -2876,14 +2979,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2892,7 +2995,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:54:53 GMT + - Thu, 16 Mar 2023 04:10:43 GMT expires: - '-1' pragma: @@ -2924,14 +3027,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2940,7 +3043,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:55:24 GMT + - Thu, 16 Mar 2023 04:11:13 GMT expires: - '-1' pragma: @@ -2972,14 +3075,14 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\"\n }" headers: cache-control: - no-cache @@ -2988,7 +3091,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:55:54 GMT + - Thu, 16 Mar 2023 04:11:43 GMT expires: - '-1' pragma: @@ -3020,15 +3123,15 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0c93f9ee-f6cf-4257-a675-efff28cacc68?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e3ad1f55-1ba0-4fb5-9f76-638f78a169f8?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eef9930c-cff6-5742-a675-efff28cacc68\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:43:51.8970615Z\",\n \"endTime\": - \"2022-11-24T11:55:56.1229157Z\"\n }" + string: "{\n \"name\": \"551fade3-a01b-b54f-9f76-638f78a169f8\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:59:41.7969571Z\",\n \"endTime\": + \"2023-03-16T04:11:46.0949802Z\"\n }" headers: cache-control: - no-cache @@ -3037,7 +3140,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:56:24 GMT + - Thu, 16 Mar 2023 04:12:14 GMT expires: - '-1' pragma: @@ -3069,8 +3172,8 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -3079,20 +3182,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-75053e5a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-75053e5a.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-gm87ba74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-gm87ba74.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -3100,14 +3203,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -3115,7 +3218,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/1b9c8233-941c-41ee-9344-dcb0ae7432f2\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/fbfbbb21-3aac-435b-9bdf-1bedbd547d6f\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -3135,11 +3238,11 @@ interactions: cache-control: - no-cache content-length: - - '4966' + - '4960' content-type: - application/json date: - - Thu, 24 Nov 2022 11:56:24 GMT + - Thu, 16 Mar 2023 04:12:14 GMT expires: - '-1' pragma: @@ -3171,8 +3274,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: @@ -3184,11 +3287,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n @@ -3198,21 +3301,21 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.4010.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '2292' + - '2288' content-type: - application/json date: - - Thu, 24 Nov 2022 11:56:24 GMT + - Thu, 16 Mar 2023 04:12:15 GMT expires: - '-1' pragma: @@ -3246,8 +3349,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -3255,17 +3358,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/29a95bd0-ce38-4042-a52a-c5ac73bcc152?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bac9ed2b-0ca2-4b9f-adda-f56b89b389f3?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 11:56:25 GMT + - Thu, 16 Mar 2023 04:12:15 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/29a95bd0-ce38-4042-a52a-c5ac73bcc152?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/bac9ed2b-0ca2-4b9f-adda-f56b89b389f3?api-version=2016-03-30 pragma: - no-cache server: @@ -3275,7 +3378,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14995' + - '14992' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_workload_identity.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_workload_identity.yaml old mode 100644 new mode 100755 index 1d2ff07ba29..5ca5212a507 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_workload_identity.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_workload_identity.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 04:01:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitesth5t3wac66-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestj3ejvymjq-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -9,7 +55,7 @@ interactions: false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "oidcIssuerProfile": {"enabled": true}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", @@ -35,8 +81,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -45,23 +91,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth5t3wac66-79a739\",\n \"fqdn\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ejvymjq-79a739\",\n \"fqdn\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n @@ -77,22 +123,22 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/60c27de3-b6f8-49ec-9bea-5d795e7da92c/\"\n + true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/773eb981-74ca-4fb1-8317-2d3b772b5b50/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3613' + - '3609' content-type: - application/json date: - - Thu, 24 Nov 2022 11:30:37 GMT + - Thu, 16 Mar 2023 04:01:55 GMT expires: - '-1' pragma: @@ -104,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -123,14 +169,112 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:02:25 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:02:55 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -139,7 +283,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:07 GMT + - Thu, 16 Mar 2023 04:03:25 GMT expires: - '-1' pragma: @@ -172,14 +316,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -188,7 +332,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:31:38 GMT + - Thu, 16 Mar 2023 04:03:55 GMT expires: - '-1' pragma: @@ -221,14 +365,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -237,7 +381,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:07 GMT + - Thu, 16 Mar 2023 04:04:26 GMT expires: - '-1' pragma: @@ -270,14 +414,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -286,7 +430,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:32:38 GMT + - Thu, 16 Mar 2023 04:04:56 GMT expires: - '-1' pragma: @@ -319,14 +463,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -335,7 +479,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:08 GMT + - Thu, 16 Mar 2023 04:05:26 GMT expires: - '-1' pragma: @@ -368,14 +512,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -384,7 +528,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:33:37 GMT + - Thu, 16 Mar 2023 04:05:56 GMT expires: - '-1' pragma: @@ -417,14 +561,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -433,7 +577,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:07 GMT + - Thu, 16 Mar 2023 04:06:26 GMT expires: - '-1' pragma: @@ -466,14 +610,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -482,7 +626,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:38 GMT + - Thu, 16 Mar 2023 04:06:55 GMT expires: - '-1' pragma: @@ -515,14 +659,14 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" headers: cache-control: - no-cache @@ -531,7 +675,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:08 GMT + - Thu, 16 Mar 2023 04:07:26 GMT expires: - '-1' pragma: @@ -564,15 +708,260 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/75900cd4-74c2-48c6-9fad-fafefc757472?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d40c9075-c274-c648-9fad-fafefc757472\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:30:33.7196905Z\",\n \"endTime\": - \"2022-11-24T11:35:22.6969372Z\"\n }" + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:07:56 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:08:26 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:08:56 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:09:26 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:09:56 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: + - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer + --ssh-key-value --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c9aa1010-e24b-498e-8de0-578eb57932c1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"1010aac9-4be2-8e49-8de0-578eb57932c1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T04:01:55.6101179Z\",\n \"endTime\": + \"2023-03-16T04:09:58.5934891Z\"\n }" headers: cache-control: - no-cache @@ -581,7 +970,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:38 GMT + - Thu, 16 Mar 2023 04:10:27 GMT expires: - '-1' pragma: @@ -614,8 +1003,8 @@ interactions: - --resource-group --name --location --enable-managed-identity --enable-oidc-issuer --ssh-key-value --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -624,30 +1013,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth5t3wac66-79a739\",\n \"fqdn\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ejvymjq-79a739\",\n \"fqdn\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -661,7 +1050,7 @@ interactions: true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n \ },\n \"oidcIssuerProfile\": {\n \"enabled\": true,\n \"issuerURL\": - \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/60c27de3-b6f8-49ec-9bea-5d795e7da92c/\"\n + \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/773eb981-74ca-4fb1-8317-2d3b772b5b50/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -670,11 +1059,11 @@ interactions: cache-control: - no-cache content-length: - - '4266' + - '4262' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:38 GMT + - Thu, 16 Mar 2023 04:10:27 GMT expires: - '-1' pragma: @@ -706,8 +1095,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -716,30 +1105,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth5t3wac66-79a739\",\n \"fqdn\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ejvymjq-79a739\",\n \"fqdn\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -753,7 +1142,7 @@ interactions: true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n \ },\n \"oidcIssuerProfile\": {\n \"enabled\": true,\n \"issuerURL\": - \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/60c27de3-b6f8-49ec-9bea-5d795e7da92c/\"\n + \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/773eb981-74ca-4fb1-8317-2d3b772b5b50/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -762,11 +1151,11 @@ interactions: cache-control: - no-cache content-length: - - '4266' + - '4262' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:39 GMT + - Thu, 16 Mar 2023 04:10:28 GMT expires: - '-1' pragma: @@ -786,23 +1175,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitesth5t3wac66-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestj3ejvymjq-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": true}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -821,14 +1210,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2701' + - '2699' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -837,30 +1226,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth5t3wac66-79a739\",\n \"fqdn\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ejvymjq-79a739\",\n \"fqdn\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -874,22 +1263,22 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/60c27de3-b6f8-49ec-9bea-5d795e7da92c/\"\n + true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/773eb981-74ca-4fb1-8317-2d3b772b5b50/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/18d1c98b-a496-42f7-b18b-3d4fff22f4b4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5e69828-5245-4799-b757-54c70bba051d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4321' + - '4317' content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:41 GMT + - Thu, 16 Mar 2023 04:10:31 GMT expires: - '-1' pragma: @@ -905,7 +1294,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 200 message: OK @@ -923,14 +1312,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18d1c98b-a496-42f7-b18b-3d4fff22f4b4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5e69828-5245-4799-b757-54c70bba051d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8bc9d118-96a4-f742-b18b-3d4fff22f4b4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:42.3956719Z\"\n }" + string: "{\n \"name\": \"2898e6f5-4552-9947-b757-54c70bba051d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:10:30.7058565Z\"\n }" headers: cache-control: - no-cache @@ -939,7 +1328,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:12 GMT + - Thu, 16 Mar 2023 04:11:01 GMT expires: - '-1' pragma: @@ -971,14 +1360,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18d1c98b-a496-42f7-b18b-3d4fff22f4b4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5e69828-5245-4799-b757-54c70bba051d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8bc9d118-96a4-f742-b18b-3d4fff22f4b4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:42.3956719Z\"\n }" + string: "{\n \"name\": \"2898e6f5-4552-9947-b757-54c70bba051d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:10:30.7058565Z\"\n }" headers: cache-control: - no-cache @@ -987,7 +1376,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:42 GMT + - Thu, 16 Mar 2023 04:11:31 GMT expires: - '-1' pragma: @@ -1019,15 +1408,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/18d1c98b-a496-42f7-b18b-3d4fff22f4b4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5e69828-5245-4799-b757-54c70bba051d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8bc9d118-96a4-f742-b18b-3d4fff22f4b4\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:35:42.3956719Z\",\n \"endTime\": - \"2022-11-24T11:37:05.4927087Z\"\n }" + string: "{\n \"name\": \"2898e6f5-4552-9947-b757-54c70bba051d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T04:10:30.7058565Z\",\n \"endTime\": + \"2023-03-16T04:11:56.3139604Z\"\n }" headers: cache-control: - no-cache @@ -1036,7 +1425,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:12 GMT + - Thu, 16 Mar 2023 04:12:01 GMT expires: - '-1' pragma: @@ -1068,8 +1457,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1078,30 +1467,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth5t3wac66-79a739\",\n \"fqdn\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ejvymjq-79a739\",\n \"fqdn\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1115,7 +1504,7 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/60c27de3-b6f8-49ec-9bea-5d795e7da92c/\"\n + true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/773eb981-74ca-4fb1-8317-2d3b772b5b50/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -1124,11 +1513,11 @@ interactions: cache-control: - no-cache content-length: - - '4323' + - '4319' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:12 GMT + - Thu, 16 Mar 2023 04:12:01 GMT expires: - '-1' pragma: @@ -1160,8 +1549,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1170,30 +1559,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth5t3wac66-79a739\",\n \"fqdn\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ejvymjq-79a739\",\n \"fqdn\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1207,7 +1596,7 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/60c27de3-b6f8-49ec-9bea-5d795e7da92c/\"\n + true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/773eb981-74ca-4fb1-8317-2d3b772b5b50/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -1216,11 +1605,11 @@ interactions: cache-control: - no-cache content-length: - - '4323' + - '4319' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:14 GMT + - Thu, 16 Mar 2023 04:12:02 GMT expires: - '-1' pragma: @@ -1240,23 +1629,23 @@ interactions: message: OK - request: body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.23.12", "dnsPrefix": - "cliakstest-clitesth5t3wac66-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.24.9", "dnsPrefix": + "cliakstest-clitestj3ejvymjq-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.23.12", "upgradeSettings": {}, "powerState": + "mode": "System", "orchestratorVersion": "1.24.9", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "oidcIssuerProfile": {"enabled": true}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b"}], + {"count": 1, "countIPv6": 0}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756"}], "backendPoolType": "nodeIPConfiguration"}, "podCidrs": ["10.244.0.0/16"], "serviceCidrs": ["10.0.0.0/16"], "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", @@ -1275,14 +1664,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2702' + - '2700' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1291,30 +1680,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth5t3wac66-79a739\",\n \"fqdn\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ejvymjq-79a739\",\n \"fqdn\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1328,22 +1717,22 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/60c27de3-b6f8-49ec-9bea-5d795e7da92c/\"\n + true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/773eb981-74ca-4fb1-8317-2d3b772b5b50/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/197f9c72-1c22-4bf0-963e-94d8f2a3344d?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a221c411-94b5-4ac6-9a2e-dd98e2404878?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4322' + - '4318' content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:16 GMT + - Thu, 16 Mar 2023 04:12:05 GMT expires: - '-1' pragma: @@ -1359,7 +1748,55 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-workload-identity --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a221c411-94b5-4ac6-9a2e-dd98e2404878?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"11c421a2-b594-c64a-9a2e-dd98e2404878\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:12:05.5030597Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:12:35 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 @@ -1377,14 +1814,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/197f9c72-1c22-4bf0-963e-94d8f2a3344d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a221c411-94b5-4ac6-9a2e-dd98e2404878?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"729c7f19-221c-f04b-963e-94d8f2a3344d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:37:16.8861698Z\"\n }" + string: "{\n \"name\": \"11c421a2-b594-c64a-9a2e-dd98e2404878\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:12:05.5030597Z\"\n }" headers: cache-control: - no-cache @@ -1393,7 +1830,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:46 GMT + - Thu, 16 Mar 2023 04:13:05 GMT expires: - '-1' pragma: @@ -1425,14 +1862,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/197f9c72-1c22-4bf0-963e-94d8f2a3344d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a221c411-94b5-4ac6-9a2e-dd98e2404878?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"729c7f19-221c-f04b-963e-94d8f2a3344d\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:37:16.8861698Z\"\n }" + string: "{\n \"name\": \"11c421a2-b594-c64a-9a2e-dd98e2404878\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:12:05.5030597Z\"\n }" headers: cache-control: - no-cache @@ -1441,7 +1878,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:17 GMT + - Thu, 16 Mar 2023 04:13:35 GMT expires: - '-1' pragma: @@ -1473,15 +1910,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/197f9c72-1c22-4bf0-963e-94d8f2a3344d?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a221c411-94b5-4ac6-9a2e-dd98e2404878?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"729c7f19-221c-f04b-963e-94d8f2a3344d\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:37:16.8861698Z\",\n \"endTime\": - \"2022-11-24T11:38:46.9319578Z\"\n }" + string: "{\n \"name\": \"11c421a2-b594-c64a-9a2e-dd98e2404878\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T04:12:05.5030597Z\",\n \"endTime\": + \"2023-03-16T04:13:37.3834097Z\"\n }" headers: cache-control: - no-cache @@ -1490,7 +1927,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:46 GMT + - Thu, 16 Mar 2023 04:14:05 GMT expires: - '-1' pragma: @@ -1522,8 +1959,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-workload-identity --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -1532,30 +1969,30 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitesth5t3wac66-79a739\",\n \"fqdn\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitesth5t3wac66-79a739-46cee190.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestj3ejvymjq-79a739\",\n \"fqdn\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestj3ejvymjq-79a739-icfse26r.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \"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_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e7cc72ba-96f0-408a-ae21-728b22833a6b\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/066bc092-1041-458f-b5f1-ed278a1fb756\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -1569,7 +2006,7 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true,\n \"version\": \"v1\"\n \ },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": - true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/60c27de3-b6f8-49ec-9bea-5d795e7da92c/\"\n + true,\n \"issuerURL\": \"https://westus2.oic.prod-aks.azure.com/72f988bf-86f1-41af-91ab-2d7cd011db47/773eb981-74ca-4fb1-8317-2d3b772b5b50/\"\n \ },\n \"workloadAutoScalerProfile\": {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": @@ -1578,11 +2015,11 @@ interactions: cache-control: - no-cache content-length: - - '4324' + - '4320' content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:46 GMT + - Thu, 16 Mar 2023 04:14:06 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_nodepool.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_nodepool.yaml old mode 100644 new mode 100755 index 31f4264efca..00255ca7de2 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_nodepool.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_nodepool.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.6.0 Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.2.0 Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -22,45 +22,45 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/locations/orchestrators\",\n \ \"properties\": {\n \"orchestrators\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.22.11\",\n \"upgrades\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\",\n \"upgrades\": [\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.12\"\n }\n ]\n + \"1.23.15\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.9\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.22.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.23.8\"\n },\n {\n + \"1.23.15\",\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.23.8\",\n \"upgrades\": [\n {\n + \"1.24.9\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\"\n },\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.6\"\n }\n ]\n + \"1.24.9\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.5\"\n }\n ]\n \ },\n {\n \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.23.12\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": - \"Kubernetes\",\n \"orchestratorVersion\": \"1.24.3\"\n },\n {\n + \"1.24.9\",\n \"default\": true,\n \"upgrades\": [\n {\n \"orchestratorType\": + \"Kubernetes\",\n \"orchestratorVersion\": \"1.25.4\"\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.3\",\n \"upgrades\": [\n {\n + \"1.25.5\"\n }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.25.4\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.24.6\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.25.2\",\n \"isPreview\": true\n + \"1.25.5\"\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n + \ \"orchestratorVersion\": \"1.26.0\",\n \"isPreview\": true\n \ }\n ]\n },\n {\n \"orchestratorType\": \"Kubernetes\",\n - \ \"orchestratorVersion\": \"1.24.6\",\n \"upgrades\": [\n {\n + \ \"orchestratorVersion\": \"1.25.5\",\n \"upgrades\": [\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n },\n {\n + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n },\n {\n \ \"orchestratorType\": \"Kubernetes\",\n \"orchestratorVersion\": - \"1.25.2\",\n \"isPreview\": true\n }\n ]\n }\n }" + \"1.26.0\",\n \"isPreview\": true\n }\n ]\n }\n }" headers: cache-control: - no-cache content-length: - - '2414' + - '2410' content-type: - application/json date: - - Thu, 24 Nov 2022 11:34:56 GMT + - Thu, 16 Mar 2023 04:05:22 GMT expires: - '-1' pragma: @@ -78,17 +78,64 @@ interactions: status: code: 200 message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --kubernetes-version --ssh-key-value + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000001'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 04:05:23 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "1.24.6", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": + {"kubernetesVersion": "1.25.5", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.24.6", "upgradeSettings": {}, "enableNodePublicIP": + "mode": "System", "orchestratorVersion": "1.25.5", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": @@ -112,8 +159,8 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -122,23 +169,23 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.6\",\n \"currentKubernetesVersion\": \"1.24.6\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d7979e41.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-d7979e41.portal.hcp.westus2.azmk8s.io\",\n + \"1.25.5\",\n \"currentKubernetesVersion\": \"1.25.5\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-fgt17cjg.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-fgt17cjg.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -160,7 +207,7 @@ interactions: {\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/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -168,7 +215,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:00 GMT + - Thu, 16 Mar 2023 04:05:26 GMT expires: - '-1' pragma: @@ -180,7 +227,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1197' status: code: 201 message: Created @@ -200,14 +247,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -216,7 +263,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:35:30 GMT + - Thu, 16 Mar 2023 04:05:56 GMT expires: - '-1' pragma: @@ -250,14 +297,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -266,7 +313,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:01 GMT + - Thu, 16 Mar 2023 04:06:26 GMT expires: - '-1' pragma: @@ -300,14 +347,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -316,7 +363,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:36:31 GMT + - Thu, 16 Mar 2023 04:06:56 GMT expires: - '-1' pragma: @@ -350,14 +397,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -366,7 +413,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:01 GMT + - Thu, 16 Mar 2023 04:07:26 GMT expires: - '-1' pragma: @@ -400,14 +447,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -416,7 +463,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:37:31 GMT + - Thu, 16 Mar 2023 04:07:56 GMT expires: - '-1' pragma: @@ -450,14 +497,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -466,7 +513,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:01 GMT + - Thu, 16 Mar 2023 04:08:27 GMT expires: - '-1' pragma: @@ -500,14 +547,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -516,7 +563,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:38:30 GMT + - Thu, 16 Mar 2023 04:08:57 GMT expires: - '-1' pragma: @@ -550,14 +597,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -566,7 +613,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:39:01 GMT + - Thu, 16 Mar 2023 04:09:27 GMT expires: - '-1' pragma: @@ -600,14 +647,14 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -616,7 +663,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:39:31 GMT + - Thu, 16 Mar 2023 04:09:56 GMT expires: - '-1' pragma: @@ -650,24 +697,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fab4e72-aee4-4848-873a-4b717a6e409c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"724eab4f-e4ae-4848-873a-4b717a6e409c\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:35:01.1587526Z\",\n \"endTime\": - \"2022-11-24T11:39:52.7974628Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:01 GMT + - Thu, 16 Mar 2023 04:10:26 GMT expires: - '-1' pragma: @@ -701,65 +747,23 @@ interactions: --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n - \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.6\",\n \"currentKubernetesVersion\": \"1.24.6\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d7979e41.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-d7979e41.portal.hcp.westus2.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": - {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/654d5c8c-9fbd-4e84-a3a8-240abe6088fb\"\n - \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n - \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n - \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n - \ \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n - \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": - {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n - \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": - {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache content-length: - - '4082' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:01 GMT + - Thu, 16 Mar 2023 04:10:56 GMT expires: - '-1' pragma: @@ -781,45 +785,35 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n - \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.24.6\",\n \"currentOrchestratorVersion\": - \"1.24.6\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }\n ]\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache content-length: - - '1137' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:02 GMT + - Thu, 16 Mar 2023 04:11:27 GMT expires: - '-1' pragma: @@ -837,76 +831,6 @@ interactions: status: code: 200 message: OK -- request: - body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": - 0, "workloadRuntime": "OCIContainer", "osType": "Windows", "enableAutoScaling": - false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": - "User", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": - -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, - "enableFIPS": false, "networkProfile": {}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks nodepool add - Connection: - - keep-alive - Content-Length: - - '528' - Content-Type: - - application/json - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview - response: - body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n - \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 - cache-control: - - no-cache - content-length: - - '1079' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:40:06 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1195' - status: - code: 201 - message: Created - request: body: null headers: @@ -915,20 +839,22 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -937,7 +863,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:40:36 GMT + - Thu, 16 Mar 2023 04:11:57 GMT expires: - '-1' pragma: @@ -963,20 +889,22 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\"\n }" headers: cache-control: - no-cache @@ -985,7 +913,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:41:06 GMT + - Thu, 16 Mar 2023 04:12:27 GMT expires: - '-1' pragma: @@ -1011,29 +939,32 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/46153bbf-e29a-4df5-bac4-3ca81f2b882e?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" + string: "{\n \"name\": \"bf3b1546-9ae2-f54d-bac4-3ca81f2b882e\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T04:05:26.6735027Z\",\n \"endTime\": + \"2023-03-16T04:12:54.2466944Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:41:36 GMT + - Thu, 16 Mar 2023 04:12:57 GMT expires: - '-1' pragma: @@ -1059,29 +990,73 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks nodepool add + - aks create Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count + - --resource-group --name --location --dns-name-prefix --node-count --windows-admin-username + --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin + --kubernetes-version --ssh-key-value User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.5\",\n \"currentKubernetesVersion\": \"1.25.5\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-fgt17cjg.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-fgt17cjg.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": + {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": + {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n + \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/c30cddb5-f8ff-4c72-90e4-e727834fcca5\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n + \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n + \ \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '126' + - '4082' content-type: - application/json date: - - Thu, 24 Nov 2022 11:42:06 GMT + - Thu, 16 Mar 2023 04:12:58 GMT expires: - '-1' pragma: @@ -1103,7 +1078,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -1113,23 +1088,35 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n + \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.25.5\",\n \"currentOrchestratorVersion\": + \"1.25.5\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '126' + - '1137' content-type: - application/json date: - - Thu, 24 Nov 2022 11:42:36 GMT + - Thu, 16 Mar 2023 04:12:59 GMT expires: - '-1' pragma: @@ -1148,916 +1135,60 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": + 0, "workloadRuntime": "OCIContainer", "osType": "Windows", "enableAutoScaling": + false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": + "User", "upgradeSettings": {}, "enableNodePublicIP": false, "enableCustomCATrust": + false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": + -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, + "enableFIPS": false, "networkProfile": {}}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - aks nodepool add Connection: - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:43:06 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:43:37 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:44:07 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:44:36 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: + Content-Length: + - '528' + Content-Type: - application/json - date: - - Thu, 24 Nov 2022 11:45:06 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 nodepool add - Connection: - - keep-alive ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:45:36 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a01ae0ee-cd99-40f7-ac33-9821eaada3a0?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"eee01aa0-99cd-f740-ac33-9821eaada3a0\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:40:06.4595532Z\",\n \"endTime\": - \"2022-11-24T11:45:40.985306Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '169' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:46:06 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 nodepool add - Connection: - - keep-alive - ParameterSetName: - - --resource-group --cluster-name --name --os-type --node-count - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n - \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n - \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n }" - headers: - cache-control: - - no-cache - content-length: - - '1080' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:46:07 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: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks upgrade - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --kubernetes-version --yes - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview - response: - body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n - \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.24.6\",\n \"currentKubernetesVersion\": \"1.24.6\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d7979e41.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-d7979e41.portal.hcp.westus2.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n - \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.24.6\",\n \"currentOrchestratorVersion\": \"1.24.6\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/654d5c8c-9fbd-4e84-a3a8-240abe6088fb\"\n - \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n - \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n - \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n - \ \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n - \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": - {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '4960' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:46:08 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: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": - {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.25.2", "dnsPrefix": - "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", - "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": - "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": - false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": - false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": - false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}, {"count": - 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", - "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": - "Windows", "osSKU": "Windows2019", "enableAutoScaling": false, "scaleDownMode": - "Delete", "type": "VirtualMachineScaleSets", "mode": "User", "orchestratorVersion": - "1.25.2", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": - false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": - false, "enableFIPS": false, "networkProfile": {}, "name": "npwin"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": - "azureuser1", "enableCSIProxy": true}, "oidcIssuerProfile": {"enabled": false}, - "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": - true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": - "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", - "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/654d5c8c-9fbd-4e84-a3a8-240abe6088fb"}], - "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], - "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", - "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, - "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {"diskCSIDriver": - {"enabled": true, "version": "v1"}, "fileCSIDriver": {"enabled": true}, "snapshotController": - {"enabled": true}}, "workloadAutoScalerProfile": {}}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks upgrade - Connection: - - keep-alive - Content-Length: - - '3272' - Content-Type: - - application/json - ParameterSetName: - - --resource-group --name --kubernetes-version --yes - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview - response: - body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n - \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Upgrading\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d7979e41.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-d7979e41.portal.hcp.westus2.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Upgrading\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n - \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n - \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Upgrading\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": - false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n - \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": - {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN - azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/654d5c8c-9fbd-4e84-a3a8-240abe6088fb\"\n - \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n - \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n - \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n - \ \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": - [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": - {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n - \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": - {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": - true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": - true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n - \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": - {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 - cache-control: - - no-cache - content-length: - - '4960' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:46:11 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 - x-ms-ratelimit-remaining-subscription-writes: - - '1195' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks upgrade - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --kubernetes-version --yes - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:46:42 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 upgrade - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --kubernetes-version --yes - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:47:12 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 upgrade - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --kubernetes-version --yes - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:47:42 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 upgrade - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --kubernetes-version --yes - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:48:12 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 upgrade - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --kubernetes-version --yes - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '125' - content-type: - - application/json - date: - - Thu, 24 Nov 2022 11:48:42 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 upgrade - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --kubernetes-version --yes - User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }" headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 cache-control: - no-cache content-length: - - '125' + - '1079' content-type: - application/json date: - - Thu, 24 Nov 2022 11:49:12 GMT + - Thu, 16 Mar 2023 04:13:01 GMT expires: - '-1' pragma: @@ -2066,15 +1197,13 @@ interactions: - nginx strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -2083,29 +1212,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:49:42 GMT + - Thu, 16 Mar 2023 04:13:31 GMT expires: - '-1' pragma: @@ -2131,29 +1260,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:50:12 GMT + - Thu, 16 Mar 2023 04:14:02 GMT expires: - '-1' pragma: @@ -2179,29 +1308,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:50:43 GMT + - Thu, 16 Mar 2023 04:14:31 GMT expires: - '-1' pragma: @@ -2227,29 +1356,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:51:12 GMT + - Thu, 16 Mar 2023 04:15:01 GMT expires: - '-1' pragma: @@ -2275,29 +1404,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:51:43 GMT + - Thu, 16 Mar 2023 04:15:31 GMT expires: - '-1' pragma: @@ -2323,29 +1452,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:52:12 GMT + - Thu, 16 Mar 2023 04:16:02 GMT expires: - '-1' pragma: @@ -2371,29 +1500,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:52:42 GMT + - Thu, 16 Mar 2023 04:16:32 GMT expires: - '-1' pragma: @@ -2419,29 +1548,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:53:12 GMT + - Thu, 16 Mar 2023 04:17:02 GMT expires: - '-1' pragma: @@ -2467,29 +1596,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:53:42 GMT + - Thu, 16 Mar 2023 04:17:31 GMT expires: - '-1' pragma: @@ -2515,29 +1644,30 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5eb11e7-9256-440b-8b63-f0e825688790?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"e711ebf5-5692-0b44-8b63-f0e825688790\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T04:13:02.0032504Z\",\n \"endTime\": + \"2023-03-16T04:18:00.0602215Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 11:54:13 GMT + - Thu, 16 Mar 2023 04:18:02 GMT expires: - '-1' pragma: @@ -2563,29 +1693,41 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks upgrade + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --kubernetes-version --yes + - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n + \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n }" headers: cache-control: - no-cache content-length: - - '125' + - '1080' content-type: - application/json date: - - Thu, 24 Nov 2022 11:54:43 GMT + - Thu, 16 Mar 2023 04:18:03 GMT expires: - '-1' pragma: @@ -2607,7 +1749,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -2617,23 +1759,77 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.25.5\",\n \"currentKubernetesVersion\": \"1.25.5\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-fgt17cjg.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-fgt17cjg.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n + \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.25.5\",\n \"currentOrchestratorVersion\": \"1.25.5\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": + {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n + \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/c30cddb5-f8ff-4c72-90e4-e727834fcca5\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n + \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n + \ \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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: - - '125' + - '4960' content-type: - application/json date: - - Thu, 24 Nov 2022 11:55:13 GMT + - Thu, 16 Mar 2023 04:18:03 GMT expires: - '-1' pragma: @@ -2652,36 +1848,127 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"location": "westus2", "sku": {"name": "Basic", "tier": "Free"}, "identity": + {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": "1.26.0", "dnsPrefix": + "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", + "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": + "OCIContainer", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "enableAutoScaling": + false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": + false, "enableFIPS": false, "networkProfile": {}, "name": "nodepool1"}, {"count": + 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", + "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", "maxPods": 30, "osType": + "Windows", "osSKU": "Windows2022", "enableAutoScaling": false, "scaleDownMode": + "Delete", "type": "VirtualMachineScaleSets", "mode": "User", "orchestratorVersion": + "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": + false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": + false, "enableFIPS": false, "networkProfile": {}, "name": "npwin"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\n"}]}}, "windowsProfile": {"adminUsername": + "azureuser1", "enableCSIProxy": true}, "oidcIssuerProfile": {"enabled": false}, + "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": + true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": + "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": + "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", + "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/c30cddb5-f8ff-4c72-90e4-e727834fcca5"}], + "backendPoolType": "nodeIPConfiguration"}, "serviceCidrs": ["10.0.0.0/16"], + "ipFamilies": ["IPv4"]}, "identityProfile": {"kubeletidentity": {"resourceId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", + "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, + "disableLocalAccounts": false, "securityProfile": {}, "storageProfile": {"diskCSIDriver": + {"enabled": true, "version": "v1"}, "fileCSIDriver": {"enabled": true}, "snapshotController": + {"enabled": true}}, "workloadAutoScalerProfile": {}}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - aks upgrade Connection: - keep-alive + Content-Length: + - '3272' + Content-Type: + - application/json ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Upgrading\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-fgt17cjg.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-fgt17cjg.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Upgrading\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n + \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n + \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n + \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Upgrading\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": + false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": + {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv + azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": + {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n + \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/c30cddb5-f8ff-4c72-90e4-e727834fcca5\"\n + \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n + \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n + \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n + \ \"serviceCidrs\": [\n \"10.0.0.0/16\"\n ],\n \"ipFamilies\": + [\n \"IPv4\"\n ]\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": + {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": + true,\n \"version\": \"v1\"\n },\n \"fileCSIDriver\": {\n \"enabled\": + true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n + \ },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": + {}\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\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/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 cache-control: - no-cache content-length: - - '125' + - '4960' content-type: - application/json date: - - Thu, 24 Nov 2022 11:55:43 GMT + - Thu, 16 Mar 2023 04:18:06 GMT expires: - '-1' pragma: @@ -2696,6 +1983,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1194' status: code: 200 message: OK @@ -2713,23 +2002,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:56:13 GMT + - Thu, 16 Mar 2023 04:18:36 GMT expires: - '-1' pragma: @@ -2761,23 +2050,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:56:43 GMT + - Thu, 16 Mar 2023 04:19:07 GMT expires: - '-1' pragma: @@ -2809,23 +2098,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:57:13 GMT + - Thu, 16 Mar 2023 04:19:37 GMT expires: - '-1' pragma: @@ -2857,23 +2146,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:57:44 GMT + - Thu, 16 Mar 2023 04:20:07 GMT expires: - '-1' pragma: @@ -2905,23 +2194,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:58:14 GMT + - Thu, 16 Mar 2023 04:20:37 GMT expires: - '-1' pragma: @@ -2953,23 +2242,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:58:44 GMT + - Thu, 16 Mar 2023 04:21:07 GMT expires: - '-1' pragma: @@ -3001,23 +2290,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:59:14 GMT + - Thu, 16 Mar 2023 04:21:37 GMT expires: - '-1' pragma: @@ -3049,23 +2338,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:59:44 GMT + - Thu, 16 Mar 2023 04:22:07 GMT expires: - '-1' pragma: @@ -3097,23 +2386,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:00:14 GMT + - Thu, 16 Mar 2023 04:22:37 GMT expires: - '-1' pragma: @@ -3145,23 +2434,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:00:45 GMT + - Thu, 16 Mar 2023 04:23:07 GMT expires: - '-1' pragma: @@ -3193,23 +2482,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:01:15 GMT + - Thu, 16 Mar 2023 04:23:37 GMT expires: - '-1' pragma: @@ -3241,23 +2530,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:01:45 GMT + - Thu, 16 Mar 2023 04:24:07 GMT expires: - '-1' pragma: @@ -3289,23 +2578,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:02:15 GMT + - Thu, 16 Mar 2023 04:24:37 GMT expires: - '-1' pragma: @@ -3337,23 +2626,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:02:45 GMT + - Thu, 16 Mar 2023 04:25:08 GMT expires: - '-1' pragma: @@ -3385,23 +2674,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:03:15 GMT + - Thu, 16 Mar 2023 04:25:38 GMT expires: - '-1' pragma: @@ -3433,23 +2722,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:03:45 GMT + - Thu, 16 Mar 2023 04:26:08 GMT expires: - '-1' pragma: @@ -3481,23 +2770,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:04:15 GMT + - Thu, 16 Mar 2023 04:26:38 GMT expires: - '-1' pragma: @@ -3529,23 +2818,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:04:45 GMT + - Thu, 16 Mar 2023 04:27:08 GMT expires: - '-1' pragma: @@ -3577,23 +2866,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:05:15 GMT + - Thu, 16 Mar 2023 04:27:38 GMT expires: - '-1' pragma: @@ -3625,23 +2914,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:05:45 GMT + - Thu, 16 Mar 2023 04:28:08 GMT expires: - '-1' pragma: @@ -3673,23 +2962,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:06:15 GMT + - Thu, 16 Mar 2023 04:28:38 GMT expires: - '-1' pragma: @@ -3721,23 +3010,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:06:45 GMT + - Thu, 16 Mar 2023 04:29:09 GMT expires: - '-1' pragma: @@ -3769,23 +3058,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:07:16 GMT + - Thu, 16 Mar 2023 04:29:39 GMT expires: - '-1' pragma: @@ -3817,23 +3106,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:07:46 GMT + - Thu, 16 Mar 2023 04:30:09 GMT expires: - '-1' pragma: @@ -3865,23 +3154,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:08:16 GMT + - Thu, 16 Mar 2023 04:30:38 GMT expires: - '-1' pragma: @@ -3913,23 +3202,23 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:08:46 GMT + - Thu, 16 Mar 2023 04:31:08 GMT expires: - '-1' pragma: @@ -3961,24 +3250,24 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/df548ff1-80b2-4b50-ad99-f80930a65c7f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fb0f366-bb01-4008-9856-94531502e9e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"f18f54df-b280-504b-ad99-f80930a65c7f\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:46:11.999833Z\",\n \"endTime\": - \"2022-11-24T12:09:14.2117647Z\"\n }" + string: "{\n \"name\": \"66f3b09f-01bb-0840-9856-94531502e9e5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T04:18:07.2546011Z\",\n \"endTime\": + \"2023-03-16T04:31:38.1449019Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 12:09:16 GMT + - Thu, 16 Mar 2023 04:31:38 GMT expires: - '-1' pragma: @@ -4010,8 +3299,8 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -4020,20 +3309,20 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.25.2\",\n \"currentKubernetesVersion\": \"1.25.2\",\n \"dnsPrefix\": - \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d7979e41.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-d7979e41.portal.hcp.westus2.azmk8s.io\",\n + \"1.26.0\",\n \"currentKubernetesVersion\": \"1.26.0\",\n \"dnsPrefix\": + \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-fgt17cjg.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-fgt17cjg.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-2204gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {}\n },\n {\n \ \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": @@ -4041,14 +3330,14 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -4056,7 +3345,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/654d5c8c-9fbd-4e84-a3a8-240abe6088fb\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/c30cddb5-f8ff-4c72-90e4-e727834fcca5\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\n },\n \ \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \ \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\",\n @@ -4080,7 +3369,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:09:17 GMT + - Thu, 16 Mar 2023 04:31:39 GMT expires: - '-1' pragma: @@ -4111,9 +3400,10 @@ interactions: - keep-alive ParameterSetName: - --resource-group --cluster-name --name --kubernetes-version --aks-custom-headers + --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -4126,10 +3416,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: @@ -4140,7 +3430,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:09:18 GMT + - Thu, 16 Mar 2023 04:31:40 GMT expires: - '-1' pragma: @@ -4161,9 +3451,9 @@ interactions: - request: body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "workloadRuntime": "OCIContainer", - "maxPods": 30, "osType": "Windows", "osSKU": "Windows2019", "enableAutoScaling": + "maxPods": 30, "osType": "Windows", "osSKU": "Windows2022", "enableAutoScaling": false, "scaleDownMode": "Delete", "type": "VirtualMachineScaleSets", "mode": - "User", "orchestratorVersion": "1.25.2", "upgradeSettings": {}, "powerState": + "User", "orchestratorVersion": "1.26.0", "upgradeSettings": {}, "powerState": {"code": "Running"}, "enableNodePublicIP": false, "enableCustomCATrust": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {}}}' @@ -4182,9 +3472,10 @@ interactions: - application/json ParameterSetName: - --resource-group --cluster-name --name --kubernetes-version --aks-custom-headers + --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) WindowsContainerRuntime: - containerd method: PUT @@ -4199,15 +3490,15 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/00e70454-4562-4fb0-9120-989109c6c5bb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0e1f7f1a-cba4-4734-8d62-449a2de65b48?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -4215,7 +3506,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:09:20 GMT + - Thu, 16 Mar 2023 04:31:43 GMT expires: - '-1' pragma: @@ -4231,7 +3522,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1196' status: code: 200 message: OK @@ -4248,16 +3539,17 @@ interactions: - keep-alive ParameterSetName: - --resource-group --cluster-name --name --kubernetes-version --aks-custom-headers + --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/00e70454-4562-4fb0-9120-989109c6c5bb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0e1f7f1a-cba4-4734-8d62-449a2de65b48?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5404e700-6245-b04f-9120-989109c6c5bb\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T12:09:20.8237138Z\",\n \"endTime\": - \"2022-11-24T12:09:30.2779795Z\"\n }" + string: "{\n \"name\": \"1a7f1f0e-a4cb-3447-8d62-449a2de65b48\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T04:31:43.8827625Z\",\n \"endTime\": + \"2023-03-16T04:31:55.1740525Z\"\n }" headers: cache-control: - no-cache @@ -4266,7 +3558,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:09:50 GMT + - Thu, 16 Mar 2023 04:32:13 GMT expires: - '-1' pragma: @@ -4297,9 +3589,10 @@ interactions: - keep-alive ParameterSetName: - --resource-group --cluster-name --name --kubernetes-version --aks-custom-headers + --yes User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2023-01-02-preview response: @@ -4312,10 +3605,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.25.2\",\n \"currentOrchestratorVersion\": \"1.25.2\",\n \"enableNodePublicIP\": + \"1.26.0\",\n \"currentOrchestratorVersion\": \"1.26.0\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"osSKU\": - \"Windows2019\",\n \"nodeImageVersion\": \"AKSWindows-2019-containerd-17763.3650.221110\",\n + \"Windows2022\",\n \"nodeImageVersion\": \"AKSWindows-2022-containerd-20348.1547.230223\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {}\n }\n }" headers: @@ -4326,7 +3619,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:09:51 GMT + - Thu, 16 Mar 2023 04:32:14 GMT expires: - '-1' pragma: @@ -4360,8 +3653,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2023-01-02-preview response: @@ -4369,17 +3662,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bea37a91-7568-4f32-af6f-d8e3aa0314e8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/65a03345-09e3-4b9c-aed8-86f1bee05b49?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 12:09:52 GMT + - Thu, 16 Mar 2023 04:32:14 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/bea37a91-7568-4f32-af6f-d8e3aa0314e8?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/65a03345-09e3-4b9c-aed8-86f1bee05b49?api-version=2016-03-30 pragma: - no-cache server: @@ -4389,7 +3682,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_node_public_ip_tags.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_node_public_ip_tags.yaml old mode 100644 new mode 100755 index 6e1e1ab7b38..d251c77d706 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_node_public_ip_tags.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_node_public_ip_tags.yaml @@ -1,7 +1,53 @@ interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ContainerService/managedClusters/cliakstest000002'' + under resource group ''clitest000001'' was not found. For more details please + go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '244' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 16 Mar 2023 03:52:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: '{"location": "westus2", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest6gmk7ea4l-79a739", + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestt72nyhzk2-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "standard_d2a_v4", "osDiskSizeGB": 0, "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": @@ -10,7 +56,7 @@ interactions: -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "networkProfile": {"nodePublicIPTags": [{"ipTagType": "RoutingPreference", "tag": "Internet"}]}, "name": "n000003"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", @@ -35,8 +81,8 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -45,25 +91,25 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest6gmk7ea4l-79a739\",\n \"fqdn\": \"cliakstest-clitest6gmk7ea4l-79a739-3149b37c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest6gmk7ea4l-79a739-3149b37c.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestt72nyhzk2-79a739\",\n \"fqdn\": \"cliakstest-clitestt72nyhzk2-79a739-dh284kyw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestt72nyhzk2-79a739-dh284kyw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"n000003\",\n \"count\": 1,\n \"vmSize\": \"standard_d2a_v4\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": true,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {\n \"nodePublicIPTags\": [\n {\n \"ipTagType\": \"RoutingPreference\",\n \"tag\": \"Internet\"\n }\n ]\n }\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n @@ -84,16 +130,308 @@ interactions: \ \"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/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 + cache-control: + - no-cache + content-length: + - '3601' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:52:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:53:24 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:53:55 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:54:24 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:54:55 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 03:55:25 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: + - --resource-group --name --location --ssh-key-value --nodepool-name --node-count + --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" + headers: cache-control: - no-cache content-length: - - '3605' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 11:56:30 GMT + - Thu, 16 Mar 2023 03:55:55 GMT expires: - '-1' pragma: @@ -102,13 +440,15 @@ interactions: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1196' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -124,14 +464,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -140,7 +480,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:57:01 GMT + - Thu, 16 Mar 2023 03:56:25 GMT expires: - '-1' pragma: @@ -173,14 +513,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -189,7 +529,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:57:31 GMT + - Thu, 16 Mar 2023 03:56:56 GMT expires: - '-1' pragma: @@ -222,14 +562,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -238,7 +578,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:58:01 GMT + - Thu, 16 Mar 2023 03:57:25 GMT expires: - '-1' pragma: @@ -271,14 +611,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -287,7 +627,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:58:30 GMT + - Thu, 16 Mar 2023 03:57:55 GMT expires: - '-1' pragma: @@ -320,14 +660,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -336,7 +676,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:59:01 GMT + - Thu, 16 Mar 2023 03:58:26 GMT expires: - '-1' pragma: @@ -369,14 +709,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -385,7 +725,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 11:59:31 GMT + - Thu, 16 Mar 2023 03:58:56 GMT expires: - '-1' pragma: @@ -418,14 +758,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -434,7 +774,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:00:01 GMT + - Thu, 16 Mar 2023 03:59:26 GMT expires: - '-1' pragma: @@ -467,14 +807,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -483,7 +823,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:00:31 GMT + - Thu, 16 Mar 2023 03:59:56 GMT expires: - '-1' pragma: @@ -516,14 +856,14 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\"\n }" headers: cache-control: - no-cache @@ -532,7 +872,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:01:01 GMT + - Thu, 16 Mar 2023 04:00:26 GMT expires: - '-1' pragma: @@ -565,15 +905,15 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7d7fa142-8e90-4533-8498-40349a09fd45?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5d9cdf09-5485-4b43-9d5a-b2c885660b4b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"42a17f7d-908e-3345-8498-40349a09fd45\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T11:56:31.1178647Z\",\n \"endTime\": - \"2022-11-24T12:01:10.8593352Z\"\n }" + string: "{\n \"name\": \"09df9c5d-8554-434b-9d5a-b2c885660b4b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T03:52:55.3267035Z\",\n \"endTime\": + \"2023-03-16T04:00:42.9580613Z\"\n }" headers: cache-control: - no-cache @@ -582,7 +922,7 @@ interactions: content-type: - application/json date: - - Thu, 24 Nov 2022 12:01:31 GMT + - Thu, 16 Mar 2023 04:00:56 GMT expires: - '-1' pragma: @@ -615,8 +955,8 @@ interactions: - --resource-group --name --location --ssh-key-value --nodepool-name --node-count --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -625,32 +965,32 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.23.12\",\n \"currentKubernetesVersion\": \"1.23.12\",\n \"dnsPrefix\": - \"cliakstest-clitest6gmk7ea4l-79a739\",\n \"fqdn\": \"cliakstest-clitest6gmk7ea4l-79a739-3149b37c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest6gmk7ea4l-79a739-3149b37c.portal.hcp.westus2.azmk8s.io\",\n + \"1.24.9\",\n \"currentKubernetesVersion\": \"1.24.9\",\n \"dnsPrefix\": + \"cliakstest-clitestt72nyhzk2-79a739\",\n \"fqdn\": \"cliakstest-clitestt72nyhzk2-79a739-dh284kyw.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestt72nyhzk2-79a739-dh284kyw.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"n000003\",\n \"count\": 1,\n \"vmSize\": \"standard_d2a_v4\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": true,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n \"upgradeSettings\": {},\n + \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \"upgradeSettings\": {},\n \ \"enableFIPS\": false,\n \"networkProfile\": {\n \"nodePublicIPTags\": [\n {\n \"ipTagType\": \"RoutingPreference\",\n \"tag\": \"Internet\"\n }\n ]\n }\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": - [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgwJ1YLtrtaF7seObyf1xaMbixzWbi2HkGaOQ4C7BPyeho2pMacCkJ0qYZa0V+Muv+22BUMr0QNBnzuEYku5uM5AZW2j4fu/cRMp+1HtZHtbGRcHD2a4iMRMfUDXUCefmVhL9WzN3JUzc5sTu2HLEaAtEKAMbT/hOL75vaYug7WFsE7U7eia+E1LFMxXa+z5aKDPLYok4JduYqdALRqElogv8QekQLwjw1kt7IZY9z4krjo4FXPHd5RDIalO0mH4eNYhxbxW6r6M/OQsqxqUAOauFzF9QgU/gFMcIZC4eU2ZbQZMbMH/l+CMAwNK8ccxOEFLSmkZiPVvQ3l1ANjJeN + [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0DWDknbqapF/MuGohfGNUMoUlE2aI2LZc8ho91GQdtq7IQypEPr4yB29oEQMwmgHlnqCOQLHTXvEPKSU0LDGrjVO7vKsYUm7bOfx1wryQ7e1eb5+GyP4fLZCY3VnCGdC2BjUjuIYTd2nG718clupwvDKgKHD0oJfzoYOoZXnyeUeVXXPwOZZmo832O4Qm8byoJXgDNA83wB7MXnaDSY59j53GKJEojn/btxiiJgMuZuvgPUEjdosrCFOHz3iPmtpC0nr79h95by4FVd5Z9bWqVT3zc1EVwIQP5M4b5ZAvV0e2wX93QYVtDKQyxg288ZoSo3yBvukJ8obl91kUlERv azcli_aks_live_test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"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_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/9354026e-012d-493c-8d38-a6c89a69f45e\"\n + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b96c239f-4cc0-4a72-a772-1a64f83bc310\"\n \ }\n ],\n \"backendPoolType\": \"nodeIPConfiguration\"\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 @@ -671,11 +1011,11 @@ interactions: cache-control: - no-cache content-length: - - '4258' + - '4254' content-type: - application/json date: - - Thu, 24 Nov 2022 12:01:32 GMT + - Thu, 16 Mar 2023 04:00:57 GMT expires: - '-1' pragma: @@ -708,8 +1048,8 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools?api-version=2023-01-02-preview response: @@ -721,11 +1061,11 @@ interactions: \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.23.12\",\n \"currentOrchestratorVersion\": - \"1.23.12\",\n \"enableNodePublicIP\": true,\n \"enableCustomCATrust\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.24.9\",\n \"currentOrchestratorVersion\": + \"1.24.9\",\n \"enableNodePublicIP\": true,\n \"enableCustomCATrust\": false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {\n \"nodePublicIPTags\": [\n {\n \"ipTagType\": \"RoutingPreference\",\n \ \"tag\": \"Internet\"\n }\n ]\n }\n }\n }\n ]\n @@ -734,11 +1074,11 @@ interactions: cache-control: - no-cache content-length: - - '1263' + - '1261' content-type: - application/json date: - - Thu, 24 Nov 2022 12:01:32 GMT + - Thu, 16 Mar 2023 04:00:57 GMT expires: - '-1' pragma: @@ -784,8 +1124,8 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000004?api-version=2023-01-02-preview response: @@ -798,24 +1138,24 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": true,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {\n \"nodePublicIPTags\": [\n {\n \"ipTagType\": \"RoutingPreference\",\n \ \"tag\": \"Internet\"\n }\n ]\n }\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '1187' + - '1185' content-type: - application/json date: - - Thu, 24 Nov 2022 12:01:36 GMT + - Thu, 16 Mar 2023 04:01:00 GMT expires: - '-1' pragma: @@ -827,7 +1167,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1194' status: code: 201 message: Created @@ -846,23 +1186,268 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:01:30 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip + --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:02: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip + --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:02:30 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip + --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:03: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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip + --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Thu, 16 Mar 2023 04:03:30 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 nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip + --node-public-ip-tags --aks-custom-headers + User-Agent: + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:02:06 GMT + - Thu, 16 Mar 2023 04:04:00 GMT expires: - '-1' pragma: @@ -895,23 +1480,23 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:02:36 GMT + - Thu, 16 Mar 2023 04:04:31 GMT expires: - '-1' pragma: @@ -944,23 +1529,23 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:03:07 GMT + - Thu, 16 Mar 2023 04:05:01 GMT expires: - '-1' pragma: @@ -993,23 +1578,23 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:03:36 GMT + - Thu, 16 Mar 2023 04:05:31 GMT expires: - '-1' pragma: @@ -1042,23 +1627,23 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:04:07 GMT + - Thu, 16 Mar 2023 04:06:01 GMT expires: - '-1' pragma: @@ -1091,23 +1676,23 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:04:37 GMT + - Thu, 16 Mar 2023 04:06:31 GMT expires: - '-1' pragma: @@ -1140,23 +1725,23 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:05:06 GMT + - Thu, 16 Mar 2023 04:07:01 GMT expires: - '-1' pragma: @@ -1189,23 +1774,23 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\"\n }" headers: cache-control: - no-cache content-length: - - '125' + - '126' content-type: - application/json date: - - Thu, 24 Nov 2022 12:05:37 GMT + - Thu, 16 Mar 2023 04:07:31 GMT expires: - '-1' pragma: @@ -1238,24 +1823,24 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/896fee70-cfaf-4600-a8bc-1fe892bf5999?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/dc1fabe2-bbf7-4eac-bd4b-fa4e2866610c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"70ee6f89-afcf-0046-a8bc-1fe892bf5999\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2022-11-24T12:01:36.965694Z\",\n \"endTime\": - \"2022-11-24T12:05:44.3154782Z\"\n }" + string: "{\n \"name\": \"e2ab1fdc-f7bb-ac4e-bd4b-fa4e2866610c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2023-03-16T04:01:00.7504834Z\",\n \"endTime\": + \"2023-03-16T04:07:43.0940948Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Thu, 24 Nov 2022 12:06:07 GMT + - Thu, 16 Mar 2023 04:08:01 GMT expires: - '-1' pragma: @@ -1288,8 +1873,8 @@ interactions: - --resource-group --cluster-name --name --node-vm-size --enable-node-public-ip --node-public-ip-tags --aks-custom-headers User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/n000004?api-version=2023-01-02-preview response: @@ -1302,10 +1887,10 @@ interactions: \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n \ \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.23.12\",\n \"currentOrchestratorVersion\": \"1.23.12\",\n \"enableNodePublicIP\": + \"1.24.9\",\n \"currentOrchestratorVersion\": \"1.24.9\",\n \"enableNodePublicIP\": true,\n \"enableCustomCATrust\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2022.10.24\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2023.02.15\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false,\n \"networkProfile\": {\n \"nodePublicIPTags\": [\n {\n \"ipTagType\": \"RoutingPreference\",\n \ \"tag\": \"Internet\"\n }\n ]\n }\n }\n }" @@ -1313,11 +1898,11 @@ interactions: cache-control: - no-cache content-length: - - '1188' + - '1186' content-type: - application/json date: - - Thu, 24 Nov 2022 12:06:07 GMT + - Thu, 16 Mar 2023 04:08:01 GMT expires: - '-1' pragma: @@ -1351,8 +1936,8 @@ interactions: ParameterSetName: - --resource-group --name --yes --no-wait User-Agent: - - AZURECLI/2.42.0 azsdk-python-azure-mgmt-containerservice/20.7.0b Python/3.8.10 - (Linux-5.15.0-1023-azure-x86_64-with-glibc2.29) + - AZURECLI/2.46.0 azsdk-python-azure-mgmt-containerservice/21.1.0b Python/3.8.10 + (Linux-5.15.0-1033-azure-x86_64-with-glibc2.29) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2023-01-02-preview response: @@ -1360,17 +1945,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1cd5c069-761c-4653-b5f7-2d9f0e671e93?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/00ef3eef-96f7-4913-966c-9c45eeff5ee5?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 24 Nov 2022 12:06:08 GMT + - Thu, 16 Mar 2023 04:08:02 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/1cd5c069-761c-4653-b5f7-2d9f0e671e93?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/00ef3eef-96f7-4913-966c-9c45eeff5ee5?api-version=2016-03-30 pragma: - no-cache server: @@ -1380,7 +1965,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14994' + - '14996' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py b/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py index 35ebc9ab9fa..6e19497fda7 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py +++ b/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py @@ -8,7 +8,6 @@ import subprocess import tempfile import time -import datetime from azext_aks_preview.tests.latest.custom_preparers import ( AKSCustomResourceGroupPreparer, @@ -18,12 +17,11 @@ ) from azext_aks_preview.tests.latest.recording_processors import KeyReplacer from azure.cli.command_modules.acs._format import version_to_tuple -from azure.cli.core.azclierror import AzureInternalError, BadRequestError +from azure.cli.core.azclierror import AzureInternalError, BadRequestError, ClientRequestError from azure.cli.testsdk import CliTestError, ScenarioTest, live_only from azure.cli.testsdk.scenario_tests import AllowLargeResponse from azure.core.exceptions import HttpResponseError from knack.util import CLIError -from azext_aks_preview.tests.latest.mocks import MockCLI, MockCmd def _get_test_data_file(filename): @@ -6780,3 +6778,42 @@ def test_aks_trustedaccess_rolebinding(self, resource_group, resource_group_loca time.sleep(20) # wait for binding deleting listed_bindings = self.cmd(list_binding_cmd).get_output_in_json() assert len(listed_bindings) == 0 + + @AllowLargeResponse() + @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2') + def test_aks_create_again_should_fail(self, resource_group, resource_group_location): + aks_name = self.create_random_name('cliakstest', 16) + self.kwargs.update({ + 'resource_group': resource_group, + 'name': aks_name, + 'location': resource_group_location, + 'ssh_key_value': self.generate_ssh_keys(), + }) + + # create + create_cmd = 'aks create --resource-group={resource_group} --name={name} ' \ + '--location={location} --ssh-key-value={ssh_key_value} --output=json' + self.cmd(create_cmd, checks=[ + self.check('provisioningState', 'Succeeded'), + ]) + + # create again should fail + create_again_cmd = 'aks create --resource-group={resource_group} --name={name} ' \ + '--location={location} --ssh-key-value={ssh_key_value} --output=json' + try: + self.cmd(create_again_cmd, checks=[ + self.check('provisioningState', 'Succeeded'), + ]) + except ClientRequestError as ex: + if "already exists" not in str(ex): + raise AssertionError( + "Actual error '{}' does not contain '{}'".format( + ex, "already exists" + ) + ) + + # delete + cmd = 'aks delete --resource-group={resource_group} --name={name} --yes --no-wait' + self.cmd(cmd, checks=[ + self.is_empty(), + ])