diff --git a/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.cs b/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.cs index e471d0d2cab1..c08af6452e5d 100644 --- a/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.cs +++ b/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.cs @@ -30,5 +30,12 @@ public void TestAzureKubernetes() { TestController.NewInstance.RunPowerShellTest(_logger, "Test-NewAzAks"); } + + [Fact] + [Trait(Category.AcceptanceType, Category.CheckIn)] + public void TestAzureKubernetesAddons() + { + TestController.NewInstance.RunPowerShellTest(_logger, "Test-NewAzAksAddons"); + } } } \ No newline at end of file diff --git a/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 b/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 index d9f580098097..eb189d668460 100644 --- a/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 +++ b/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 @@ -145,3 +145,31 @@ function Test-NewAzAks Remove-AzResourceGroup -Name $resourceGroupName -Force } } + +function Test-NewAzAksAddons +{ + # Setup + $resourceGroupName = Get-RandomResourceGroupName + $kubeClusterName = Get-RandomClusterName + $location = Get-ProviderLocation "Microsoft.ContainerService/managedClusters" + + try + { + New-AzResourceGroup -Name $resourceGroupName -Location $location + + New-AzAks -ResourceGroupName $resourceGroupName -Name $kubeClusterName -AddOnNameToBeEnabled KubeDashboard,HttpApplicationRouting + $cluster = Get-AzAks -ResourceGroupName $resourceGroupName -Name $kubeClusterName + Assert-AreEqual $true $cluster.AddonProfiles['httpapplicationrouting'].Enabled + Assert-AreEqual $true $cluster.AddonProfiles['httpapplicationrouting'].Enabled + + $cluster = $cluster | Disable-AzAksAddon -Name HttpApplicationRouting + Assert-AreEqual $false $cluster.AddonProfiles['httpapplicationrouting'].Enabled + $cluster = $cluster | Enable-AzAksAddon -Name HttpApplicationRouting + Assert-AreEqual $true $cluster.AddonProfiles['httpapplicationrouting'].Enabled + $cluster | Remove-AzAks -Force + } + finally + { + Remove-AzResourceGroup -Name $resourceGroupName -Force + } +} diff --git a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestAzureKubernetesAddons.json b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestAzureKubernetesAddons.json new file mode 100644 index 000000000000..437430ad3c79 --- /dev/null +++ b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestAzureKubernetesAddons.json @@ -0,0 +1,2881 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "114f50d6-4f77-4968-a675-ea99cd4307d3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "6290a363-de0f-42bd-9852-a5e0c419538d" + ], + "x-ms-correlation-request-id": [ + "6290a363-de0f-42bd-9852-a5e0c419538d" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T083926Z:6290a363-de0f-42bd-9852-a5e0c419538d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:39:25 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "5386" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-09-01\",\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-09-01\",\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3abf0073-9f30-4e72-8ab6-81856d3cee71" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "f4bc2431-78bd-49b5-b4ac-441bf1782644" + ], + "x-ms-correlation-request-id": [ + "f4bc2431-78bd-49b5-b4ac-441bf1782644" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T083929Z:f4bc2431-78bd-49b5-b4ac-441bf1782644" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:39:29 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "5386" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService\",\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\r\n \"roleDefinitionId\": \"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\r\n \"managedByRoleDefinitionId\": \"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\r\n \"managedByAuthorization\": {\r\n \"allowManagedByInheritance\": true\r\n }\r\n },\r\n {\r\n \"applicationId\": \"6dae42f8-4368-4678-94ff-3960e28e3630\",\r\n \"roleDefinitionId\": \"831388fc-33b1-4dd1-b64c-40fdcaf96654\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-09-01\",\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"France Central\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-09-01\",\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHMyNDQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03c9d6aa-c3d1-4aeb-a79d-697d0f258de8" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "018b2b09-24a6-40c7-8924-ad531218840e" + ], + "x-ms-correlation-request-id": [ + "018b2b09-24a6-40c7-8924-ad531218840e" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T083929Z:018b2b09-24a6-40c7-8924-ad531218840e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:39:28 GMT" + ], + "Content-Length": [ + "169" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448\",\r\n \"name\": \"rgps2448\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "62191923-009e-408d-88a4-37ddab5b397f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "e3e2747a-2bf2-4576-a255-321372e591eb" + ], + "x-ms-correlation-request-id": [ + "e3e2747a-2bf2-4576-a255-321372e591eb" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T083929Z:e3e2747a-2bf2-4576-a255-321372e591eb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:39:28 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "233" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps7251' under resource group 'rgps2448' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084215Z:10a8d264-5b34-48c0-9d1e-5cf361cb432e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "10a8d264-5b34-48c0-9d1e-5cf361cb432e" + ], + "x-ms-request-id": [ + "f3951d64-4859-4c0e-80bb-dabf0b7ce95b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "Date": [ + "Mon, 14 Sep 2020 08:42:14 GMT" + ], + "Content-Length": [ + "2794" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7251\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-15abc6dc.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": true,\r\n \"config\": {\r\n \"httpapplicationroutingzonename\": \"827d1d7bd2a1408ba300.westus.aksapp.io\"\r\n }\r\n },\r\n \"kubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2448_kubeps7251_westus/providers/Microsoft.Network/publicIPAddresses/9792b12f-674d-4483-a2a6-8a98538fc280\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7bc5ca9-8784-47af-a534-bf4518920f1c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084216Z:e5d27a4c-e577-46a9-a36a-24ee3d985721" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "e5d27a4c-e577-46a9-a36a-24ee3d985721" + ], + "x-ms-request-id": [ + "54946663-a047-4239-bed9-bd9f3ac50175" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "Date": [ + "Mon, 14 Sep 2020 08:42:15 GMT" + ], + "Content-Length": [ + "2794" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7251\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-15abc6dc.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": true,\r\n \"config\": {\r\n \"httpapplicationroutingzonename\": \"827d1d7bd2a1408ba300.westus.aksapp.io\"\r\n }\r\n },\r\n \"kubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2448_kubeps7251_westus/providers/Microsoft.Network/publicIPAddresses/9792b12f-674d-4483-a2a6-8a98538fc280\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084354Z:21148fe4-c09d-4ce8-acf1-e049bd579932" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "21148fe4-c09d-4ce8-acf1-e049bd579932" + ], + "x-ms-request-id": [ + "c97ffec4-51fd-488c-a252-db79ccf110bf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "Date": [ + "Mon, 14 Sep 2020 08:43:54 GMT" + ], + "Content-Length": [ + "2793" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7251\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-15abc6dc.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": false,\r\n \"config\": {\r\n \"httpapplicationroutingzonename\": \"827d1d7bd2a1408ba300.westus.aksapp.io\"\r\n }\r\n },\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2448_kubeps7251_westus/providers/Microsoft.Network/publicIPAddresses/9792b12f-674d-4483-a2a6-8a98538fc280\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084533Z:bf73e380-81f7-4db8-8736-246917cb180b" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "bf73e380-81f7-4db8-8736-246917cb180b" + ], + "x-ms-request-id": [ + "dc8623f3-3527-47de-95ad-ad04b342c16c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "Date": [ + "Mon, 14 Sep 2020 08:45:32 GMT" + ], + "Content-Length": [ + "2792" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7251\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-15abc6dc.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": true,\r\n \"config\": {\r\n \"httpapplicationroutingzonename\": \"827d1d7bd2a1408ba300.westus.aksapp.io\"\r\n }\r\n },\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2448_kubeps7251_westus/providers/Microsoft.Network/publicIPAddresses/9792b12f-674d-4483-a2a6-8a98538fc280\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHMyNDQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0fcb909b-4ae5-437f-ac5e-5ee9474e3743" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "a65e7a0c-c335-404e-975d-d176b8279191" + ], + "x-ms-correlation-request-id": [ + "a65e7a0c-c335-404e-975d-d176b8279191" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T083929Z:a65e7a0c-c335-404e-975d-d176b8279191" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:39:28 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "169" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448\",\r\n \"name\": \"rgps2448\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 0,\r\n \"type\": \"AvailabilitySet\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\",\r\n \"secret\": \"5-hP4FZ_R-A4mdmrryEwshd-S2K5a3j0d9\"\r\n },\r\n \"addonProfiles\": {\r\n \"kubeDashboard\": {\r\n \"enabled\": true\r\n },\r\n \"httpapplicationrouting\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"networkProfile\": {}\r\n },\r\n \"location\": \"westus\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48b0c447-9c7e-40b2-b74e-d109fa11820d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1585" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T083942Z:6fb80ec9-5930-4346-9ae7-5add73ce24ad" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/eb206c2e-27cf-4354-a80d-4d938663cf00?api-version=2017-08-31" + ], + "x-ms-correlation-request-id": [ + "6fb80ec9-5930-4346-9ae7-5add73ce24ad" + ], + "x-ms-request-id": [ + "eb206c2e-27cf-4354-a80d-4d938663cf00" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "Date": [ + "Mon, 14 Sep 2020 08:39:41 GMT" + ], + "Content-Length": [ + "2542" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7251\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-15abc6dc.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Creating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": true,\r\n \"config\": {\r\n \"httpapplicationroutingzonename\": \"827d1d7bd2a1408ba300.westus.aksapp.io\"\r\n }\r\n },\r\n \"kubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": null\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": false\r\n },\r\n \"kubeDashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2448_kubeps7251_westus/providers/Microsoft.Network/publicIPAddresses/9792b12f-674d-4483-a2a6-8a98538fc280\"\r\n }\r\n ]\r\n }\r\n },\r\n \"identityProfile\": {}\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20d59459-0adb-44fb-9263-0a2a2886ce93" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2000" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084223Z:b96ce7aa-b7a3-452d-800b-40618175ca82" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/061ca53f-4a45-4fc0-bdc8-aab99cf74bef?api-version=2017-08-31" + ], + "x-ms-correlation-request-id": [ + "b96ce7aa-b7a3-452d-800b-40618175ca82" + ], + "x-ms-request-id": [ + "061ca53f-4a45-4fc0-bdc8-aab99cf74bef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "Date": [ + "Mon, 14 Sep 2020 08:42:22 GMT" + ], + "Content-Length": [ + "2791" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7251\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-15abc6dc.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Updating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": false,\r\n \"config\": {\r\n \"httpapplicationroutingzonename\": \"827d1d7bd2a1408ba300.westus.aksapp.io\"\r\n }\r\n },\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2448_kubeps7251_westus/providers/Microsoft.Network/publicIPAddresses/9792b12f-674d-4483-a2a6-8a98538fc280\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": true\r\n },\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2448_kubeps7251_westus/providers/Microsoft.Network/publicIPAddresses/9792b12f-674d-4483-a2a6-8a98538fc280\"\r\n }\r\n ]\r\n }\r\n },\r\n \"identityProfile\": {}\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": {}\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79962b68-36bd-4622-9783-e96c9ffac1e0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1999" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084400Z:f7a0b12e-ce4b-4b2a-8039-f9b2a7754b09" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b329410-bdef-420e-a17b-445f88315b74?api-version=2017-08-31" + ], + "x-ms-correlation-request-id": [ + "f7a0b12e-ce4b-4b2a-8039-f9b2a7754b09" + ], + "x-ms-request-id": [ + "9b329410-bdef-420e-a17b-445f88315b74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "Date": [ + "Mon, 14 Sep 2020 08:44:00 GMT" + ], + "Content-Length": [ + "2790" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251\",\r\n \"location\": \"westus\",\r\n \"name\": \"kubeps7251\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"kubernetesVersion\": \"1.16.13\",\r\n \"dnsPrefix\": \"kubepc9cb\",\r\n \"fqdn\": \"kubepc9cb-15abc6dc.hcp.westus.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"default\",\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 110,\r\n \"type\": \"AvailabilitySet\",\r\n \"provisioningState\": \"Updating\",\r\n \"orchestratorVersion\": \"1.16.13\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\"\r\n }\r\n ],\r\n \"linuxProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQChy6cYuI2+AoUycYdObeb45hTY5N46KTuCyy7Ln6Sg+xOoC0RyEAOmLzAWUjYCgbgCuJyOWR7HUz8vGz9guxpeb6kKroXVU20/ZA7fdE8OLU/86aCWZJkBuDJpbmPZsuVwjBJ2sQClmyR+UESLmi+pHLF/QGC55sNh00kdLOpzJLFnkb7nkTWQZ25sWqzr/gmrAx5Pvn6fb6PzTgFKNjKyU2XvJQUpy0iXY1jCJd+0fMzbFDR44izuR+Y9FZ8H2abyARd/ujVYTY8S90ICW7J2eZFQPe8uCfhAjaMlHcQpAjQn/1+h21hJM51UckW1z1XptJZAYWr1IJHTp5B9KfKI/C+4EkcILlPGeqvoZlOCWPYiu6LetiWAf7I9TMfVbBmdl6tPt37Dene7rmHAOIcviskzSmFs7ajjLnOMLDp1GDDfBUntu+VOMHZo09AqOdXva5Qij+YMU1T/xd8cMPvEK7NPmp9E4T5kl+jy+zQxcP3w+niPEtI6w8uYM+vznq5g5nu1WGFT8hG+CprOnB/OzrZsJPMkWzg6cCiQ2nkBM1tjNxA0XHm665fg3OjqRhnXRMorEHri6T+0huUis6CY7Kbu5r1S4yll/eXhBLB6MNvqmeEHpwuGbEksSwjCCNBi812vOaYJ3ZIcSmgiafTDok9bsIEGj9xhNhiCV0Gklw== devigned@msft.com\\r\\n\"\r\n }\r\n ]\r\n }\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"6f277dd3-e481-4518-8aab-35c31662bad9\"\r\n },\r\n \"addonProfiles\": {\r\n \"httpapplicationrouting\": {\r\n \"enabled\": true,\r\n \"config\": {\r\n \"httpapplicationroutingzonename\": \"827d1d7bd2a1408ba300.westus.aksapp.io\"\r\n }\r\n },\r\n \"kubedashboard\": {\r\n \"enabled\": true,\r\n \"config\": {}\r\n }\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps2448_kubeps7251_westus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/MC_rgps2448_kubeps7251_westus/providers/Microsoft.Network/publicIPAddresses/9792b12f-674d-4483-a2a6-8a98538fc280\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 1\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/eb206c2e-27cf-4354-a80d-4d938663cf00?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWIyMDZjMmUtMjdjZi00MzU0LWE4MGQtNGQ5Mzg2NjNjZjAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "df23701b-1548-403b-becd-ee2c3ebdb74e" + ], + "x-ms-request-id": [ + "58d668e5-b3a8-411f-9e1b-d92619582771" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084013Z:df23701b-1548-403b-becd-ee2c3ebdb74e" + ], + "Date": [ + "Mon, 14 Sep 2020 08:40:13 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"2e6c20eb-cf27-5443-a80d-4d938663cf00\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:39:40.8090741Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/eb206c2e-27cf-4354-a80d-4d938663cf00?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWIyMDZjMmUtMjdjZi00MzU0LWE4MGQtNGQ5Mzg2NjNjZjAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "a9b63a01-be71-4d6d-973d-75f2a7a03281" + ], + "x-ms-request-id": [ + "585400a1-63eb-4bc9-afd8-f2cd60c448fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084043Z:a9b63a01-be71-4d6d-973d-75f2a7a03281" + ], + "Date": [ + "Mon, 14 Sep 2020 08:40:43 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"2e6c20eb-cf27-5443-a80d-4d938663cf00\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:39:40.8090741Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/eb206c2e-27cf-4354-a80d-4d938663cf00?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWIyMDZjMmUtMjdjZi00MzU0LWE4MGQtNGQ5Mzg2NjNjZjAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "1d4751f2-fad7-4515-914d-880f1eb3b6d0" + ], + "x-ms-request-id": [ + "3968c409-b524-4680-b464-8badbc1c81a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084114Z:1d4751f2-fad7-4515-914d-880f1eb3b6d0" + ], + "Date": [ + "Mon, 14 Sep 2020 08:41:13 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"2e6c20eb-cf27-5443-a80d-4d938663cf00\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:39:40.8090741Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/eb206c2e-27cf-4354-a80d-4d938663cf00?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWIyMDZjMmUtMjdjZi00MzU0LWE4MGQtNGQ5Mzg2NjNjZjAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "35b6a321-ad24-4cfd-a239-4ef992c318d3" + ], + "x-ms-request-id": [ + "9e7d0177-9cb9-45d5-9bfb-754e419edad8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084144Z:35b6a321-ad24-4cfd-a239-4ef992c318d3" + ], + "Date": [ + "Mon, 14 Sep 2020 08:41:44 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"2e6c20eb-cf27-5443-a80d-4d938663cf00\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:39:40.8090741Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/eb206c2e-27cf-4354-a80d-4d938663cf00?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvZWIyMDZjMmUtMjdjZi00MzU0LWE4MGQtNGQ5Mzg2NjNjZjAwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "5d503da5-74c0-4b77-bc3d-96b2e6dbbd77" + ], + "x-ms-request-id": [ + "501b9604-694b-4a82-b00d-4f13e58e4a0a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084214Z:5d503da5-74c0-4b77-bc3d-96b2e6dbbd77" + ], + "Date": [ + "Mon, 14 Sep 2020 08:42:14 GMT" + ], + "Content-Length": [ + "170" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"2e6c20eb-cf27-5443-a80d-4d938663cf00\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-14T08:39:40.8090741Z\",\r\n \"endTime\": \"2020-09-14T08:42:13.3260685Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/061ca53f-4a45-4fc0-bdc8-aab99cf74bef?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDYxY2E1M2YtNGE0NS00ZmMwLWJkYzgtYWFiOTljZjc0YmVmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "0ac017d3-bb10-4523-b50e-564170ddb73e" + ], + "x-ms-request-id": [ + "479edb86-7117-410d-8d64-11ffadf8a1e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084253Z:0ac017d3-bb10-4523-b50e-564170ddb73e" + ], + "Date": [ + "Mon, 14 Sep 2020 08:42:52 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"3fa51c06-454a-c04f-bdc8-aab99cf74bef\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:42:20.2205321Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/061ca53f-4a45-4fc0-bdc8-aab99cf74bef?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDYxY2E1M2YtNGE0NS00ZmMwLWJkYzgtYWFiOTljZjc0YmVmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "2e9e679a-08d4-492b-9b23-af6eabc0988e" + ], + "x-ms-request-id": [ + "125fdd18-42f0-47de-9849-004bdb17f6f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084324Z:2e9e679a-08d4-492b-9b23-af6eabc0988e" + ], + "Date": [ + "Mon, 14 Sep 2020 08:43:23 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"3fa51c06-454a-c04f-bdc8-aab99cf74bef\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:42:20.2205321Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/061ca53f-4a45-4fc0-bdc8-aab99cf74bef?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvMDYxY2E1M2YtNGE0NS00ZmMwLWJkYzgtYWFiOTljZjc0YmVmP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "f22cc29a-73dc-4a4b-84af-6a52f8a95551" + ], + "x-ms-request-id": [ + "58cbf450-e617-4b00-b689-5f3f70403503" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084354Z:f22cc29a-73dc-4a4b-84af-6a52f8a95551" + ], + "Date": [ + "Mon, 14 Sep 2020 08:43:54 GMT" + ], + "Content-Length": [ + "170" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"3fa51c06-454a-c04f-bdc8-aab99cf74bef\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-14T08:42:20.2205321Z\",\r\n \"endTime\": \"2020-09-14T08:43:41.5684099Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b329410-bdef-420e-a17b-445f88315b74?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIzMjk0MTAtYmRlZi00MjBlLWExN2ItNDQ1Zjg4MzE1Yjc0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "da92a2bd-2d93-4828-94ee-a2108b663d56" + ], + "x-ms-request-id": [ + "5a9e7066-12f9-49b9-a8ff-a5c5bae0f15a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084431Z:da92a2bd-2d93-4828-94ee-a2108b663d56" + ], + "Date": [ + "Mon, 14 Sep 2020 08:44:30 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"1094329b-efbd-0e42-a17b-445f88315b74\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:43:57.8955859Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b329410-bdef-420e-a17b-445f88315b74?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIzMjk0MTAtYmRlZi00MjBlLWExN2ItNDQ1Zjg4MzE1Yjc0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "9773d3e3-9d30-436c-a795-6c67f60d5ede" + ], + "x-ms-request-id": [ + "faccfd93-e445-49f5-acb4-eb3bacb11c38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084501Z:9773d3e3-9d30-436c-a795-6c67f60d5ede" + ], + "Date": [ + "Mon, 14 Sep 2020 08:45:01 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"1094329b-efbd-0e42-a17b-445f88315b74\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:43:57.8955859Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/9b329410-bdef-420e-a17b-445f88315b74?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvOWIzMjk0MTAtYmRlZi00MjBlLWExN2ItNDQ1Zjg4MzE1Yjc0P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "fed69bca-a291-4be4-a3eb-27e1a05b87f2" + ], + "x-ms-request-id": [ + "e37f4ef0-ccba-47bf-966b-5c41582ba7bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084532Z:fed69bca-a291-4be4-a3eb-27e1a05b87f2" + ], + "Date": [ + "Mon, 14 Sep 2020 08:45:32 GMT" + ], + "Content-Length": [ + "170" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"1094329b-efbd-0e42-a17b-445f88315b74\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-14T08:43:57.8955859Z\",\r\n \"endTime\": \"2020-09-14T08:45:12.0113213Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/rgps2448/providers/Microsoft.ContainerService/managedClusters/kubeps7251?api-version=2020-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL3JncHMyNDQ4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzNzI1MT9hcGktdmVyc2lvbj0yMDIwLTA3LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a5fb86b-3710-48f9-a4cd-d9a5d7a729a9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31" + ], + "x-ms-correlation-request-id": [ + "3bb1eaa4-021b-42bf-84a3-68ddc5b1c279" + ], + "x-ms-request-id": [ + "49dc0699-fa35-47e5-a365-dd9bfc5a0760" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084534Z:3bb1eaa4-021b-42bf-84a3-68ddc5b1c279" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:45:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "a3d7e3b4-319d-4257-ad0f-d2a210089ef6" + ], + "x-ms-request-id": [ + "b32d4d51-359a-483d-9118-9bcc1266ee20" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084605Z:a3d7e3b4-319d-4257-ad0f-d2a210089ef6" + ], + "Date": [ + "Mon, 14 Sep 2020 08:46:04 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "f3210dca-fcde-4eb3-a474-f50e53f46b16" + ], + "x-ms-request-id": [ + "5e47dba5-0983-4b78-8b3b-f62f3f2d2fea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084635Z:f3210dca-fcde-4eb3-a474-f50e53f46b16" + ], + "Date": [ + "Mon, 14 Sep 2020 08:46:34 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "401e75ee-c623-40d6-bdb0-c8e04da71a48" + ], + "x-ms-request-id": [ + "108421b6-0e17-48fb-bee3-00878069dfd0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084705Z:401e75ee-c623-40d6-bdb0-c8e04da71a48" + ], + "Date": [ + "Mon, 14 Sep 2020 08:47:05 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "c383f40c-fcda-49bc-ac01-b7e34806f42e" + ], + "x-ms-request-id": [ + "f3fcb38f-c46f-4ac9-a1e5-1bb8a519e5aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084736Z:c383f40c-fcda-49bc-ac01-b7e34806f42e" + ], + "Date": [ + "Mon, 14 Sep 2020 08:47:36 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "bc753380-4044-4268-883c-8d1dfa50fcf9" + ], + "x-ms-request-id": [ + "8d017335-f95d-48d8-90ab-0a096fd6f17f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084806Z:bc753380-4044-4268-883c-8d1dfa50fcf9" + ], + "Date": [ + "Mon, 14 Sep 2020 08:48:06 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "62580d83-cd74-4ff1-87fd-78663f17286f" + ], + "x-ms-request-id": [ + "ee591ba9-d27c-4b5e-b21c-cb3ae3c58d3d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084837Z:62580d83-cd74-4ff1-87fd-78663f17286f" + ], + "Date": [ + "Mon, 14 Sep 2020 08:48:36 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "6d684f12-fb46-46b0-94ee-bd19a3f87e2c" + ], + "x-ms-request-id": [ + "ae911c72-d807-4a75-af65-d6ec83364c2c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084907Z:6d684f12-fb46-46b0-94ee-bd19a3f87e2c" + ], + "Date": [ + "Mon, 14 Sep 2020 08:49:07 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "b8eb0cd9-d507-48ee-9b3a-58652c189735" + ], + "x-ms-request-id": [ + "a2e3d821-8489-431c-8584-daab39c45189" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T084938Z:b8eb0cd9-d507-48ee-9b3a-58652c189735" + ], + "Date": [ + "Mon, 14 Sep 2020 08:49:37 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "86049976-8d4a-4e8e-adb8-d08c9c30f222" + ], + "x-ms-request-id": [ + "7d445a0c-83a0-4877-8a85-04b599e287a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085008Z:86049976-8d4a-4e8e-adb8-d08c9c30f222" + ], + "Date": [ + "Mon, 14 Sep 2020 08:50:07 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "dd8388c9-0098-44fd-a1f1-70ee48c00ee3" + ], + "x-ms-request-id": [ + "89009ff1-c4e2-4b95-837b-3938be50ac57" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085038Z:dd8388c9-0098-44fd-a1f1-70ee48c00ee3" + ], + "Date": [ + "Mon, 14 Sep 2020 08:50:38 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "d5e0949e-a416-445c-8a09-9e81dc6eb69f" + ], + "x-ms-request-id": [ + "0d42197e-8e5d-405f-9d67-bb49116a4824" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085109Z:d5e0949e-a416-445c-8a09-9e81dc6eb69f" + ], + "Date": [ + "Mon, 14 Sep 2020 08:51:09 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "ef04215a-65df-423d-bfb9-d3534237c695" + ], + "x-ms-request-id": [ + "65885f93-0d4d-477f-8f54-b735cefb572d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085140Z:ef04215a-65df-423d-bfb9-d3534237c695" + ], + "Date": [ + "Mon, 14 Sep 2020 08:51:39 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "23beb870-ccbc-496f-bfa9-b2d2ecdec52f" + ], + "x-ms-request-id": [ + "500e8850-7b91-4d97-b1f2-9c7454f3dbad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085210Z:23beb870-ccbc-496f-bfa9-b2d2ecdec52f" + ], + "Date": [ + "Mon, 14 Sep 2020 08:52:10 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "74ac665b-ae52-495a-976a-2d7adb81878f" + ], + "x-ms-request-id": [ + "45910ebc-7e72-4e52-8819-e0fcc4dca92e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085241Z:74ac665b-ae52-495a-976a-2d7adb81878f" + ], + "Date": [ + "Mon, 14 Sep 2020 08:52:40 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "68959935-1c53-44b8-8d34-41cf80ad4dfc" + ], + "x-ms-request-id": [ + "b9288e55-5df4-4465-80d9-ef1d4e586b4e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085311Z:68959935-1c53-44b8-8d34-41cf80ad4dfc" + ], + "Date": [ + "Mon, 14 Sep 2020 08:53:11 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-correlation-request-id": [ + "2ec56e54-44fe-4e6a-a348-e3d71d95f14f" + ], + "x-ms-request-id": [ + "f533cd67-869c-43ca-97a9-8d3159c1c5c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085342Z:2ec56e54-44fe-4e6a-a348-e3d71d95f14f" + ], + "Date": [ + "Mon, 14 Sep 2020 08:53:41 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-correlation-request-id": [ + "7fda7c6b-1b47-45ac-9171-d79a9bc24117" + ], + "x-ms-request-id": [ + "bfbc4444-a3be-4894-b1d3-bf5fbcbfafa8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085412Z:7fda7c6b-1b47-45ac-9171-d79a9bc24117" + ], + "Date": [ + "Mon, 14 Sep 2020 08:54:12 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-correlation-request-id": [ + "71e5783b-2aa0-45c7-a1fd-b767751618db" + ], + "x-ms-request-id": [ + "b96e825c-9e0e-47f6-8430-cf32df80afc1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085442Z:71e5783b-2aa0-45c7-a1fd-b767751618db" + ], + "Date": [ + "Mon, 14 Sep 2020 08:54:42 GMT" + ], + "Content-Length": [ + "126" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operations/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "a954a6af-e24c-433f-a388-ca6d609b9000" + ], + "x-ms-request-id": [ + "d762d4bd-00d6-4686-9552-dbb73dcb58be" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085513Z:a954a6af-e24c-433f-a388-ca6d609b9000" + ], + "Date": [ + "Mon, 14 Sep 2020 08:55:12 GMT" + ], + "Content-Length": [ + "170" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"9906dc49-35fa-e547-a365-dd9bfc5a0760\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-09-14T08:45:34.4143835Z\",\r\n \"endTime\": \"2020-09-14T08:54:44.7658324Z\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnJlc3VsdHMvNDlkYzA2OTktZmEzNS00N2U1LWEzNjUtZGQ5YmZjNWEwNzYwP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.1.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.ContainerService/locations/westus/operationresults/49dc0699-fa35-47e5-a365-dd9bfc5a0760?api-version=2017-08-31" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-correlation-request-id": [ + "10f4ef95-6ea8-4960-9160-9d1b1dea33d3" + ], + "x-ms-request-id": [ + "861bb812-d580-453c-85e7-6f6fd7b1260e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085513Z:10f4ef95-6ea8-4960-9160-9d1b1dea33d3" + ], + "Date": [ + "Mon, 14 Sep 2020 08:55:13 GMT" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/rgps2448?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL3JncHMyNDQ4P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95d3f0f5-b9ef-44ae-8313-50a07db3edb9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjQ0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "630a1e8c-9611-4345-a55f-e6f3da093e50" + ], + "x-ms-correlation-request-id": [ + "630a1e8c-9611-4345-a55f-e6f3da093e50" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085518Z:630a1e8c-9611-4345-a55f-e6f3da093e50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:55:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjQ0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE1qUTBPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjQ0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "da2aff6d-15cb-44b4-81f0-87bb5db90af0" + ], + "x-ms-correlation-request-id": [ + "da2aff6d-15cb-44b4-81f0-87bb5db90af0" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085534Z:da2aff6d-15cb-44b4-81f0-87bb5db90af0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:55:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjQ0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE1qUTBPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjQ0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-request-id": [ + "5cb1dca7-6cab-4bb2-9584-f656ff8d8bed" + ], + "x-ms-correlation-request-id": [ + "5cb1dca7-6cab-4bb2-9584-f656ff8d8bed" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085549Z:5cb1dca7-6cab-4bb2-9584-f656ff8d8bed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:55:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjQ0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE1qUTBPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "ef23ad62-cd97-464f-8a9f-5567d0d900e2" + ], + "x-ms-correlation-request-id": [ + "ef23ad62-cd97-464f-8a9f-5567d0d900e2" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085604Z:ef23ad62-cd97-464f-8a9f-5567d0d900e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:56:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTMjQ0OC1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE1qUTBPQzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19041.", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.23" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "1ffa2233-7d5a-4922-aeda-7c9251f691f4" + ], + "x-ms-correlation-request-id": [ + "1ffa2233-7d5a-4922-aeda-7c9251f691f4" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20200914T085605Z:1ffa2233-7d5a-4922-aeda-7c9251f691f4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Mon, 14 Sep 2020 08:56:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Test-NewAzAksAddons": [ + "ps2448", + "ps7251" + ] + }, + "Variables": { + "SubscriptionId": "c9cbd920-c00c-427c-852b-8aaf38badaeb" + } +} \ No newline at end of file diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index 8f0f77936fce..0cb850379f6f 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -79,7 +79,7 @@ CmdletsToExport = 'Get-AzAksCluster', 'New-AzAksCluster', 'Remove-AzAksCluster', 'Import-AzAksCredential', 'Start-AzAksDashboard', 'Stop-AzAksDashboard', 'Set-AzAksCluster', 'New-AzAksNodePool', 'Update-AzAksNodePool', 'Remove-AzAksNodePool', 'Get-AzAksNodePool', - 'Install-AzAksKubectl', 'Get-AzAksVersion' + 'Install-AzAksKubectl', 'Get-AzAksVersion', 'Enable-AzAksAddOn', 'Disable-AzAksAddOn' # Variables to export from this module # VariablesToExport = @() diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md index c9c8c7b887a2..b8e75b1098de 100644 --- a/src/Aks/Aks/ChangeLog.md +++ b/src/Aks/Aks/ChangeLog.md @@ -18,8 +18,10 @@ - Additional information about change #1 --> ## Upcoming Release -* Added client side parameter validation logic for `New-AzAksCluster`, `Set-AzAksCluster` and `New-AzAksNodePool`. -* Added parameter `GenerateSshKey` for `New-AzAksCluster`. +* Added client side parameter validation logic for `New-AzAksCluster`, `Set-AzAksCluster` and `New-AzAksNodePool`. [#12372] +* Added support for add-ons in `New-AzAksCluster`. [#11239] +* Added cmdlets `Enable-AzAksAddOn` and `Disable-AzAksAddOn` for add-ons. [#11239] +* Added parameter `GenerateSshKey` for `New-AzAksCluster`. [#12371] * Updated api version to 2020-06-01. ## Version 1.2.0 diff --git a/src/Aks/Aks/Commands/Constants.cs b/src/Aks/Aks/Commands/Constants.cs index 2c5f4bd4e4a9..aa09e9799e28 100644 --- a/src/Aks/Aks/Commands/Constants.cs +++ b/src/Aks/Aks/Commands/Constants.cs @@ -12,6 +12,8 @@ // limitations under the License. // ---------------------------------------------------------------------------------- +using System.Collections.Generic; + namespace Microsoft.Azure.Commands.Aks { public static class Constants @@ -27,5 +29,17 @@ public static class Constants public const string ParentObjectParameterSet = "ParentObjectParameterSet"; public const string NodePool = "AksNodePool"; + + + public readonly static IDictionary AddOnUserReadNameToServiceNameMapper = new Dictionary + { + { "HttpApplicationRouting", "httpapplicationrouting" }, + { "Monitoring", "omsagent" }, + { "VirtualNode", "aciConnector" }, + { "AzurePolicy", "azurepolicy " }, + { "KubeDashboard", "kubeDashboard" }, + }; + public const string AddOnNameMonitoring = "Monitoring"; + public const string AddOnNameVirtualNode = "VirtualNode"; } } \ No newline at end of file diff --git a/src/Aks/Aks/Commands/DisableAzureRmAddons.cs b/src/Aks/Aks/Commands/DisableAzureRmAddons.cs new file mode 100644 index 000000000000..20069e56032e --- /dev/null +++ b/src/Aks/Aks/Commands/DisableAzureRmAddons.cs @@ -0,0 +1,55 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + + +using Microsoft.Azure.Commands.Aks.Models; +using Microsoft.Azure.Commands.Aks.Properties; +using Microsoft.Azure.Commands.Aks.Utils; +using Microsoft.Azure.Management.ContainerService.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; + +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Runtime.ExceptionServices; +using System.Text; + +namespace Microsoft.Azure.Commands.Aks.Commands +{ + [Cmdlet(VerbsLifecycle.Disable, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksAddOn", DefaultParameterSetName = DefaultParamSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSKubernetesCluster))] + public class DisableAzureRmAddons : UpdateAddonsBase + { + protected override IDictionary UpdateAddonsProfile(IDictionary addonProfiles) + { + foreach (var addOn in Name) + { + string addonServiceName = Constants.AddOnUserReadNameToServiceNameMapper.GetValueOrDefault(addOn, null); + if (addonServiceName == null) + { + throw new ArgumentException(string.Format(Resources.AddonNotDefined, addOn)); + } + if (!addonProfiles.ContainsKey(addonServiceName)) + { + throw new ArgumentException(string.Format(Resources.AddonIsNotInstalled, addOn)); + } + ManagedClusterAddonProfile addonProfile = addonProfiles[addonServiceName]; + addonProfile.Config = null; + addonProfile.Enabled = false; + } + + return addonProfiles; + } + } +} diff --git a/src/Aks/Aks/Commands/EnableAzureRmAddons.cs b/src/Aks/Aks/Commands/EnableAzureRmAddons.cs new file mode 100644 index 000000000000..2960ad138ae3 --- /dev/null +++ b/src/Aks/Aks/Commands/EnableAzureRmAddons.cs @@ -0,0 +1,50 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + + +using Microsoft.Azure.Commands.Aks.Models; +using Microsoft.Azure.Commands.Aks.Properties; +using Microsoft.Azure.Commands.Aks.Utils; +using Microsoft.Azure.Management.ContainerService.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; + +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; + +namespace Microsoft.Azure.Commands.Aks.Commands +{ + [Cmdlet(VerbsLifecycle.Enable, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksAddOn", DefaultParameterSetName = DefaultParamSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSKubernetesCluster))] + public class EnableAzureRmAddons : UpdateAddonsBase + { + [Parameter(Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "Resource Id of the workspace of Monitoring.")] + [ValidateNotNullOrEmpty] + public string WorkspaceResourceId { get; set; } + + [Parameter(Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "Subnet name of VirtualNode.")] + [ValidateNotNullOrEmpty] + public string SubnetName { get; set; } + + protected override IDictionary UpdateAddonsProfile(IDictionary addonProfiles) + { + return AddonUtils.EnableAddonsProfile(addonProfiles, Name, WorkspaceResourceId, SubnetName); + } + } +} diff --git a/src/Aks/Aks/Commands/NewKubeBase.cs b/src/Aks/Aks/Commands/NewKubeBase.cs index 5d61ed7960dc..ae187755dc34 100644 --- a/src/Aks/Aks/Commands/NewKubeBase.cs +++ b/src/Aks/Aks/Commands/NewKubeBase.cs @@ -13,7 +13,9 @@ // ---------------------------------------------------------------------------------- +using System; using System.Collections.Generic; +using System.IO; using System.Management.Automation; using System.Security; using Microsoft.Azure.Commands.Aks.Properties; @@ -61,6 +63,23 @@ public abstract class NewKubeBase : CreateOrUpdateKubeBase [PSArgumentCompleter("Delete", "Deallocate")] public string NodeScaleSetEvictionPolicy { get; set; } + [Parameter(Mandatory = false, HelpMessage = "Add-on names to be enabled when cluster is created.")] + [ValidateNotNullOrEmpty()] + [PSArgumentCompleter("HttpApplicationRouting", "Monitoring", "VirtualNode", "AzurePolicy", "KubeDashboard")] + public string[] AddOnNameToBeEnabled { get; set; } + + [Parameter(Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "Resource Id of the workspace of Monitoring addon.")] + [ValidateNotNullOrEmpty] + public string WorkspaceResourceId { get; set; } + + [Parameter(Mandatory = false, + ValueFromPipelineByPropertyName = true, + HelpMessage = "Subnet name of VirtualNode addon.")] + [ValidateNotNullOrEmpty] + public string SubnetName { get; set; } + ///// The client AAD application ID. //[Parameter(Mandatory = false, HelpMessage = "The client AAD application ID.")] //public string AadProfileClientAppId { get; set; } @@ -72,7 +91,7 @@ public abstract class NewKubeBase : CreateOrUpdateKubeBase ///// The server AAD application secret. //[Parameter(Mandatory = false, HelpMessage = "The server AAD application secret.")] //public string AadProfileServerAppSecret { get; set; } - + //// The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription. //[Parameter(Mandatory = false, // HelpMessage = @@ -135,6 +154,8 @@ protected override ManagedCluster BuildNewCluster() var networkProfile = GetNetworkProfile(); + var addonProfiles = CreateAddonsProfiles(); + WriteVerbose(string.Format(Resources.DeployingYourManagedKubeCluster, AcsSpFilePath)); var managedCluster = new ManagedCluster( @@ -148,6 +169,7 @@ protected override ManagedCluster BuildNewCluster() windowsProfile: windowsProfile, servicePrincipalProfile: spProfile, aadProfile: aadProfile, + addonProfiles: addonProfiles, networkProfile: networkProfile); if(EnableRbac.IsPresent) @@ -245,5 +267,17 @@ private ManagedClusterAADProfile GetAadProfile() //} return aadProfile; } + + private IDictionary CreateAddonsProfiles() + { + if (this.IsParameterBound(c => c.AddOnNameToBeEnabled)) + { + Dictionary addonProfiles = new Dictionary(); + return AddonUtils.EnableAddonsProfile(addonProfiles, AddOnNameToBeEnabled, WorkspaceResourceId, SubnetName); + } else + { + return null; + } + } } } \ No newline at end of file diff --git a/src/Aks/Aks/Commands/UpdateAddonsBase.cs b/src/Aks/Aks/Commands/UpdateAddonsBase.cs new file mode 100644 index 000000000000..3637f6587211 --- /dev/null +++ b/src/Aks/Aks/Commands/UpdateAddonsBase.cs @@ -0,0 +1,116 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.Aks.Models; +using Microsoft.Azure.Commands.Aks.Properties; +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; +using Microsoft.Azure.Management.ContainerService; +using Microsoft.Azure.Management.ContainerService.Models; +using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; +using Microsoft.Rest.Azure; + +using System; +using System.Collections.Generic; +using System.Management.Automation; +using System.Text; + +namespace Microsoft.Azure.Commands.Aks.Commands +{ + public abstract class UpdateAddonsBase : KubeCmdletBase + { + private const string IdParameterSet = "IdParameterSet"; + private const string InputObjectParameterSet = "InputObjectParameterSet"; + protected const string DefaultParamSet = "defaultParameterSet"; + + [Parameter( + Position = 0, + Mandatory = true, + ParameterSetName = DefaultParamSet, + HelpMessage = "Resource Group Name.")] + [ResourceGroupCompleter()] + [ValidateNotNullOrEmpty] + public string ResourceGroupName { get; set; } + + [Parameter( + Position = 1, + Mandatory = true, + ParameterSetName = DefaultParamSet, + HelpMessage = "Kubernetes managed cluster Name.")] + [ValidateNotNullOrEmpty] + public string ClusterName { get; set; } + + [Parameter(Mandatory = true, + ParameterSetName = InputObjectParameterSet, + ValueFromPipeline = true, + HelpMessage = "A PSKubernetesCluster object, normally passed through the pipeline.")] + [ValidateNotNullOrEmpty] + public PSKubernetesCluster ClusterObject { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Add-on names to be enabled when cluster is created.")] + [ValidateNotNullOrEmpty()] + [PSArgumentCompleter("HttpApplicationRouting", "Monitoring", "VirtualNode", "AzurePolicy", "KubeDashboard")] + public string[] Name { get; set; } + + public override void ExecuteCmdlet() + { + ManagedCluster cluster = null; + switch (ParameterSetName) + { + case InputObjectParameterSet: + { + WriteVerbose(Resources.UsingClusterFromPipeline); + cluster = PSMapper.Instance.Map(ClusterObject); + var resource = new ResourceIdentifier(cluster.Id); + ResourceGroupName = resource.ResourceGroupName; + ClusterName = resource.ResourceName; + break; + } + } + + var msg = $"{Name} in {ResourceGroupName}"; + + if (ShouldProcess(msg, Resources.UpdateOrCreateAManagedKubernetesCluster)) + { + if (cluster == null) + { + cluster = GetManagedClusterWithResourceGroupNameAndName(); + } + cluster.AddonProfiles = UpdateAddonsProfile(cluster.AddonProfiles); + cluster.ServicePrincipalProfile = null; + cluster.AadProfile = null; + cluster.AgentPoolProfiles = null; + var kubeCluster = Client.ManagedClusters.CreateOrUpdate(ResourceGroupName, ClusterName, cluster); + WriteObject(PSMapper.Instance.Map(kubeCluster)); + } + } + + protected abstract IDictionary UpdateAddonsProfile(IDictionary addonProfiles); + + private ManagedCluster GetManagedClusterWithResourceGroupNameAndName() + { + try + { + var cluster = Client.ManagedClusters.Get(ResourceGroupName, ClusterName); + WriteVerbose(string.Format(Resources.ClusterExists, cluster.Id)); + return cluster; + } + catch (CloudException exception) + { + // Write exception out to error channel. + WriteError(new ErrorRecord(exception, Resources.ClusterDoesNotExist, ErrorCategory.CloseError, null)); + return null; + } + } + } +} diff --git a/src/Aks/Aks/Properties/Resources.Designer.cs b/src/Aks/Aks/Properties/Resources.Designer.cs index 73e735322239..8d4773c7fd23 100644 --- a/src/Aks/Aks/Properties/Resources.Designer.cs +++ b/src/Aks/Aks/Properties/Resources.Designer.cs @@ -69,6 +69,42 @@ internal static string AddDirectoryToPath { } } + /// + /// Looks up a localized string similar to Addon {0} is not installed.. + /// + internal static string AddonIsNotInstalled { + get { + return ResourceManager.GetString("AddonIsNotInstalled", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Addon Monitoring should work with WorkspaceResourceId.. + /// + internal static string AddonMonitoringShouldWorkWithWorkspaceResourceId { + get { + return ResourceManager.GetString("AddonMonitoringShouldWorkWithWorkspaceResourceId", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Addon {0} is not defined.. + /// + internal static string AddonNotDefined { + get { + return ResourceManager.GetString("AddonNotDefined", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Addon VirtualNode should work with SubnetName.. + /// + internal static string AddonVirtualNodeShouldWorkWithSubnetName { + get { + return ResourceManager.GetString("AddonVirtualNodeShouldWorkWithSubnetName", resourceCulture); + } + } + /// /// Looks up a localized string similar to Add Role Assignment. /// diff --git a/src/Aks/Aks/Properties/Resources.resx b/src/Aks/Aks/Properties/Resources.resx index c1ffa9b1b0c9..c1c91ed84d72 100644 --- a/src/Aks/Aks/Properties/Resources.resx +++ b/src/Aks/Aks/Properties/Resources.resx @@ -369,6 +369,9 @@ Windows agent pool name can not be longer than 6 characters. + + Add-on Monitoring should work with WorkspaceResourceId. + Don't use -GenerateSshKey and -SshKeyVaule at the same time. @@ -390,4 +393,16 @@ NetworkPlugin must be azure if you want to use Windows. + + + + + Add-on {0} is not installed. + + + Add-on {0} is not defined. + + + Add-on VirtualNode should work with SubnetName. + \ No newline at end of file diff --git a/src/Aks/Aks/Utils/AddonUtils.cs b/src/Aks/Aks/Utils/AddonUtils.cs new file mode 100644 index 000000000000..06d8b481e0ea --- /dev/null +++ b/src/Aks/Aks/Utils/AddonUtils.cs @@ -0,0 +1,99 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +using Microsoft.Azure.Commands.Aks.Properties; +using Microsoft.Azure.Management.ContainerService.Models; +using Microsoft.WindowsAzure.Commands.Utilities.Common; + +using System; +using System.Collections.Generic; +using System.Text; + +namespace Microsoft.Azure.Commands.Aks.Utils +{ + static class AddonUtils + { + public static string TrimWorkspaceResourceId(string workspaceResourceId) + { + return string.Format("/{0}", workspaceResourceId.Trim().Trim('/')); + } + + public static IDictionary EnableAddonsProfile(IDictionary addonProfiles, string[] addOnName, string workspaceResourceId, string subnetName) + { + foreach (var addOn in addOnName) + { + if (addOn.Equals(Constants.AddOnNameMonitoring)) + { + addonProfiles = EnableAddonMonitoring(addonProfiles, workspaceResourceId); + } + else if (addOn.Equals(Constants.AddOnNameVirtualNode)) + { + addonProfiles = EnableAddonVirtualNode(addonProfiles, subnetName); + } + else + { + string addonServiceName = Constants.AddOnUserReadNameToServiceNameMapper.GetValueOrDefault(addOn, null); + if (addonServiceName == null) + { + throw new ArgumentException(string.Format(Resources.AddonNotDefined, addOn)); + } + ManagedClusterAddonProfile addonProfile = new ManagedClusterAddonProfile(true, null); + addonProfiles = EnableAddonsProfile(addonProfiles, addonServiceName, addonProfile); + } + } + + return addonProfiles; + } + + private static IDictionary EnableAddonsProfile(IDictionary addonProfiles, string addonServiceName, ManagedClusterAddonProfile addonProfile) + { + addonProfiles[addonServiceName] = addonProfile; + + return addonProfiles; + } + + private static IDictionary EnableAddonMonitoring(IDictionary addonProfiles, string workspaceResourceId) + { + if (workspaceResourceId == null) + { + throw new ArgumentException(Resources.AddonMonitoringShouldWorkWithWorkspaceResourceId); + } + string addonServiceName = Constants.AddOnUserReadNameToServiceNameMapper.GetValueOrDefault(Constants.AddOnNameMonitoring, null); + Dictionary config = new Dictionary + { + { "logAnalyticsWorkspaceResourceID", TrimWorkspaceResourceId(workspaceResourceId) } + }; + ManagedClusterAddonProfile addonProfile = new ManagedClusterAddonProfile(true, config); + addonProfiles = EnableAddonsProfile(addonProfiles, addonServiceName, addonProfile); + return addonProfiles; + } + + private static IDictionary EnableAddonVirtualNode(IDictionary addonProfiles, string subnetName) + { + if (subnetName == null) + { + throw new ArgumentException(Resources.AddonVirtualNodeShouldWorkWithSubnetName); + } + string osType = "Linux"; + string addonServiceName = string.Format("{0}{1}", Constants.AddOnUserReadNameToServiceNameMapper.GetValueOrDefault(Constants.AddOnNameVirtualNode, null), osType); + Dictionary config = new Dictionary + { + { "SubnetName", subnetName } + }; + ManagedClusterAddonProfile addonProfile = new ManagedClusterAddonProfile(true, config); + addonProfiles = EnableAddonsProfile(addonProfiles, addonServiceName, addonProfile); + return addonProfiles; + } + } +} diff --git a/src/Aks/Aks/help/Az.Aks.md b/src/Aks/Aks/help/Az.Aks.md index 2d1031952943..64a4226c5424 100644 --- a/src/Aks/Aks/help/Az.Aks.md +++ b/src/Aks/Aks/help/Az.Aks.md @@ -11,6 +11,12 @@ Locale: en-US Commands to interact with Azure managed Kubernetes clusters. ## Az.Aks Cmdlets +### [Disable-AzAksAddOn](Disable-AzAksAddOn.md) +Disable the addons for aks. + +### [Enable-AzAksAddOn](Enable-AzAksAddOn.md) +Enable the addons for aks. + ### [Get-AzAksCluster](Get-AzAksCluster.md) List Kubernetes managed clusters. diff --git a/src/Aks/Aks/help/Disable-AzAksAddon.md b/src/Aks/Aks/help/Disable-AzAksAddon.md new file mode 100644 index 000000000000..210f9029b638 --- /dev/null +++ b/src/Aks/Aks/help/Disable-AzAksAddon.md @@ -0,0 +1,162 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml +Module Name: Az.Aks +online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/disable-azaksaddon +schema: 2.0.0 +--- + +# Disable-AzAksAddOn + +## SYNOPSIS +Disable the addons for aks. + +## SYNTAX + +### defaultParameterSet (Default) +``` +Disable-AzAksAddOn [-ResourceGroupName] [-ClusterName] [-Name ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### InputObjectParameterSet +``` +Disable-AzAksAddOn -ClusterObject [-Name ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Disable the addons for aks. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzAks -ResourceGroupName group -Name myCluster | Disable-AzAksAddon -Name HttpApplicationRouting,Monitoring,AzurePolicy,VirtualNode,KubeDashboard +``` + +Disable the addons `HttpApplicationRouting`, `Monitoring`, `AzurePolicy`, `VirtualNode` and `KubeDashboard` for aks. + +## PARAMETERS + +### -ClusterName +Kubernetes managed cluster Name. + +```yaml +Type: System.String +Parameter Sets: defaultParameterSet +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ClusterObject +A PSKubernetesCluster object, normally passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster +Parameter Sets: InputObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Kubernetes managed cluster Name. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource Group Name. + +```yaml +Type: System.String +Parameter Sets: defaultParameterSet +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster + +### System.String + +## OUTPUTS + +### Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster + +## NOTES + +## RELATED LINKS diff --git a/src/Aks/Aks/help/Enable-AzAksAddon.md b/src/Aks/Aks/help/Enable-AzAksAddon.md new file mode 100644 index 000000000000..6247380512ac --- /dev/null +++ b/src/Aks/Aks/help/Enable-AzAksAddon.md @@ -0,0 +1,193 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml +Module Name: Az.Aks +online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/enable-azaksaddon +schema: 2.0.0 +--- + +# Enable-AzAksAddOn + +## SYNOPSIS +Enable the addons for aks. + +## SYNTAX + +### defaultParameterSet (Default) +``` +Enable-AzAksAddOn [-WorkspaceResourceId ] [-SubnetName ] [-ResourceGroupName] + [-ClusterName] [-Name ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### InputObjectParameterSet +``` +Enable-AzAksAddOn [-WorkspaceResourceId ] [-SubnetName ] -ClusterObject + [-Name ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Enable the addons for aks. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzAks -ResourceGroupName group -Name myCluster | Enable-AzAksAddon -Name HttpApplicationRouting,Monitoring,AzurePolicy,VirtualNode,KubeDashboard -WorkspaceResourceId xxxxx/xxxx -SubnetName subnet +``` + +Enable the addons `HttpApplicationRouting`, `Monitoring`, `AzurePolicy`, `VirtualNode` and `KubeDashboard` for aks. + +## PARAMETERS + +### -ClusterName +Kubernetes managed cluster Name. + +```yaml +Type: System.String +Parameter Sets: defaultParameterSet +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ClusterObject +A PSKubernetesCluster object, normally passed through the pipeline. + +```yaml +Type: Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster +Parameter Sets: InputObjectParameterSet +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Kubernetes managed cluster Name. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Resource Group Name. + +```yaml +Type: System.String +Parameter Sets: defaultParameterSet +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubnetName +Subnet name of VirtualNode. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -WorkspaceResourceId +Resource Id of the workspace of Monitoring. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.String + +### Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster + +## OUTPUTS + +### Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster + +## NOTES + +## RELATED LINKS diff --git a/src/Aks/Aks/help/New-AzAksCluster.md b/src/Aks/Aks/help/New-AzAksCluster.md index 0e7392239943..5bf0d84b26cd 100644 --- a/src/Aks/Aks/help/New-AzAksCluster.md +++ b/src/Aks/Aks/help/New-AzAksCluster.md @@ -15,14 +15,15 @@ Create a new managed Kubernetes cluster. ``` New-AzAksCluster [-Force] [-GenerateSshKey] [-NodeVmSetType ] [-NodeVnetSubnetID ] [-NodeMaxPodCount ] [-NodeOsType ] [-NodeSetPriority ] [-NodePoolMode ] - [-NodeScaleSetEvictionPolicy ] [-AcrNameToAttach ] [-EnableRbac] - [-WindowsProfileAdminUserName ] [-WindowsProfileAdminUserPassword ] - [-NetworkPlugin ] [-LoadBalancerSku ] [-ResourceGroupName] [-Name] - [[-ServicePrincipalIdAndSecret] ] [-Location ] [-LinuxProfileAdminUserName ] - [-DnsNamePrefix ] [-KubernetesVersion ] [-NodeName ] [-NodeMinCount ] - [-NodeMaxCount ] [-EnableNodeAutoScaling] [-NodeCount ] [-NodeOsDiskSize ] - [-NodeVmSize ] [-SshKeyValue ] [-AsJob] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-NodeScaleSetEvictionPolicy ] [-AddOnNameToBeEnabled ] [-WorkspaceResourceId ] + [-SubnetName ] [-AcrNameToAttach ] [-EnableRbac] [-WindowsProfileAdminUserName ] + [-WindowsProfileAdminUserPassword ] [-NetworkPlugin ] [-LoadBalancerSku ] + [-ResourceGroupName] [-Name] [[-ServicePrincipalIdAndSecret] ] + [-Location ] [-LinuxProfileAdminUserName ] [-DnsNamePrefix ] + [-KubernetesVersion ] [-NodeName ] [-NodeMinCount ] [-NodeMaxCount ] + [-EnableNodeAutoScaling] [-NodeCount ] [-NodeOsDiskSize ] [-NodeVmSize ] + [-SshKeyValue ] [-AsJob] [-Tag ] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -64,6 +65,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AddOnNameToBeEnabled +Add-on names to be enabled when cluster is created. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AsJob Run cmdlet in the background @@ -501,6 +517,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SubnetName +Subnet name of VirtualNode addon. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Tag Tags to be applied to the resource @@ -546,6 +577,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -WorkspaceResourceId +Resource Id of the workspace of Monitoring addon. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet.