From c11fd919fd39690c2da3405c97e3179533f5331e Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Mon, 13 Dec 2021 22:07:32 -0800 Subject: [PATCH] remove is_Preview from --enable-fips-image argument --- .../configs/ext_matrix_default.json | 1 - src/aks-preview/azext_aks_preview/_params.py | 4 +- .../recordings/test_aks_create_with_fips.yaml | 1921 +++-------------- .../tests/latest/test_aks_commands.py | 2 +- 4 files changed, 295 insertions(+), 1633 deletions(-) diff --git a/src/aks-preview/azcli_aks_live_test/configs/ext_matrix_default.json b/src/aks-preview/azcli_aks_live_test/configs/ext_matrix_default.json index 0156a484feb..7e7feec3315 100644 --- a/src/aks-preview/azcli_aks_live_test/configs/ext_matrix_default.json +++ b/src/aks-preview/azcli_aks_live_test/configs/ext_matrix_default.json @@ -16,7 +16,6 @@ "test_aks_create_with_pod_identity_enabled", "test_aks_create_using_azurecni_with_pod_identity_enabled", "test_aks_pod_identity_usage", - "test_aks_create_with_fips", "test_aks_create_with_monitoring_aad_auth_msi", "test_aks_create_with_monitoring_aad_auth_uai", "test_aks_enable_monitoring_with_aad_auth_msi", diff --git a/src/aks-preview/azext_aks_preview/_params.py b/src/aks-preview/azext_aks_preview/_params.py index e59e3817610..ad84c2c2f57 100644 --- a/src/aks-preview/azext_aks_preview/_params.py +++ b/src/aks-preview/azext_aks_preview/_params.py @@ -108,7 +108,7 @@ def load_arguments(self, _): c.argument('workspace_resource_id') c.argument('enable_msi_auth_for_monitoring', arg_type=get_three_state_flag(), is_preview=True) c.argument('skip_subnet_role_assignment', action='store_true') - c.argument('enable_fips_image', action='store_true', is_preview=True) + c.argument('enable_fips_image', action='store_true') c.argument('enable_cluster_autoscaler', action='store_true') c.argument('uptime_sla', action='store_true') c.argument('cluster_autoscaler_profile', nargs='+', validator=validate_cluster_autoscaler_profile) @@ -237,7 +237,7 @@ def load_arguments(self, _): c.argument('max_pods', type=int, options_list=['--max-pods', '-m']) c.argument('os_type', type=str) c.argument('os_sku', type=str, options_list=['--os-sku'], completer=get_ossku_completion_list) - c.argument('enable_fips_image', action='store_true', is_preview=True) + c.argument('enable_fips_image', action='store_true') c.argument('enable_cluster_autoscaler', options_list=["--enable-cluster-autoscaler", "-e"], action='store_true') c.argument('scale_down_mode', arg_type=get_enum_type([CONST_SCALE_DOWN_MODE_DELETE, CONST_SCALE_DOWN_MODE_DEALLOCATE])) c.argument('node_taints', type=str, validator=validate_taints) 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 index cbd953871d4..48689d093aa 100644 --- 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,21 +13,22 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.8.10 (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-resource/20.0.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) 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":"eastus2euap","tags":{"product":"azurecli","cause":"automation","date":"2021-12-01T14:21:45Z"},"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":"2021-12-14T05:52:47Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '317' + - '304' content-type: - application/json; charset=utf-8 date: - - Wed, 01 Dec 2021 14:21:45 GMT + - Tue, 14 Dec 2021 05:52:49 GMT expires: - '-1' pragma: @@ -42,8 +43,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus2euap", "identity": {"type": "SystemAssigned"}, "properties": - {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitest6lzaicuak-8ecadf", + body: '{"location": "eastus", "identity": {"type": "SystemAssigned"}, "properties": + {"kubernetesVersion": "", "dnsPrefix": "cliakstest-clitestccagtg3xp-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "workloadRuntime": "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", @@ -65,63 +66,65 @@ interactions: Connection: - keep-alive Content-Length: - - '1751' + - '1746' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (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/cliakstest000001?api-version=2021-10-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n - \ \"location\": \"eastus2euap\",\n \"name\": \"cliakstest000001\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.20.9\",\n \"dnsPrefix\": \"cliakstest-clitest6lzaicuak-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest6lzaicuak-8ecadf-510872ec.hcp.eastus2euap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest6lzaicuak-8ecadf-510872ec.portal.hcp.eastus2euap.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"Standard_DS2_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.20.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2fipscontainerd-2021.11.06\",\n \"enableFIPS\": true\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_cliakstest000001_eastus2euap\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\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\": [\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 },\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/cliakstest000001\"\ + ,\n \"location\": \"eastus\",\n \"name\": \"cliakstest000001\",\n \"type\"\ + : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ + \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ + : \"Running\"\n },\n \"kubernetesVersion\": \"1.20.9\",\n \"dnsPrefix\"\ + : \"cliakstest-clitestccagtg3xp-8ecadf\",\n \"fqdn\": \"cliakstest-clitestccagtg3xp-8ecadf-29b2b8c6.hcp.eastus.azmk8s.io\"\ + ,\n \"azurePortalFQDN\": \"cliakstest-clitestccagtg3xp-8ecadf-29b2b8c6.portal.hcp.eastus.azmk8s.io\"\ + ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ + \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_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.20.9\"\ + ,\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"\ + enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"\ + osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ + : \"AKSUbuntu-1804gen2fipscontainerd-2021.11.27\",\n \"enableFIPS\": true\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_cliakstest000001_eastus\",\n \ + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\"\ + : {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\"\ + ,\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"\ + count\": 1\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\"\ + : [\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 },\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/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7cdffe1e-6815-46a5-8613-81dcd7f09b0d?api-version=2017-08-31 cache-control: - no-cache content-length: - - '3255' + - '3258' content-type: - application/json date: - - Wed, 01 Dec 2021 14:21:51 GMT + - Tue, 14 Dec 2021 05:52:55 GMT expires: - '-1' pragma: @@ -133,7 +136,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -151,23 +154,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7cdffe1e-6815-46a5-8613-81dcd7f09b0d?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"1efedf7c-1568-a546-8613-81dcd7f09b0d\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:52:55.4Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Wed, 01 Dec 2021 14:22:22 GMT + - Tue, 14 Dec 2021 05:53:26 GMT expires: - '-1' pragma: @@ -199,23 +202,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7cdffe1e-6815-46a5-8613-81dcd7f09b0d?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"1efedf7c-1568-a546-8613-81dcd7f09b0d\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:52:55.4Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Wed, 01 Dec 2021 14:22:52 GMT + - Tue, 14 Dec 2021 05:53:55 GMT expires: - '-1' pragma: @@ -247,23 +250,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7cdffe1e-6815-46a5-8613-81dcd7f09b0d?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"1efedf7c-1568-a546-8613-81dcd7f09b0d\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:52:55.4Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Wed, 01 Dec 2021 14:23:23 GMT + - Tue, 14 Dec 2021 05:54:26 GMT expires: - '-1' pragma: @@ -295,23 +298,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7cdffe1e-6815-46a5-8613-81dcd7f09b0d?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"1efedf7c-1568-a546-8613-81dcd7f09b0d\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:52:55.4Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Wed, 01 Dec 2021 14:23:54 GMT + - Tue, 14 Dec 2021 05:54:56 GMT expires: - '-1' pragma: @@ -343,23 +346,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7cdffe1e-6815-46a5-8613-81dcd7f09b0d?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"1efedf7c-1568-a546-8613-81dcd7f09b0d\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:52:55.4Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Wed, 01 Dec 2021 14:24:24 GMT + - Tue, 14 Dec 2021 05:55:26 GMT expires: - '-1' pragma: @@ -391,23 +394,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7cdffe1e-6815-46a5-8613-81dcd7f09b0d?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"1efedf7c-1568-a546-8613-81dcd7f09b0d\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:52:55.4Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Wed, 01 Dec 2021 14:24:55 GMT + - Tue, 14 Dec 2021 05:55:56 GMT expires: - '-1' pragma: @@ -439,23 +442,24 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/7cdffe1e-6815-46a5-8613-81dcd7f09b0d?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"1efedf7c-1568-a546-8613-81dcd7f09b0d\",\n \"status\"\ + : \"Succeeded\",\n \"startTime\": \"2021-12-14T05:52:55.4Z\",\n \"endTime\"\ + : \"2021-12-14T05:56:25.9904988Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '164' content-type: - application/json date: - - Wed, 01 Dec 2021 14:25:25 GMT + - Tue, 14 Dec 2021 05:56:26 GMT expires: - '-1' pragma: @@ -487,1127 +491,63 @@ interactions: ParameterSetName: - --resource-group --name --enable-fips-image --ssh-key-value User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:25: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:26: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:26: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:27: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:27: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:28: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:28: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:29: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:29: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:30: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14: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 --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14: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 --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14: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 --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:32: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 --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:33: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 --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:33: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 --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:34: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 --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:34: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:35: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:35: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:36: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:36: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-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:37: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.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?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=2021-10-01 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\"\ + ,\n \"location\": \"eastus\",\n \"name\": \"cliakstest000001\",\n \"type\"\ + : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ + : \"Running\"\n },\n \"kubernetesVersion\": \"1.20.9\",\n \"dnsPrefix\"\ + : \"cliakstest-clitestccagtg3xp-8ecadf\",\n \"fqdn\": \"cliakstest-clitestccagtg3xp-8ecadf-29b2b8c6.hcp.eastus.azmk8s.io\"\ + ,\n \"azurePortalFQDN\": \"cliakstest-clitestccagtg3xp-8ecadf-29b2b8c6.portal.hcp.eastus.azmk8s.io\"\ + ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ + \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ + : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ + ,\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n \ + \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n\ + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ + \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.20.9\"\ + ,\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n \"\ + enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"\ + osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ + : \"AKSUbuntu-1804gen2fipscontainerd-2021.11.27\",\n \"enableFIPS\": true\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_cliakstest000001_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_cliakstest000001_eastus/providers/Microsoft.Network/publicIPAddresses/760f15b4-8579-4d30-94dc-93c135e766ca\"\ + \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\"\ + : [\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_cliakstest000001_eastus/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 },\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' + - '3909' content-type: - application/json date: - - Wed, 01 Dec 2021 14:37:36 GMT + - Tue, 14 Dec 2021 05:56:27 GMT expires: - '-1' pragma: @@ -1629,81 +569,44 @@ interactions: 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.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - application/json - date: - - Wed, 01 Dec 2021 14:38: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 + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-fips-image --ssh-key-value + - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?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=2021-10-01 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\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\": 3,\n \"vmSize\": \"Standard_DS2_v2\"\ + ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"\ + kubeletDiskType\": \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n\ + \ \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ + \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\"\ + ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ + : \"1.20.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\"\ + ,\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n\ + \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\"\ + : \"AKSUbuntu-1804gen2fipscontainerd-2021.11.27\",\n \"enableFIPS\": true\n\ + \ }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '126' + - '1006' content-type: - application/json date: - - Wed, 01 Dec 2021 14:38:37 GMT + - Tue, 14 Dec 2021 05:56:28 GMT expires: - '-1' pragma: @@ -1722,132 +625,56 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"properties": {"count": 3, "vmSize": "Standard_DS2_v2", "workloadRuntime": + "OCIContainer", "osType": "Linux", "scaleDownMode": "Delete", "mode": "User", + "upgradeSettings": {}, "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], + "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": true}}' 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.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - application/json - date: - - Wed, 01 Dec 2021 14:39: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 + - aks nodepool add Connection: - keep-alive - ParameterSetName: - - --resource-group --name --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: + Content-Length: + - '391' + Content-Type: - application/json - date: - - Wed, 01 Dec 2021 14:39: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-fips-image --ssh-key-value + - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (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/cliakstest000001/agentPools/np2?api-version=2021-10-01 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2\"\ + ,\n \"name\": \"np2\",\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 \"scaleDownMode\": \"Delete\"\ + ,\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ + : \"Running\"\n },\n \"orchestratorVersion\": \"1.20.9\",\n \"enableNodePublicIP\"\ + : false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n\ + \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"\ + Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2021.11.27\"\ + ,\n \"upgradeSettings\": {},\n \"enableFIPS\": true\n }\n }" headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 cache-control: - no-cache content-length: - - '126' + - '935' content-type: - application/json date: - - Wed, 01 Dec 2021 14:40:08 GMT + - Tue, 14 Dec 2021 05:56:31 GMT expires: - '-1' pragma: @@ -1856,15 +683,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: @@ -1873,29 +698,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-fips-image --ssh-key-value + - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 01 Dec 2021 14:40:39 GMT + - Tue, 14 Dec 2021 05:57:01 GMT expires: - '-1' pragma: @@ -1921,29 +746,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-fips-image --ssh-key-value + - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\"\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 01 Dec 2021 14:41:09 GMT + - Tue, 14 Dec 2021 05:57:30 GMT expires: - '-1' pragma: @@ -1969,30 +794,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks create + - aks nodepool add Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-fips-image --ssh-key-value + - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/c206bd40-6e36-4fe6-a432-04e602a5ec17?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"40bd06c2-366e-e64f-a432-04e602a5ec17\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-12-01T14:21:51.7066666Z\",\n \"endTime\": - \"2021-12-01T14:41:21.4286161Z\"\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' content-type: - application/json date: - - Wed, 01 Dec 2021 14:41:39 GMT + - Tue, 14 Dec 2021 05:58:01 GMT expires: - '-1' pragma: @@ -2018,124 +842,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-fips-image --ssh-key-value - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-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=2021-10-01 - response: - body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n - \ \"location\": \"eastus2euap\",\n \"name\": \"cliakstest000001\",\n \"type\": - \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": - \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.20.9\",\n \"dnsPrefix\": \"cliakstest-clitest6lzaicuak-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest6lzaicuak-8ecadf-510872ec.hcp.eastus2euap.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest6lzaicuak-8ecadf-510872ec.portal.hcp.eastus2euap.azmk8s.io\",\n - \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": - 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": - \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": - \"OCIContainer\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n - \ \"enableAutoScaling\": false,\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.20.9\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n - \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n - \ \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2fipscontainerd-2021.11.06\",\n \"enableFIPS\": true\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_cliakstest000001_eastus2euap\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"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_eastus2euap/providers/Microsoft.Network/publicIPAddresses/915c9b46-4a94-4058-86db-1b8593e07414\"\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\": - [\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_cliakstest000001_eastus2euap/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 },\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: - - '3926' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:41: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 nodepool add Connection: - keep-alive ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 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\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n - \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": - \"OS\",\n \"workloadRuntime\": \"OCIContainer\",\n \"maxPods\": 110,\n - \ \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": false,\n - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.20.9\",\n \"enableNodePublicIP\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2021.11.06\",\n - \ \"enableFIPS\": true\n }\n }\n ]\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\"\n }" headers: cache-control: - no-cache content-length: - - '1010' + - '121' content-type: - application/json date: - - Wed, 01 Dec 2021 14:41:42 GMT + - Tue, 14 Dec 2021 05:58:31 GMT expires: - '-1' pragma: @@ -2153,72 +882,6 @@ interactions: status: code: 200 message: OK -- request: - body: '{"properties": {"count": 3, "vmSize": "Standard_DS2_v2", "workloadRuntime": - "OCIContainer", "osType": "Linux", "scaleDownMode": "Delete", "mode": "User", - "upgradeSettings": {}, "enableNodePublicIP": false, "scaleSetPriority": "Regular", - "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], - "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": true}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks nodepool add - Connection: - - keep-alive - Content-Length: - - '391' - Content-Type: - - application/json - ParameterSetName: - - --resource-group --cluster-name --name --enable-fips-image - User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-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=2021-10-01 - response: - body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2\",\n - \ \"name\": \"np2\",\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 \"scaleDownMode\": \"Delete\",\n - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.20.9\",\n \"enableNodePublicIP\": - false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": - false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2fipscontainerd-2021.11.06\",\n \"upgradeSettings\": - {},\n \"enableFIPS\": true\n }\n }" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/5b2890aa-bae5-4c34-9c31-c27e554cc90b?api-version=2016-03-30 - cache-control: - - no-cache - content-length: - - '939' - content-type: - - application/json - date: - - Wed, 01 Dec 2021 14:41:45 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: - - '1196' - status: - code: 201 - message: Created - request: body: null headers: @@ -2233,23 +896,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/5b2890aa-bae5-4c34-9c31-c27e554cc90b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"aa90285b-e5ba-344c-9c31-c27e554cc90b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:41:45.3033333Z\"\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 01 Dec 2021 14:42:15 GMT + - Tue, 14 Dec 2021 05:59:01 GMT expires: - '-1' pragma: @@ -2281,23 +944,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/5b2890aa-bae5-4c34-9c31-c27e554cc90b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"aa90285b-e5ba-344c-9c31-c27e554cc90b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:41:45.3033333Z\"\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 01 Dec 2021 14:42:46 GMT + - Tue, 14 Dec 2021 05:59:32 GMT expires: - '-1' pragma: @@ -2329,23 +992,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/5b2890aa-bae5-4c34-9c31-c27e554cc90b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"aa90285b-e5ba-344c-9c31-c27e554cc90b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:41:45.3033333Z\"\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 01 Dec 2021 14:43:16 GMT + - Tue, 14 Dec 2021 06:00:02 GMT expires: - '-1' pragma: @@ -2377,23 +1040,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/5b2890aa-bae5-4c34-9c31-c27e554cc90b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"aa90285b-e5ba-344c-9c31-c27e554cc90b\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-12-01T14:41:45.3033333Z\"\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"InProgress\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 01 Dec 2021 14:43:46 GMT + - Tue, 14 Dec 2021 06:00:32 GMT expires: - '-1' pragma: @@ -2425,24 +1088,24 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/5b2890aa-bae5-4c34-9c31-c27e554cc90b?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/022ba07f-bcce-429d-ba06-e3c135dc5828?api-version=2017-08-31 response: body: - string: "{\n \"name\": \"aa90285b-e5ba-344c-9c31-c27e554cc90b\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-12-01T14:41:45.3033333Z\",\n \"endTime\": - \"2021-12-01T14:44:10.3284997Z\"\n }" + string: "{\n \"name\": \"7fa02b02-cebc-9d42-ba06-e3c135dc5828\",\n \"status\"\ + : \"Succeeded\",\n \"startTime\": \"2021-12-14T05:56:31.46Z\",\n \"endTime\"\ + : \"2021-12-14T06:00:33.724889Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '164' content-type: - application/json date: - - Wed, 01 Dec 2021 14:44:17 GMT + - Tue, 14 Dec 2021 06:01:02 GMT expires: - '-1' pragma: @@ -2474,33 +1137,33 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --enable-fips-image User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.4.0 Python/3.9.6 + (Linux-5.4.0-1055-azure-x86_64-with) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2?api-version=2021-10-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2\",\n - \ \"name\": \"np2\",\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 \"scaleDownMode\": \"Delete\",\n - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": - \"Running\"\n },\n \"orchestratorVersion\": \"1.20.9\",\n \"enableNodePublicIP\": - false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": - false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2fipscontainerd-2021.11.06\",\n \"upgradeSettings\": - {},\n \"enableFIPS\": true\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/np2\"\ + ,\n \"name\": \"np2\",\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 \"scaleDownMode\": \"Delete\"\ + ,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"\ + code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.20.9\",\n \"\ + enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\"\ + : false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"\ + osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2fipscontainerd-2021.11.27\"\ + ,\n \"upgradeSettings\": {},\n \"enableFIPS\": true\n }\n }" headers: cache-control: - no-cache content-length: - - '940' + - '936' content-type: - application/json date: - - Wed, 01 Dec 2021 14:44:18 GMT + - Tue, 14 Dec 2021 06:01:03 GMT expires: - '-1' pragma: @@ -2534,8 +1197,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.30.0 azsdk-python-azure-mgmt-containerservice/16.1.0 Python/3.8.10 - (Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - AZURECLI/2.31.0 (DOCKER) azsdk-python-azure-mgmt-containerservice/16.1.0 Python/3.9.6 + (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/cliakstest000001?api-version=2021-07-01 response: @@ -2543,17 +1206,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operations/f3770a23-7bf6-416e-b41e-065604881465?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operations/d53e3adf-37b5-4df3-acec-61be425312bc?api-version=2017-08-31 cache-control: - no-cache content-length: - '0' date: - - Wed, 01 Dec 2021 14:44:21 GMT + - Tue, 14 Dec 2021 06:01:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2euap/operationresults/f3770a23-7bf6-416e-b41e-065604881465?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus/operationresults/d53e3adf-37b5-4df3-acec-61be425312bc?api-version=2017-08-31 pragma: - no-cache server: 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 eadc80d0aa5..b654d5c81cd 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 @@ -1757,7 +1757,7 @@ def test_aks_create_with_windows(self, resource_group, resource_group_location): 'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()]) @AllowLargeResponse() - @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='eastus2euap') + @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='eastus') def test_aks_create_with_fips(self, resource_group, resource_group_location): # reset the count so in replay mode the random names will start with 0 self.test_resources_count = 0