diff --git a/src/Aks/Aks.Test/ScenarioTests/AksTestRunner.cs b/src/Aks/Aks.Test/ScenarioTests/AksTestRunner.cs index 778f1b10bea6..9c72262e0c5d 100644 --- a/src/Aks/Aks.Test/ScenarioTests/AksTestRunner.cs +++ b/src/Aks/Aks.Test/ScenarioTests/AksTestRunner.cs @@ -77,8 +77,9 @@ protected AksTestRunner(ITestOutputHelper output) AzureSession.Instance.DataStore = new MemoryDataStore(); var home = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); var dir = Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath); - var subscription = HttpMockServer.Variables["SubscriptionId"]; + var currentEnvironment = TestEnvironmentFactory.GetTestEnvironment(); + var subscription = currentEnvironment.ConnectionString.KeyValuePairs["SubscriptionId"]; string spn = null; string spnSecret = null; if (currentEnvironment.ConnectionString.KeyValuePairs.ContainsKey("ServicePrincipal")) diff --git a/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 b/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 index ba25cd1b3ca5..92f40992542a 100644 --- a/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 +++ b/src/Aks/Aks.Test/ScenarioTests/KubernetesTests.ps1 @@ -229,20 +229,19 @@ function Test-UpgradeKubernetesVersion $kubeClusterName = Get-RandomClusterName $location = Get-ProviderLocation "Microsoft.ContainerService/managedClusters" $nodeVmSize = "Standard_D2_v2" - $kubeVersion = "1.21.2" + $kubeVersion = "1.23.3" try { New-AzResourceGroup -Name $resourceGroupName -Location 'eastus' - $credObject = $(createTestCredential "a6148f60-19b8-49b8-a5a5-54945aec926e" "uJa7Q~pyzJpxnv7it0f0Co~SL8qQWFL2t45DW") + $credObject = $(createTestCredential "a6148f60-19b8-49b8-a5a5-54945aec926e" "xde7Q~bVRBoBzggfXn3Zw1uCqzRuLduEFPJXw") New-AzAksCluster -ResourceGroupName $resourceGroupName -Name $kubeClusterName -NodeVmSize $nodeVmSize -ServicePrincipalIdAndSecret $credObject -NodeVmSetType VirtualMachineScaleSets #New-AzAksNodePool -ResourceGroupName $resourceGroupName -ClusterName $kubeClusterName -Name pool2 -VmSetType VirtualMachineScaleSets Set-AzAksCluster -ResourceGroupName $resourceGroupName -Name $kubeClusterName -KubernetesVersion $kubeVersion -ControlPlaneOnly Set-AzAksCluster -ResourceGroupName $resourceGroupName -Name $kubeClusterName -NodeImageOnly $cluster = Get-AzAksCluster -ResourceGroupName $resourceGroupName -Name $kubeClusterName Assert-AreEqual $kubeVersion $cluster.KubernetesVersion - Assert-AreEqual $kubeVersion $cluster.AgentPoolProfiles[0].OrchestratorVersion } finally { diff --git a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestUpgradeKubernetesVersion.json b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestUpgradeKubernetesVersion.json index 2df397b13bca..2f329416ea51 100644 --- a/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestUpgradeKubernetesVersion.json +++ b/src/Aks/Aks.Test/SessionRecords/Commands.Aks.Test.ScenarioTests.KubernetesTests/TestUpgradeKubernetesVersion.json @@ -7,16 +7,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "64ad9521-9348-4c6c-887f-fada95dc8613" + "19dd9243-56eb-42ca-98a2-495079fff401" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "9ce43f62-13ef-4488-971d-fb0ce4e38322" + "f36ca56e-48d9-4915-8bd4-4e3401911561" ], "x-ms-correlation-request-id": [ - "9ce43f62-13ef-4488-971d-fb0ce4e38322" + "f36ca56e-48d9-4915-8bd4-4e3401911561" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T045829Z:9ce43f62-13ef-4488-971d-fb0ce4e38322" + "SOUTHEASTASIA:20220530T064155Z:f36ca56e-48d9-4915-8bd4-4e3401911561" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 04:58:29 GMT" + "Mon, 30 May 2022 06:41:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,10 +54,10 @@ "-1" ], "Content-Length": [ - "7535" + "9124" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/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 \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\",\r\n \"2021-02-01\",\r\n \"2020-12-01\",\r\n \"2020-11-01\",\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 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\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 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\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 \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"France South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\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 \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\",\r\n \"2021-02-01\",\r\n \"2020-12-01\",\r\n \"2020-11-01\",\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 \"resourceType\": \"locations/osOptions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-09-01\",\r\n \"2021-08-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/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 \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-04-01\",\r\n \"2022-03-02-preview\",\r\n \"2022-03-01\",\r\n \"2022-02-02-preview\",\r\n \"2022-02-01\",\r\n \"2022-01-02-preview\",\r\n \"2022-01-01\",\r\n \"2021-11-01-preview\",\r\n \"2021-10-01\",\r\n \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\",\r\n \"2021-02-01\",\r\n \"2020-12-01\",\r\n \"2020-11-01\",\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 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada East\",\r\n \"Japan East\",\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 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada East\",\r\n \"Japan East\",\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 \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"France South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\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 \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-04-01\",\r\n \"2022-03-02-preview\",\r\n \"2022-03-01\",\r\n \"2022-02-02-preview\",\r\n \"2022-02-01\",\r\n \"2022-01-02-preview\",\r\n \"2022-01-01\",\r\n \"2021-11-01-preview\",\r\n \"2021-10-01\",\r\n \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\",\r\n \"2021-02-01\",\r\n \"2020-12-01\",\r\n \"2020-11-01\",\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 \"resourceType\": \"locations/osOptions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-04-01\",\r\n \"2022-03-02-preview\",\r\n \"2022-03-01\",\r\n \"2022-02-02-preview\",\r\n \"2022-02-01\",\r\n \"2022-01-02-preview\",\r\n \"2022-01-01\",\r\n \"2021-11-01-preview\",\r\n \"2021-10-01\",\r\n \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-04-01\",\r\n \"2022-03-02-preview\",\r\n \"2022-03-01\",\r\n \"2022-02-02-preview\",\r\n \"2022-02-01\",\r\n \"2022-01-02-preview\",\r\n \"2022-01-01\",\r\n \"2021-11-01-preview\",\r\n \"2021-10-01\",\r\n \"2021-09-01\",\r\n \"2021-08-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"managedclustersnapshots\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-03-02-preview\",\r\n \"2022-02-02-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -67,16 +67,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -87,16 +87,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11991" ], "x-ms-request-id": [ - "fa896552-2d54-402b-b248-f4cc996e4c3a" + "25d277c4-3bd2-4093-83a6-ee8613d24a2c" ], "x-ms-correlation-request-id": [ - "fa896552-2d54-402b-b248-f4cc996e4c3a" + "25d277c4-3bd2-4093-83a6-ee8613d24a2c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T045835Z:fa896552-2d54-402b-b248-f4cc996e4c3a" + "SOUTHEASTASIA:20220530T064159Z:25d277c4-3bd2-4093-83a6-ee8613d24a2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 04:58:35 GMT" + "Mon, 30 May 2022 06:41:59 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,29 +114,29 @@ "-1" ], "Content-Length": [ - "7535" + "9124" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/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 \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\",\r\n \"2021-02-01\",\r\n \"2020-12-01\",\r\n \"2020-11-01\",\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 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\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 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\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 \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"France South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\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 \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\",\r\n \"2021-02-01\",\r\n \"2020-12-01\",\r\n \"2020-11-01\",\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 \"resourceType\": \"locations/osOptions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-09-01\",\r\n \"2021-08-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/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 \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-04-01\",\r\n \"2022-03-02-preview\",\r\n \"2022-03-01\",\r\n \"2022-02-02-preview\",\r\n \"2022-02-01\",\r\n \"2022-01-02-preview\",\r\n \"2022-01-01\",\r\n \"2021-11-01-preview\",\r\n \"2021-10-01\",\r\n \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\",\r\n \"2021-02-01\",\r\n \"2020-12-01\",\r\n \"2020-11-01\",\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 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada East\",\r\n \"Japan East\",\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 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada East\",\r\n \"Japan East\",\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 \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"France South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Central US\",\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 \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-04-01\",\r\n \"2022-03-02-preview\",\r\n \"2022-03-01\",\r\n \"2022-02-02-preview\",\r\n \"2022-02-01\",\r\n \"2022-01-02-preview\",\r\n \"2022-01-01\",\r\n \"2021-11-01-preview\",\r\n \"2021-10-01\",\r\n \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\",\r\n \"2021-02-01\",\r\n \"2020-12-01\",\r\n \"2020-11-01\",\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 \"resourceType\": \"locations/osOptions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 Central\",\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 \"Brazil Southeast\",\r\n \"Australia Central 2\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"West US 3\",\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 \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-04-01\",\r\n \"2022-03-02-preview\",\r\n \"2022-03-01\",\r\n \"2022-02-02-preview\",\r\n \"2022-02-01\",\r\n \"2022-01-02-preview\",\r\n \"2022-01-01\",\r\n \"2021-11-01-preview\",\r\n \"2021-10-01\",\r\n \"2021-09-01\",\r\n \"2021-08-01\",\r\n \"2021-07-01\",\r\n \"2021-05-01\",\r\n \"2021-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-04-01\",\r\n \"2022-03-02-preview\",\r\n \"2022-03-01\",\r\n \"2022-02-02-preview\",\r\n \"2022-02-01\",\r\n \"2022-01-02-preview\",\r\n \"2022-01-01\",\r\n \"2021-11-01-preview\",\r\n \"2021-10-01\",\r\n \"2021-09-01\",\r\n \"2021-08-01\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"managedclustersnapshots\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"France South\",\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 \"Australia Central\",\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 \"Brazil Southeast\",\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 \"West US 3\",\r\n \"Jio India Central\",\r\n \"Jio India West\",\r\n \"Sweden Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-05-02-preview\",\r\n \"2022-04-02-preview\",\r\n \"2022-03-02-preview\",\r\n \"2022-02-02-preview\"\r\n ],\r\n \"capabilities\": \"SystemAssignedResourceIdentity\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlZ3JvdXBzL3JncHM0MzYxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlZ3JvdXBzL3JncHM0NjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7560bc3d-1bef-4c41-9567-ea7e40e2e2c7" + "ab59b2b5-74f4-43c7-be6d-9691339424d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "2c8cfc74-48cd-429d-a358-5a803f9f26ef" + "89947782-f3d9-406e-bd5d-eb01057c435a" ], "x-ms-correlation-request-id": [ - "2c8cfc74-48cd-429d-a358-5a803f9f26ef" + "89947782-f3d9-406e-bd5d-eb01057c435a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T045834Z:2c8cfc74-48cd-429d-a358-5a803f9f26ef" + "SOUTHEASTASIA:20220530T064158Z:89947782-f3d9-406e-bd5d-eb01057c435a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 04:58:33 GMT" + "Mon, 30 May 2022 06:41:57 GMT" ], "Content-Length": [ - "169" + "167" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,25 +183,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361\",\r\n \"name\": \"rgps4361\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464\",\r\n \"name\": \"rgps464\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -216,13 +216,13 @@ "gateway" ], "x-ms-request-id": [ - "fc7ec379-e9ba-4f24-9ea7-7fa792aa44c8" + "569f95f3-1998-4032-9829-df93d1c55a88" ], "x-ms-correlation-request-id": [ - "fc7ec379-e9ba-4f24-9ea7-7fa792aa44c8" + "569f95f3-1998-4032-9829-df93d1c55a88" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T045835Z:fc7ec379-e9ba-4f24-9ea7-7fa792aa44c8" + "SOUTHEASTASIA:20220530T064159Z:569f95f3-1998-4032-9829-df93d1c55a88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 04:58:35 GMT" + "Mon, 30 May 2022 06:41:59 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -240,274 +240,25 @@ "-1" ], "Content-Length": [ - "233" + "232" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps9263' under resource group 'rgps4361' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ContainerService/managedClusters/kubeps1996' under resource group 'rgps464' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050219Z:66481105-24cc-46ca-8e07-1a7dd804c780" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "66481105-24cc-46ca-8e07-1a7dd804c780" - ], - "x-ms-request-id": [ - "72bba88c-8b52-4d7a-b2eb-87e7eaa8fdb1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 05:02:19 GMT" - ], - "Content-Length": [ - "2916" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.9\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0bfe8f15-11b9-49c8-9bef-ade017fe4b12" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050220Z:00f6e680-cdee-4f7e-847e-a1ddc0ca8f0b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "00f6e680-cdee-4f7e-847e-a1ddc0ca8f0b" - ], - "x-ms-request-id": [ - "ff600897-585e-4d07-8fe0-d8dec4183472" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 05:02:20 GMT" - ], - "Content-Length": [ - "2916" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.9\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0bfe8f15-11b9-49c8-9bef-ade017fe4b12" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050221Z:c082ea49-88e1-465d-8629-c7421bf74777" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "c082ea49-88e1-465d-8629-c7421bf74777" - ], - "x-ms-request-id": [ - "5541ff81-9e8f-433a-8d4a-f18e66194e27" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 05:02:21 GMT" - ], - "Content-Length": [ - "2916" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.9\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0bfe8f15-11b9-49c8-9bef-ade017fe4b12" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050259Z:51a9b174-8141-4fee-971a-2ec034babbd9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "51a9b174-8141-4fee-971a-2ec034babbd9" - ], - "x-ms-request-id": [ - "49413c3a-1e2a-46b7-8291-8ad25373446e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 05:02:58 GMT" - ], - "Content-Length": [ - "2916" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.21.2\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "Accept-Language": [ - "en-US" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -519,16 +270,16 @@ "no-cache" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050259Z:a695057e-e679-4afc-93a1-891f90ae6023" + "SOUTHEASTASIA:20220530T064510Z:17900de2-6e0d-4e8f-8c2c-ec7629c01b03" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11990" ], "x-ms-correlation-request-id": [ - "a695057e-e679-4afc-93a1-891f90ae6023" + "17900de2-6e0d-4e8f-8c2c-ec7629c01b03" ], "x-ms-request-id": [ - "8e06f2c5-69c2-49e9-8612-98297d2e2597" + "f57e57d2-0442-4cd8-9397-149e56e65fa6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -540,10 +291,10 @@ "nginx" ], "Date": [ - "Fri, 19 Nov 2021 05:02:59 GMT" + "Mon, 30 May 2022 06:45:10 GMT" ], "Content-Length": [ - "2916" + "2913" ], "Content-Type": [ "application/json" @@ -552,1390 +303,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.21.2\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.22.6\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" + "6cbebd16-8369-4174-8e9c-a19548ab9b18" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050300Z:569a3d99-6d55-497f-bd3f-1090f949b2cd" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "569a3d99-6d55-497f-bd3f-1090f949b2cd" - ], - "x-ms-request-id": [ - "27c71df7-f55a-4cdb-a2ca-df23935fa602" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 05:02:59 GMT" - ], - "Content-Length": [ - "2916" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.21.2\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051716Z:99300740-a214-4026-bc16-00c0b08bde10" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], - "x-ms-correlation-request-id": [ - "99300740-a214-4026-bc16-00c0b08bde10" - ], - "x-ms-request-id": [ - "4d23bc9e-d67a-4467-ae2f-4ec54c8326f6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 05:17:15 GMT" - ], - "Content-Length": [ - "2916" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.21.2\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.21.2\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "11e3efaa-87f6-427d-9c45-3064a6022078" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051716Z:b7496082-2e53-47df-955f-acdcf3c85710" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "x-ms-correlation-request-id": [ - "b7496082-2e53-47df-955f-acdcf3c85710" - ], - "x-ms-request-id": [ - "919db7ec-632e-494f-b513-17875320f242" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 05:17:16 GMT" - ], - "Content-Length": [ - "2916" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.21.2\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.21.2\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlZ3JvdXBzL3JncHM0MzYxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "125cae07-9fa0-4639-a044-31da62d8291e" - ], - "x-ms-correlation-request-id": [ - "125cae07-9fa0-4639-a044-31da62d8291e" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T045835Z:125cae07-9fa0-4639-a044-31da62d8291e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Fri, 19 Nov 2021 04:58:35 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "169" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361\",\r\n \"name\": \"rgps4361\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"kubep0b1f\",\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 \"osType\": \"Linux\",\r\n \"type\": \"VirtualMachineScaleSets\",\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\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\",\r\n \"secret\": \"uJa7Q~pyzJpxnv7it0f0Co~SL8qQWFL2t45DW\"\r\n },\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\"\r\n }\r\n },\r\n \"location\": \"eastus\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1500" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T045844Z:1d8383a1-5fa9-41d8-9fdb-b635ae887a86" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/8474ca0c-e263-4255-9289-a9cd6fb00738?api-version=2017-08-31" - ], - "x-ms-correlation-request-id": [ - "1d8383a1-5fa9-41d8-9fdb-b635ae887a86" - ], - "x-ms-request-id": [ - "8474ca0c-e263-4255-9289-a9cd6fb00738" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 04:58:44 GMT" - ], - "Content-Length": [ - "2664" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.9\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2Mz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.21.2\",\r\n \"dnsPrefix\": \"kubep0b1f\",\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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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 \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n },\r\n \"location\": \"eastus\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0bfe8f15-11b9-49c8-9bef-ade017fe4b12" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2492" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050228Z:82cfd930-bd09-4ed0-abe0-93c377962a75" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/6a3e47eb-b60f-4934-9da7-504ea9a6288e?api-version=2017-08-31" - ], - "x-ms-correlation-request-id": [ - "82cfd930-bd09-4ed0-abe0-93c377962a75" - ], - "x-ms-request-id": [ - "6a3e47eb-b60f-4934-9da7-504ea9a6288e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "Date": [ - "Fri, 19 Nov 2021 05:02:27 GMT" - ], - "Content-Length": [ - "2916" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps9263\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Upgrading\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.21.2\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-edeefe75.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-edeefe75.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Upgrading\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps4361_kubeps9263_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps4361_kubeps9263_eastus/providers/Microsoft.Network/publicIPAddresses/9d8fe6aa-35e1-4268-a721-e0f3f11a886d\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/8474ca0c-e263-4255-9289-a9cd6fb00738?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3NGNhMGMtZTI2My00MjU1LTkyODktYTljZDZmYjAwNzM4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "d36f8ac3-9953-47ed-86e4-fc18eac49a69" - ], - "x-ms-request-id": [ - "b2ab9d31-079b-47db-b869-63358170a457" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T045915Z:d36f8ac3-9953-47ed-86e4-fc18eac49a69" - ], - "Date": [ - "Fri, 19 Nov 2021 04:59:14 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"0cca7484-63e2-5542-9289-a9cd6fb00738\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T04:58:43.4533333Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/8474ca0c-e263-4255-9289-a9cd6fb00738?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3NGNhMGMtZTI2My00MjU1LTkyODktYTljZDZmYjAwNzM4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-correlation-request-id": [ - "cfe0ac55-fdae-40fa-b3ee-13c73e40e421" - ], - "x-ms-request-id": [ - "376007f4-8428-4c2f-bc5f-3f18fbc1764f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T045946Z:cfe0ac55-fdae-40fa-b3ee-13c73e40e421" - ], - "Date": [ - "Fri, 19 Nov 2021 04:59:45 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"0cca7484-63e2-5542-9289-a9cd6fb00738\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T04:58:43.4533333Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/8474ca0c-e263-4255-9289-a9cd6fb00738?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3NGNhMGMtZTI2My00MjU1LTkyODktYTljZDZmYjAwNzM4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "49d3b7b2-111e-4a2e-b452-7cc7fdc3b4ac" - ], - "x-ms-request-id": [ - "3ff72400-b90c-4bf9-83cb-906899f434db" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050016Z:49d3b7b2-111e-4a2e-b452-7cc7fdc3b4ac" - ], - "Date": [ - "Fri, 19 Nov 2021 05:00:16 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"0cca7484-63e2-5542-9289-a9cd6fb00738\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T04:58:43.4533333Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/8474ca0c-e263-4255-9289-a9cd6fb00738?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3NGNhMGMtZTI2My00MjU1LTkyODktYTljZDZmYjAwNzM4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "485fed82-df5c-472f-b3e2-9c43e54c296f" - ], - "x-ms-request-id": [ - "f779a993-fb57-4ff9-bef0-a5987a71feb8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050047Z:485fed82-df5c-472f-b3e2-9c43e54c296f" - ], - "Date": [ - "Fri, 19 Nov 2021 05:00:46 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"0cca7484-63e2-5542-9289-a9cd6fb00738\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T04:58:43.4533333Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/8474ca0c-e263-4255-9289-a9cd6fb00738?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3NGNhMGMtZTI2My00MjU1LTkyODktYTljZDZmYjAwNzM4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "e8079de1-e69a-4fdc-829c-dfa773f26d75" - ], - "x-ms-request-id": [ - "640dbc5f-72a4-4f2c-80c8-66187a3c3569" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050117Z:e8079de1-e69a-4fdc-829c-dfa773f26d75" - ], - "Date": [ - "Fri, 19 Nov 2021 05:01:17 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"0cca7484-63e2-5542-9289-a9cd6fb00738\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T04:58:43.4533333Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/8474ca0c-e263-4255-9289-a9cd6fb00738?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3NGNhMGMtZTI2My00MjU1LTkyODktYTljZDZmYjAwNzM4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "d6944b87-7ddd-479c-a310-27686f4bfc62" - ], - "x-ms-request-id": [ - "822ee662-94eb-49bf-b711-40ae7f2d3cb3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050148Z:d6944b87-7ddd-479c-a310-27686f4bfc62" - ], - "Date": [ - "Fri, 19 Nov 2021 05:01:47 GMT" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"0cca7484-63e2-5542-9289-a9cd6fb00738\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T04:58:43.4533333Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/8474ca0c-e263-4255-9289-a9cd6fb00738?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODQ3NGNhMGMtZTI2My00MjU1LTkyODktYTljZDZmYjAwNzM4P2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948c4d61-56a9-40e2-aaed-f70640e4a794" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-correlation-request-id": [ - "2a8f0a81-c977-4e92-bd5b-8fd42ade7935" - ], - "x-ms-request-id": [ - "8a86fd9d-b0bd-46f2-85a7-0f67d7cb1502" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050218Z:2a8f0a81-c977-4e92-bd5b-8fd42ade7935" - ], - "Date": [ - "Fri, 19 Nov 2021 05:02:18 GMT" - ], - "Content-Length": [ - "170" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"0cca7484-63e2-5542-9289-a9cd6fb00738\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-11-19T04:58:43.4533333Z\",\r\n \"endTime\": \"2021-11-19T05:02:07.5766356Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/6a3e47eb-b60f-4934-9da7-504ea9a6288e?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNmEzZTQ3ZWItYjYwZi00OTM0LTlkYTctNTA0ZWE5YTYyODhlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0bfe8f15-11b9-49c8-9bef-ade017fe4b12" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "f5f898f0-e710-43ee-9098-21b370018472" - ], - "x-ms-request-id": [ - "0f92e9a8-d0b3-4818-80e6-c74e04e82745" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050258Z:f5f898f0-e710-43ee-9098-21b370018472" - ], - "Date": [ - "Fri, 19 Nov 2021 05:02:57 GMT" - ], - "Content-Length": [ - "169" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"eb473e6a-0fb6-3449-9da7-504ea9a6288e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-11-19T05:02:23.6033333Z\",\r\n \"endTime\": \"2021-11-19T05:02:42.667151Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263/agentPools/default?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2My9hZ2VudFBvb2xzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "91874d28-2b2a-4ff9-aa06-4dd12e5ed985" - ], - "x-ms-request-id": [ - "29c31454-0993-4c09-a37f-0da1fdeac397" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050300Z:91874d28-2b2a-4ff9-aa06-4dd12e5ed985" - ], - "Date": [ - "Fri, 19 Nov 2021 05:03:00 GMT" - ], - "Content-Length": [ - "736" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263/agentPools/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.9\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263/agentPools/default?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2My9hZ2VudFBvb2xzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], - "x-ms-correlation-request-id": [ - "ca8696a1-1371-4faa-a615-48251ff6aa4b" - ], - "x-ms-request-id": [ - "c8ad2421-1fe7-4504-a9c5-e38c18af870a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051715Z:ca8696a1-1371-4faa-a615-48251ff6aa4b" - ], - "Date": [ - "Fri, 19 Nov 2021 05:17:15 GMT" - ], - "Content-Length": [ - "736" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263/agentPools/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.21.2\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263/agentPools/default?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0MzYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9tYW5hZ2VkQ2x1c3RlcnMva3ViZXBzOTI2My9hZ2VudFBvb2xzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAyMS0wNS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"maxPods\": 30,\r\n \"osType\": \"Linux\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.21.2\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "208" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31" - ], - "x-ms-correlation-request-id": [ - "1dd7b385-3c6c-4837-baab-2cf5a723c969" - ], - "x-ms-request-id": [ - "1dee5394-152a-4824-be14-b8fc6f7da73d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050303Z:1dd7b385-3c6c-4837-baab-2cf5a723c969" - ], - "Date": [ - "Fri, 19 Nov 2021 05:03:02 GMT" - ], - "Content-Length": [ - "736" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361/providers/Microsoft.ContainerService/managedClusters/kubeps9263/agentPools/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Upgrading\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.21.2\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2021.11.06\",\r\n \"enableFIPS\": false\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-correlation-request-id": [ - "0c4ddfc8-ac7a-4416-9fe9-d08835ac14f5" - ], - "x-ms-request-id": [ - "4c7dda60-9351-44ea-acfe-431a5d7c592c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050333Z:0c4ddfc8-ac7a-4416-9fe9-d08835ac14f5" - ], - "Date": [ - "Fri, 19 Nov 2021 05:03:32 GMT" - ], - "Content-Length": [ - "120" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "aad56241-a7f0-4434-abf5-053f29c124f2" - ], - "x-ms-request-id": [ - "e0ef3ba1-ab30-43cf-b1a1-30714d520d25" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050403Z:aad56241-a7f0-4434-abf5-053f29c124f2" - ], - "Date": [ - "Fri, 19 Nov 2021 05:04:02 GMT" - ], - "Content-Length": [ - "120" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "863cc447-8706-4f7f-8926-344a83c017dc" - ], - "x-ms-request-id": [ - "9983ebcf-c3c2-4c47-ac42-3487f675f357" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050434Z:863cc447-8706-4f7f-8926-344a83c017dc" - ], - "Date": [ - "Fri, 19 Nov 2021 05:04:34 GMT" - ], - "Content-Length": [ - "120" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "61ba5300-ff10-4a4a-8663-258997776fe9" - ], - "x-ms-request-id": [ - "c31181e5-b68e-473c-b9d4-4277e25200da" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050504Z:61ba5300-ff10-4a4a-8663-258997776fe9" - ], - "Date": [ - "Fri, 19 Nov 2021 05:05:04 GMT" - ], - "Content-Length": [ - "120" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" - ], - "User-Agent": [ - "FxVersion/4.6.30411.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "23e20793-cc83-4321-9d90-67290ec251ac" - ], - "x-ms-request-id": [ - "d3a9c068-1cfe-42b4-9994-94378a232e72" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050535Z:23e20793-cc83-4321-9d90-67290ec251ac" - ], - "Date": [ - "Fri, 19 Nov 2021 05:05:34 GMT" - ], - "Content-Length": [ - "120" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -1946,14 +332,17 @@ "Pragma": [ "no-cache" ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064512Z:3146877c-7674-4413-8936-c9cde38fc835" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11999" ], "x-ms-correlation-request-id": [ - "3c7b5fc1-9311-4036-93de-f01d1cbe580f" + "3146877c-7674-4413-8936-c9cde38fc835" ], "x-ms-request-id": [ - "d5bd69a5-b46d-401b-b003-0e216db8a78b" + "e08e11b4-a82b-46b4-80a4-f16ad30ffe3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1964,14 +353,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050605Z:3c7b5fc1-9311-4036-93de-f01d1cbe580f" - ], "Date": [ - "Fri, 19 Nov 2021 05:06:04 GMT" + "Mon, 30 May 2022 06:45:12 GMT" ], "Content-Length": [ - "120" + "2913" ], "Content-Type": [ "application/json" @@ -1980,22 +366,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.22.6\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "6cbebd16-8369-4174-8e9c-a19548ab9b18" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2006,14 +395,17 @@ "Pragma": [ "no-cache" ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064513Z:a3a9a5a9-9b1f-4eb8-936c-25f554352673" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11998" ], "x-ms-correlation-request-id": [ - "28c9846e-535d-4a1b-809a-51df0ccb7e05" + "a3a9a5a9-9b1f-4eb8-936c-25f554352673" ], "x-ms-request-id": [ - "b17bb4d4-a441-40ad-9954-af5bc73f621f" + "59ad4351-9d54-458c-9a84-8653e662f6d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2024,14 +416,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050635Z:28c9846e-535d-4a1b-809a-51df0ccb7e05" - ], "Date": [ - "Fri, 19 Nov 2021 05:06:34 GMT" + "Mon, 30 May 2022 06:45:13 GMT" ], "Content-Length": [ - "120" + "2913" ], "Content-Type": [ "application/json" @@ -2040,22 +429,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.22.6\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "6cbebd16-8369-4174-8e9c-a19548ab9b18" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2066,14 +455,17 @@ "Pragma": [ "no-cache" ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064723Z:2054cc99-794f-4e82-b093-99056a9041d9" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11993" ], "x-ms-correlation-request-id": [ - "ccbade15-3d48-4755-8d80-a717e667a3c0" + "2054cc99-794f-4e82-b093-99056a9041d9" ], "x-ms-request-id": [ - "2cc9860d-926c-4ca6-b2c5-79040cadf2ee" + "5a435ca8-c2c0-44bf-81ec-3ac81a1c7696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2084,14 +476,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050706Z:ccbade15-3d48-4755-8d80-a717e667a3c0" - ], "Date": [ - "Fri, 19 Nov 2021 05:07:06 GMT" + "Mon, 30 May 2022 06:47:22 GMT" ], "Content-Length": [ - "120" + "2913" ], "Content-Type": [ "application/json" @@ -2100,22 +489,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.23.3\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "0d860973-596f-425c-9812-39aa5063978b" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2126,14 +518,17 @@ "Pragma": [ "no-cache" ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064725Z:49c446ad-9c55-4e3a-b1cc-13de5505ecd4" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11999" ], "x-ms-correlation-request-id": [ - "fa9c3364-2579-4fdf-a9fb-94feafc5cbe2" + "49c446ad-9c55-4e3a-b1cc-13de5505ecd4" ], "x-ms-request-id": [ - "3816eb41-3d9c-4878-9879-9dbd371a4faf" + "981244dd-33a3-4f3b-b7e5-80908397f5fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2144,14 +539,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050736Z:fa9c3364-2579-4fdf-a9fb-94feafc5cbe2" - ], "Date": [ - "Fri, 19 Nov 2021 05:07:36 GMT" + "Mon, 30 May 2022 06:47:24 GMT" ], "Content-Length": [ - "120" + "2913" ], "Content-Type": [ "application/json" @@ -2160,22 +552,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.23.3\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "0d860973-596f-425c-9812-39aa5063978b" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2186,14 +581,17 @@ "Pragma": [ "no-cache" ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064725Z:c212d79d-bb9a-45a4-a858-69bbd340b4ee" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11998" ], "x-ms-correlation-request-id": [ - "c4c99075-0731-464b-97ba-6058ea730cc9" + "c212d79d-bb9a-45a4-a858-69bbd340b4ee" ], "x-ms-request-id": [ - "443f6118-4175-4cac-9088-4487e59a2528" + "c9038ef9-b767-4033-a967-be9f01ef4eb8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2204,14 +602,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050806Z:c4c99075-0731-464b-97ba-6058ea730cc9" - ], "Date": [ - "Fri, 19 Nov 2021 05:08:06 GMT" + "Mon, 30 May 2022 06:47:25 GMT" ], "Content-Length": [ - "120" + "2913" ], "Content-Type": [ "application/json" @@ -2220,22 +615,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.23.3\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "0d860973-596f-425c-9812-39aa5063978b" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2246,14 +644,17 @@ "Pragma": [ "no-cache" ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064759Z:6788105c-1c38-4c94-825e-95fcad3dd9e4" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11994" ], "x-ms-correlation-request-id": [ - "f86cc598-eb34-4640-8dc7-e029043dff4b" + "6788105c-1c38-4c94-825e-95fcad3dd9e4" ], "x-ms-request-id": [ - "ea80db42-e8d2-4f19-99ab-ba7e4fba56da" + "7770910f-3b59-4dbe-86ac-bce2a08dd93c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2264,14 +665,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050837Z:f86cc598-eb34-4640-8dc7-e029043dff4b" - ], "Date": [ - "Fri, 19 Nov 2021 05:08:36 GMT" + "Mon, 30 May 2022 06:47:58 GMT" ], "Content-Length": [ - "120" + "2913" ], "Content-Type": [ "application/json" @@ -2280,22 +678,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.23.3\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "584f05b0-bad0-41ea-9245-d3f5f4bc679b" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2306,14 +707,17 @@ "Pragma": [ "no-cache" ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064800Z:e4cdc6d5-9360-4cf7-937e-9788e6cbe5a5" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11997" ], "x-ms-correlation-request-id": [ - "3c42bd68-d3be-4e20-a21d-49b2ae424c92" + "e4cdc6d5-9360-4cf7-937e-9788e6cbe5a5" ], "x-ms-request-id": [ - "6566e97b-142f-4862-9948-3aaf4d184ffa" + "9d73d744-8caf-4ebb-ad1b-4ea6a80e227a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2324,14 +728,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050907Z:3c42bd68-d3be-4e20-a21d-49b2ae424c92" - ], "Date": [ - "Fri, 19 Nov 2021 05:09:06 GMT" + "Mon, 30 May 2022 06:47:59 GMT" ], "Content-Length": [ - "120" + "2913" ], "Content-Type": [ "application/json" @@ -2340,23 +741,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.23.3\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlZ3JvdXBzL3JncHM0NjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -2367,13 +771,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11992" + ], + "x-ms-request-id": [ + "68862438-48ea-45ec-a43a-bf28417b358e" ], "x-ms-correlation-request-id": [ - "cc014047-c26d-47c9-8309-574cbbb0f2f3" + "68862438-48ea-45ec-a43a-bf28417b358e" ], - "x-ms-request-id": [ - "fa461485-324f-4316-8afb-1d02c523a4f4" + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064159Z:68862438-48ea-45ec-a43a-bf28417b358e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2381,42 +788,45 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "nginx" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T050938Z:cc014047-c26d-47c9-8309-574cbbb0f2f3" - ], "Date": [ - "Fri, 19 Nov 2021 05:09:38 GMT" - ], - "Content-Length": [ - "120" + "Mon, 30 May 2022 06:41:59 GMT" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "167" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464\",\r\n \"name\": \"rgps464\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"kubep0b1f\",\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 \"osType\": \"Linux\",\r\n \"type\": \"VirtualMachineScaleSets\",\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\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\",\r\n \"secret\": \"~mS8Q~74S1FUm5e9mbI96jb-pyhmlLKAjGp3Xcgg\"\r\n },\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\"\r\n }\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1503" ] }, "ResponseHeaders": { @@ -2426,14 +836,20 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064207Z:af1d87a6-c9b7-4d10-873b-60ee3bd1b3a5" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/969cac29-0d66-49cc-a864-bd317e767be2?api-version=2017-08-31" ], "x-ms-correlation-request-id": [ - "2bad688e-a3e6-4b7a-9191-296d6620aca4" + "af1d87a6-c9b7-4d10-873b-60ee3bd1b3a5" ], "x-ms-request-id": [ - "4b507753-c0ca-4c65-89d1-d9b365f12af6" + "969cac29-0d66-49cc-a864-bd317e767be2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2444,14 +860,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051009Z:2bad688e-a3e6-4b7a-9191-296d6620aca4" - ], "Date": [ - "Fri, 19 Nov 2021 05:10:08 GMT" + "Mon, 30 May 2022 06:42:06 GMT" ], "Content-Length": [ - "120" + "2662" ], "Content-Type": [ "application/json" @@ -2460,23 +873,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.22.6\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.23.3\",\r\n \"dnsPrefix\": \"kubep0b1f\",\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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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 \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n },\r\n \"location\": \"eastus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "6cbebd16-8369-4174-8e9c-a19548ab9b18" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2490" ] }, "ResponseHeaders": { @@ -2486,14 +908,20 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064521Z:49fedc42-aaa0-4cc9-b497-8416832463ab" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/eef269bd-a0fb-4088-ad15-42a5d0a62872?api-version=2017-08-31" ], "x-ms-correlation-request-id": [ - "05ea25cc-3cb4-4cfb-9b7a-2fc39c1aa2fc" + "49fedc42-aaa0-4cc9-b497-8416832463ab" ], "x-ms-request-id": [ - "f42c2517-5645-4a2d-8857-8e893a598937" + "eef269bd-a0fb-4088-ad15-42a5d0a62872" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2504,14 +932,11 @@ "Server": [ "nginx" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051039Z:05ea25cc-3cb4-4cfb-9b7a-2fc39c1aa2fc" - ], "Date": [ - "Fri, 19 Nov 2021 05:10:38 GMT" + "Mon, 30 May 2022 06:45:20 GMT" ], "Content-Length": [ - "120" + "2913" ], "Content-Type": [ "application/json" @@ -2520,22 +945,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996\",\r\n \"location\": \"eastus\",\r\n \"name\": \"kubeps1996\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Upgrading\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.23.3\",\r\n \"dnsPrefix\": \"kubep0b1f\",\r\n \"fqdn\": \"kubep0b1f-06f04cf0.hcp.eastus.azmk8s.io\",\r\n \"azurePortalFQDN\": \"kubep0b1f-06f04cf0.portal.hcp.eastus.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 \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Upgrading\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\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 \"windowsProfile\": {\r\n \"adminUsername\": \"azureuser\",\r\n \"enableCSIProxy\": true\r\n },\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"a6148f60-19b8-49b8-a5a5-54945aec926e\"\r\n },\r\n \"nodeResourceGroup\": \"MC_rgps464_kubeps1996_eastus\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"azure\",\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/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/MC_rgps464_kubeps1996_eastus/providers/Microsoft.Network/publicIPAddresses/1afe8042-f64a-4706-898e-b0793c39b927\"\r\n }\r\n ]\r\n },\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\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/969cac29-0d66-49cc-a864-bd317e767be2?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTY5Y2FjMjktMGQ2Ni00OWNjLWE4NjQtYmQzMTdlNzY3YmUyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2547,13 +972,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11990" ], "x-ms-correlation-request-id": [ - "da38dd29-6637-40be-b1b4-4e319cec40af" + "55814aff-7c4e-4c6a-8d49-b0a5077b7abc" ], "x-ms-request-id": [ - "540f9a2c-4d26-4111-86b7-df5586f3e4df" + "62928413-4c43-4665-aed5-d0bd5f5d85d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2565,13 +990,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051109Z:da38dd29-6637-40be-b1b4-4e319cec40af" + "SOUTHEASTASIA:20220530T064237Z:55814aff-7c4e-4c6a-8d49-b0a5077b7abc" ], "Date": [ - "Fri, 19 Nov 2021 05:11:09 GMT" + "Mon, 30 May 2022 06:42:36 GMT" ], "Content-Length": [ - "120" + "126" ], "Content-Type": [ "application/json" @@ -2580,22 +1005,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"29ac9c96-660d-cc49-a864-bd317e767be2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2022-05-30T06:42:05.6633333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/969cac29-0d66-49cc-a864-bd317e767be2?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTY5Y2FjMjktMGQ2Ni00OWNjLWE4NjQtYmQzMTdlNzY3YmUyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2607,13 +1032,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11989" ], "x-ms-correlation-request-id": [ - "899fd949-8ff7-4a3c-abfc-52b970430e4d" + "35d6651a-877c-4613-8d51-8d0eeabed350" ], "x-ms-request-id": [ - "7ecab4b8-ca9b-4a6b-9cb3-5191ff2cf5f2" + "d4fef711-10c8-4c90-80cc-91fe8c36546b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2625,13 +1050,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051140Z:899fd949-8ff7-4a3c-abfc-52b970430e4d" + "SOUTHEASTASIA:20220530T064307Z:35d6651a-877c-4613-8d51-8d0eeabed350" ], "Date": [ - "Fri, 19 Nov 2021 05:11:39 GMT" + "Mon, 30 May 2022 06:43:07 GMT" ], "Content-Length": [ - "120" + "126" ], "Content-Type": [ "application/json" @@ -2640,22 +1065,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"29ac9c96-660d-cc49-a864-bd317e767be2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2022-05-30T06:42:05.6633333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/969cac29-0d66-49cc-a864-bd317e767be2?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTY5Y2FjMjktMGQ2Ni00OWNjLWE4NjQtYmQzMTdlNzY3YmUyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2667,13 +1092,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11988" ], "x-ms-correlation-request-id": [ - "32753156-9c83-4b98-b0a1-97d8b57240f3" + "60955582-2f0a-4404-9b75-85d8022fb8f4" ], "x-ms-request-id": [ - "60350b17-9a91-4ee9-b3e4-8a139e8916bb" + "5cd57dab-24ae-4e56-93cd-ccc71da50559" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2685,13 +1110,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051210Z:32753156-9c83-4b98-b0a1-97d8b57240f3" + "SOUTHEASTASIA:20220530T064338Z:60955582-2f0a-4404-9b75-85d8022fb8f4" ], "Date": [ - "Fri, 19 Nov 2021 05:12:09 GMT" + "Mon, 30 May 2022 06:43:37 GMT" ], "Content-Length": [ - "120" + "126" ], "Content-Type": [ "application/json" @@ -2700,22 +1125,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"29ac9c96-660d-cc49-a864-bd317e767be2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2022-05-30T06:42:05.6633333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/969cac29-0d66-49cc-a864-bd317e767be2?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTY5Y2FjMjktMGQ2Ni00OWNjLWE4NjQtYmQzMTdlNzY3YmUyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2727,13 +1152,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11987" ], "x-ms-correlation-request-id": [ - "def6caf4-381b-4528-80ca-c6dfa2edb623" + "a1258c83-7796-4801-8da1-0468e7d750fd" ], "x-ms-request-id": [ - "941d66f2-1dcf-4afc-8d97-fab8df88ad82" + "8369fcce-51d0-4505-aacb-b9aebf4336b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2745,13 +1170,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051240Z:def6caf4-381b-4528-80ca-c6dfa2edb623" + "SOUTHEASTASIA:20220530T064408Z:a1258c83-7796-4801-8da1-0468e7d750fd" ], "Date": [ - "Fri, 19 Nov 2021 05:12:40 GMT" + "Mon, 30 May 2022 06:44:07 GMT" ], "Content-Length": [ - "120" + "126" ], "Content-Type": [ "application/json" @@ -2760,22 +1185,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"29ac9c96-660d-cc49-a864-bd317e767be2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2022-05-30T06:42:05.6633333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/969cac29-0d66-49cc-a864-bd317e767be2?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTY5Y2FjMjktMGQ2Ni00OWNjLWE4NjQtYmQzMTdlNzY3YmUyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2787,13 +1212,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11986" ], "x-ms-correlation-request-id": [ - "0cc4d416-9fcc-4998-a180-dbb02fb1c8eb" + "65edd56d-7fe8-4e3b-a8ff-856f4f4c94bc" ], "x-ms-request-id": [ - "da4f86aa-b543-4561-a6e1-1d4c1353e878" + "0fbb530e-0065-4f7b-bf6d-6b16fb72c9ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2805,13 +1230,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051311Z:0cc4d416-9fcc-4998-a180-dbb02fb1c8eb" + "SOUTHEASTASIA:20220530T064439Z:65edd56d-7fe8-4e3b-a8ff-856f4f4c94bc" ], "Date": [ - "Fri, 19 Nov 2021 05:13:10 GMT" + "Mon, 30 May 2022 06:44:38 GMT" ], "Content-Length": [ - "120" + "126" ], "Content-Type": [ "application/json" @@ -2820,22 +1245,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"29ac9c96-660d-cc49-a864-bd317e767be2\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2022-05-30T06:42:05.6633333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/969cac29-0d66-49cc-a864-bd317e767be2?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvOTY5Y2FjMjktMGQ2Ni00OWNjLWE4NjQtYmQzMTdlNzY3YmUyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "eb72cfbf-6e38-4928-8f9c-3c3ecc45076c" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2847,13 +1272,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11991" ], "x-ms-correlation-request-id": [ - "6b27b1cb-45cc-4a9c-a8b9-324a1418d86d" + "8fd8bb2f-5cbd-4b62-8f3a-f4e94c8d22c0" ], "x-ms-request-id": [ - "2ded33c7-949d-4aee-a48a-a2fc598325b4" + "f5549f75-917f-4644-84d5-a0d90c69f3ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2865,13 +1290,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051341Z:6b27b1cb-45cc-4a9c-a8b9-324a1418d86d" + "SOUTHEASTASIA:20220530T064510Z:8fd8bb2f-5cbd-4b62-8f3a-f4e94c8d22c0" ], "Date": [ - "Fri, 19 Nov 2021 05:13:41 GMT" + "Mon, 30 May 2022 06:45:09 GMT" ], "Content-Length": [ - "120" + "170" ], "Content-Type": [ "application/json" @@ -2880,22 +1305,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"29ac9c96-660d-cc49-a864-bd317e767be2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2022-05-30T06:42:05.6633333Z\",\r\n \"endTime\": \"2022-05-30T06:45:09.1006732Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/eef269bd-a0fb-4088-ad15-42a5d0a62872?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWVmMjY5YmQtYTBmYi00MDg4LWFkMTUtNDJhNWQwYTYyODcyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "6cbebd16-8369-4174-8e9c-a19548ab9b18" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2907,13 +1332,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11997" ], "x-ms-correlation-request-id": [ - "2d114a0d-efc0-4dee-9732-00a41d222be7" + "e67bb982-ace5-44a5-bb88-ab5f9fe8cd38" ], "x-ms-request-id": [ - "e45631f9-08fc-48aa-be37-1df42c420dd3" + "57c65350-76d7-4227-be7a-7b46d280029a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2925,13 +1350,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051411Z:2d114a0d-efc0-4dee-9732-00a41d222be7" + "SOUTHEASTASIA:20220530T064551Z:e67bb982-ace5-44a5-bb88-ab5f9fe8cd38" ], "Date": [ - "Fri, 19 Nov 2021 05:14:11 GMT" + "Mon, 30 May 2022 06:45:51 GMT" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json" @@ -2940,22 +1365,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bd69f2ee-fba0-8840-ad15-42a5d0a62872\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2022-05-30T06:45:16.79Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/eef269bd-a0fb-4088-ad15-42a5d0a62872?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWVmMjY5YmQtYTBmYi00MDg4LWFkMTUtNDJhNWQwYTYyODcyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "6cbebd16-8369-4174-8e9c-a19548ab9b18" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -2967,13 +1392,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11996" ], "x-ms-correlation-request-id": [ - "0024d974-cef0-4f92-bd04-3ac96eec0be2" + "bec14fa6-2981-45e3-acf5-6b21ec10db82" ], "x-ms-request-id": [ - "98816a18-521c-4388-bf82-f32290f5aa18" + "b05c12de-7445-42c7-b3fd-99e0969ef37f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2985,13 +1410,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051442Z:0024d974-cef0-4f92-bd04-3ac96eec0be2" + "SOUTHEASTASIA:20220530T064621Z:bec14fa6-2981-45e3-acf5-6b21ec10db82" ], "Date": [ - "Fri, 19 Nov 2021 05:14:41 GMT" + "Mon, 30 May 2022 06:46:21 GMT" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json" @@ -3000,22 +1425,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bd69f2ee-fba0-8840-ad15-42a5d0a62872\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2022-05-30T06:45:16.79Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/eef269bd-a0fb-4088-ad15-42a5d0a62872?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWVmMjY5YmQtYTBmYi00MDg4LWFkMTUtNDJhNWQwYTYyODcyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "6cbebd16-8369-4174-8e9c-a19548ab9b18" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -3027,13 +1452,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11995" ], "x-ms-correlation-request-id": [ - "8cc7c336-6ae0-4bc8-ac0d-473ae900d200" + "27ef700c-ee4f-4403-9627-9cee36d3824e" ], "x-ms-request-id": [ - "9d3caea2-c25a-46d5-99cd-1d51a7d58122" + "12a4a351-8b53-447b-84a8-5e40cd2b42ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3045,13 +1470,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051513Z:8cc7c336-6ae0-4bc8-ac0d-473ae900d200" + "SOUTHEASTASIA:20220530T064652Z:27ef700c-ee4f-4403-9627-9cee36d3824e" ], "Date": [ - "Fri, 19 Nov 2021 05:15:12 GMT" + "Mon, 30 May 2022 06:46:51 GMT" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json" @@ -3060,22 +1485,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bd69f2ee-fba0-8840-ad15-42a5d0a62872\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2022-05-30T06:45:16.79Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/eef269bd-a0fb-4088-ad15-42a5d0a62872?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvZWVmMjY5YmQtYTBmYi00MDg4LWFkMTUtNDJhNWQwYTYyODcyP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "6cbebd16-8369-4174-8e9c-a19548ab9b18" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -3087,13 +1512,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11994" ], "x-ms-correlation-request-id": [ - "e2abd1ba-7619-4ca4-a20b-29260ee0f4c2" + "a677ba6b-3da6-453e-a8de-bf6a6ef3e4d1" ], "x-ms-request-id": [ - "d7217a52-781b-4209-a02e-47dd857f0731" + "aae00853-e27e-4fb8-8d83-388de567bc65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3105,13 +1530,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051543Z:e2abd1ba-7619-4ca4-a20b-29260ee0f4c2" + "SOUTHEASTASIA:20220530T064722Z:a677ba6b-3da6-453e-a8de-bf6a6ef3e4d1" ], "Date": [ - "Fri, 19 Nov 2021 05:15:43 GMT" + "Mon, 30 May 2022 06:47:22 GMT" ], "Content-Length": [ - "120" + "165" ], "Content-Type": [ "application/json" @@ -3120,22 +1545,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"bd69f2ee-fba0-8840-ad15-42a5d0a62872\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2022-05-30T06:45:16.79Z\",\r\n \"endTime\": \"2022-05-30T06:47:05.1956614Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996/agentPools/default?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2L2FnZW50UG9vbHMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "0d860973-596f-425c-9812-39aa5063978b" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -3147,13 +1575,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11997" ], "x-ms-correlation-request-id": [ - "dde5710e-be45-47b2-9540-a57d4e5bd33f" + "9dc11739-6e3e-4e5d-af07-4c3ea307d05b" ], "x-ms-request-id": [ - "658aa77f-c129-45ff-b840-999f68695771" + "0a52b2fe-ae43-4b06-8bff-b9473a848364" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3165,13 +1593,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051613Z:dde5710e-be45-47b2-9540-a57d4e5bd33f" + "SOUTHEASTASIA:20220530T064726Z:9dc11739-6e3e-4e5d-af07-4c3ea307d05b" ], "Date": [ - "Fri, 19 Nov 2021 05:16:13 GMT" + "Mon, 30 May 2022 06:47:26 GMT" ], "Content-Length": [ - "120" + "735" ], "Content-Type": [ "application/json" @@ -3180,22 +1608,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996/agentPools/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996/agentPools/default/upgradeNodeImageVersion?api-version=2021-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL3JncHM0NjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9rdWJlcHMxOTk2L2FnZW50UG9vbHMvZGVmYXVsdC91cGdyYWRlTm9kZUltYWdlVmVyc2lvbj9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "0d860973-596f-425c-9812-39aa5063978b" + ], + "Accept-Language": [ + "en-US" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -3206,32 +1637,38 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "Location": [ + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operationresults/56314332-3f85-4e45-a1b4-44409874fd6e?api-version=2017-08-31" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/56314332-3f85-4e45-a1b4-44409874fd6e?api-version=2017-08-31" ], "x-ms-correlation-request-id": [ - "fffcd1e5-b9cf-4bc8-bb0d-19645f38ef9c" + "6bac4b05-c309-4dd8-b142-4a7f3bc94493" ], "x-ms-request-id": [ - "f7c00611-3e6b-4450-b933-aabc576dbdd2" + "56314332-3f85-4e45-a1b4-44409874fd6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" - ], "Server": [ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051644Z:fffcd1e5-b9cf-4bc8-bb0d-19645f38ef9c" + "SOUTHEASTASIA:20220530T064727Z:6bac4b05-c309-4dd8-b142-4a7f3bc94493" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:16:43 GMT" + "Mon, 30 May 2022 06:47:27 GMT" ], "Content-Length": [ - "120" + "751" ], "Content-Type": [ "application/json" @@ -3240,22 +1677,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464/providers/Microsoft.ContainerService/managedClusters/kubeps1996/agentPools/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\r\n \"properties\": {\r\n \"count\": 3,\r\n \"vmSize\": \"Standard_D2_v2\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 30,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"UpgradingNodeImageVersion\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.22.6\",\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804containerd-2022.05.10\",\r\n \"enableFIPS\": false\r\n }\r\n}", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/1dee5394-152a-4824-be14-b8fc6f7da73d?api-version=2017-08-31", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMWRlZTUzOTQtMTUyYS00ODI0LWJlMTQtYjhmYzZmN2RhNzNkP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operations/56314332-3f85-4e45-a1b4-44409874fd6e?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNTYzMTQzMzItM2Y4NS00ZTQ1LWExYjQtNDQ0MDk4NzRmZDZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c4d2ff-7aec-460c-8ee1-b4445db3bc90" + "0d860973-596f-425c-9812-39aa5063978b" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, @@ -3267,13 +1704,13 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11996" ], "x-ms-correlation-request-id": [ - "1f1e6e5f-6694-42bd-9a10-839a55f2edcb" + "fb9bc33c-60f4-4322-9534-22cbc86a724d" ], "x-ms-request-id": [ - "b83e7d08-f606-4c9e-b51f-a09ffe52df89" + "3002f5f5-cf77-47df-9ba6-65b12701e26b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3285,13 +1722,13 @@ "nginx" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051714Z:1f1e6e5f-6694-42bd-9a10-839a55f2edcb" + "SOUTHEASTASIA:20220530T064758Z:fb9bc33c-60f4-4322-9534-22cbc86a724d" ], "Date": [ - "Fri, 19 Nov 2021 05:17:14 GMT" + "Mon, 30 May 2022 06:47:57 GMT" ], "Content-Length": [ - "164" + "165" ], "Content-Type": [ "application/json" @@ -3300,26 +1737,23 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"9453ee1d-2a15-2448-be14-b8fc6f7da73d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-11-19T05:03:02.9Z\",\r\n \"endTime\": \"2021-11-19T05:17:03.4325433Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"32433156-853f-454e-a1b4-44409874fd6e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2022-05-30T06:47:27.46Z\",\r\n \"endTime\": \"2022-05-30T06:47:34.0798785Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps4361?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlZ3JvdXBzL3JncHM0MzYxP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operationresults/56314332-3f85-4e45-a1b4-44409874fd6e?api-version=2017-08-31", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnJlc3VsdHMvNTYzMTQzMzItM2Y4NS00ZTQ1LWExYjQtNDQ0MDk4NzRmZDZlP2FwaS12ZXJzaW9uPTIwMTctMDgtMzE=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "957b44b4-e03b-4594-98a0-ce96aa872b38" - ], - "Accept-Language": [ - "en-US" + "0d860973-596f-425c-9812-39aa5063978b" ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" ] }, "ResponseHeaders": { @@ -3330,22 +1764,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" - ], - "Retry-After": [ - "15" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.ContainerService/locations/eastus/operationresults/56314332-3f85-4e45-a1b4-44409874fd6e?api-version=2017-08-31" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "cd925b89-d4b7-4a46-a8a9-24e46fefe724" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-correlation-request-id": [ - "cd925b89-d4b7-4a46-a8a9-24e46fefe724" + "193cd889-49de-40f0-b41f-14e5e7b7a8ac" ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051720Z:cd925b89-d4b7-4a46-a8a9-24e46fefe724" + "x-ms-request-id": [ + "c0db7b63-7730-435e-9835-899cee8224ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3353,30 +1781,42 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "nginx" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20220530T064758Z:193cd889-49de-40f0-b41f-14e5e7b7a8ac" + ], "Date": [ - "Fri, 19 Nov 2021 05:17:20 GMT" + "Mon, 30 May 2022 06:47:57 GMT" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/rgps464?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlZ3JvdXBzL3JncHM0NjQ/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "db156437-67c0-4641-b879-69bd5279f448" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3387,22 +1827,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-request-id": [ - "426a52f5-dce1-4ca2-8694-f78326cfb1b7" + "6c488927-f0ce-4527-a85b-be93edb3cee9" ], "x-ms-correlation-request-id": [ - "426a52f5-dce1-4ca2-8694-f78326cfb1b7" + "6c488927-f0ce-4527-a85b-be93edb3cee9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051736Z:426a52f5-dce1-4ca2-8694-f78326cfb1b7" + "SOUTHEASTASIA:20220530T064806Z:6c488927-f0ce-4527-a85b-be93edb3cee9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3411,7 +1851,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:17:36 GMT" + "Mon, 30 May 2022 06:48:05 GMT" ], "Expires": [ "-1" @@ -3424,16 +1864,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3444,22 +1884,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11999" ], "x-ms-request-id": [ - "ebd31d11-a1a6-4850-bf67-d4721a61e520" + "ddb216bd-a553-4233-808d-f718aea2e6f9" ], "x-ms-correlation-request-id": [ - "ebd31d11-a1a6-4850-bf67-d4721a61e520" + "ddb216bd-a553-4233-808d-f718aea2e6f9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051752Z:ebd31d11-a1a6-4850-bf67-d4721a61e520" + "SOUTHEASTASIA:20220530T064821Z:ddb216bd-a553-4233-808d-f718aea2e6f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3468,7 +1908,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:17:51 GMT" + "Mon, 30 May 2022 06:48:20 GMT" ], "Expires": [ "-1" @@ -3481,16 +1921,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3501,22 +1941,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-request-id": [ - "1d81fbfe-63f2-40f8-a85c-f5bf4d2f6b1f" + "464c5f4a-03fd-443d-8d81-d7bd241c5185" ], "x-ms-correlation-request-id": [ - "1d81fbfe-63f2-40f8-a85c-f5bf4d2f6b1f" + "464c5f4a-03fd-443d-8d81-d7bd241c5185" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051807Z:1d81fbfe-63f2-40f8-a85c-f5bf4d2f6b1f" + "SOUTHEASTASIA:20220530T064837Z:464c5f4a-03fd-443d-8d81-d7bd241c5185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3525,7 +1965,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:18:07 GMT" + "Mon, 30 May 2022 06:48:36 GMT" ], "Expires": [ "-1" @@ -3538,16 +1978,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3558,22 +1998,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11997" ], "x-ms-request-id": [ - "33bd5acc-8390-4eb4-88a3-56115729072f" + "3edea077-1c12-4255-9e07-a80a4b93579d" ], "x-ms-correlation-request-id": [ - "33bd5acc-8390-4eb4-88a3-56115729072f" + "3edea077-1c12-4255-9e07-a80a4b93579d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051823Z:33bd5acc-8390-4eb4-88a3-56115729072f" + "SOUTHEASTASIA:20220530T064852Z:3edea077-1c12-4255-9e07-a80a4b93579d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3582,7 +2022,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:18:22 GMT" + "Mon, 30 May 2022 06:48:52 GMT" ], "Expires": [ "-1" @@ -3595,16 +2035,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3615,22 +2055,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-request-id": [ - "7519bf45-88cb-4d68-bf00-7ad81c13b829" + "a1f2ef65-e7db-4a78-b3a1-07b2381c4657" ], "x-ms-correlation-request-id": [ - "7519bf45-88cb-4d68-bf00-7ad81c13b829" + "a1f2ef65-e7db-4a78-b3a1-07b2381c4657" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051838Z:7519bf45-88cb-4d68-bf00-7ad81c13b829" + "SOUTHEASTASIA:20220530T064908Z:a1f2ef65-e7db-4a78-b3a1-07b2381c4657" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3639,7 +2079,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:18:38 GMT" + "Mon, 30 May 2022 06:49:08 GMT" ], "Expires": [ "-1" @@ -3652,16 +2092,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3672,22 +2112,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11995" ], "x-ms-request-id": [ - "6aa7f1f8-1a5b-414b-9740-88818c65458b" + "85f2d4b5-aef8-491f-b8b1-3829d5bdffac" ], "x-ms-correlation-request-id": [ - "6aa7f1f8-1a5b-414b-9740-88818c65458b" + "85f2d4b5-aef8-491f-b8b1-3829d5bdffac" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051854Z:6aa7f1f8-1a5b-414b-9740-88818c65458b" + "SOUTHEASTASIA:20220530T064923Z:85f2d4b5-aef8-491f-b8b1-3829d5bdffac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3696,7 +2136,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:18:53 GMT" + "Mon, 30 May 2022 06:49:23 GMT" ], "Expires": [ "-1" @@ -3709,16 +2149,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3729,22 +2169,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11994" ], "x-ms-request-id": [ - "2d1edd5c-017d-4a42-9067-5f50b08d94d9" + "0785788f-9ecd-4cd7-8f6b-7c5dfa0042bb" ], "x-ms-correlation-request-id": [ - "2d1edd5c-017d-4a42-9067-5f50b08d94d9" + "0785788f-9ecd-4cd7-8f6b-7c5dfa0042bb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051909Z:2d1edd5c-017d-4a42-9067-5f50b08d94d9" + "SOUTHEASTASIA:20220530T064939Z:0785788f-9ecd-4cd7-8f6b-7c5dfa0042bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3753,7 +2193,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:19:08 GMT" + "Mon, 30 May 2022 06:49:38 GMT" ], "Expires": [ "-1" @@ -3766,16 +2206,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3786,22 +2226,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11993" ], "x-ms-request-id": [ - "444c5c03-a572-4a7d-829e-a7c419cb2faa" + "2c43876f-bc7b-4545-8a29-328662ea2bc3" ], "x-ms-correlation-request-id": [ - "444c5c03-a572-4a7d-829e-a7c419cb2faa" + "2c43876f-bc7b-4545-8a29-328662ea2bc3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051925Z:444c5c03-a572-4a7d-829e-a7c419cb2faa" + "SOUTHEASTASIA:20220530T064955Z:2c43876f-bc7b-4545-8a29-328662ea2bc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3810,7 +2250,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:19:25 GMT" + "Mon, 30 May 2022 06:49:54 GMT" ], "Expires": [ "-1" @@ -3823,16 +2263,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3843,22 +2283,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11992" ], "x-ms-request-id": [ - "c6d4f2ad-bffb-4e7c-943d-41a5af3e5604" + "c83ee296-cb85-424e-81c9-42d4988f4129" ], "x-ms-correlation-request-id": [ - "c6d4f2ad-bffb-4e7c-943d-41a5af3e5604" + "c83ee296-cb85-424e-81c9-42d4988f4129" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051940Z:c6d4f2ad-bffb-4e7c-943d-41a5af3e5604" + "SOUTHEASTASIA:20220530T065010Z:c83ee296-cb85-424e-81c9-42d4988f4129" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3867,7 +2307,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:19:40 GMT" + "Mon, 30 May 2022 06:50:09 GMT" ], "Expires": [ "-1" @@ -3880,16 +2320,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3900,22 +2340,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11991" ], "x-ms-request-id": [ - "aa15c83d-16d0-49c5-9b69-b331f90ca7a0" + "6a08291b-e69a-43d1-ba10-b1b768208630" ], "x-ms-correlation-request-id": [ - "aa15c83d-16d0-49c5-9b69-b331f90ca7a0" + "6a08291b-e69a-43d1-ba10-b1b768208630" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T051956Z:aa15c83d-16d0-49c5-9b69-b331f90ca7a0" + "SOUTHEASTASIA:20220530T065026Z:6a08291b-e69a-43d1-ba10-b1b768208630" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3924,7 +2364,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:19:56 GMT" + "Mon, 30 May 2022 06:50:25 GMT" ], "Expires": [ "-1" @@ -3937,16 +2377,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -3957,22 +2397,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11990" ], "x-ms-request-id": [ - "8ca6751a-eb4e-4527-a091-965fb5144292" + "20058fb0-e3bc-4358-96fc-1d82d8230d13" ], "x-ms-correlation-request-id": [ - "8ca6751a-eb4e-4527-a091-965fb5144292" + "20058fb0-e3bc-4358-96fc-1d82d8230d13" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052011Z:8ca6751a-eb4e-4527-a091-965fb5144292" + "SOUTHEASTASIA:20220530T065043Z:20058fb0-e3bc-4358-96fc-1d82d8230d13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3981,7 +2421,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:20:11 GMT" + "Mon, 30 May 2022 06:50:43 GMT" ], "Expires": [ "-1" @@ -3994,16 +2434,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4014,22 +2454,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11989" ], "x-ms-request-id": [ - "0c8c0ea5-edef-43ff-915b-5279ef0dde2a" + "9134084c-a750-420b-ae43-2b74686c49a3" ], "x-ms-correlation-request-id": [ - "0c8c0ea5-edef-43ff-915b-5279ef0dde2a" + "9134084c-a750-420b-ae43-2b74686c49a3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052027Z:0c8c0ea5-edef-43ff-915b-5279ef0dde2a" + "SOUTHEASTASIA:20220530T065100Z:9134084c-a750-420b-ae43-2b74686c49a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4038,7 +2478,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:20:27 GMT" + "Mon, 30 May 2022 06:50:59 GMT" ], "Expires": [ "-1" @@ -4051,16 +2491,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4071,22 +2511,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11988" ], "x-ms-request-id": [ - "92767e85-3f7a-4d87-8dad-e953685807c1" + "a0305b2f-7dab-4b29-85ab-a981a7b3b7d2" ], "x-ms-correlation-request-id": [ - "92767e85-3f7a-4d87-8dad-e953685807c1" + "a0305b2f-7dab-4b29-85ab-a981a7b3b7d2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052043Z:92767e85-3f7a-4d87-8dad-e953685807c1" + "SOUTHEASTASIA:20220530T065115Z:a0305b2f-7dab-4b29-85ab-a981a7b3b7d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4095,7 +2535,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:20:42 GMT" + "Mon, 30 May 2022 06:51:15 GMT" ], "Expires": [ "-1" @@ -4108,16 +2548,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4128,22 +2568,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11987" ], "x-ms-request-id": [ - "0ff149f5-8e3f-4b3b-aa16-3eaf6a2a8afb" + "0d324995-66b6-4e52-8f5a-c0cc649580cf" ], "x-ms-correlation-request-id": [ - "0ff149f5-8e3f-4b3b-aa16-3eaf6a2a8afb" + "0d324995-66b6-4e52-8f5a-c0cc649580cf" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052058Z:0ff149f5-8e3f-4b3b-aa16-3eaf6a2a8afb" + "SOUTHEASTASIA:20220530T065131Z:0d324995-66b6-4e52-8f5a-c0cc649580cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4152,7 +2592,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:20:58 GMT" + "Mon, 30 May 2022 06:51:30 GMT" ], "Expires": [ "-1" @@ -4165,16 +2605,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4185,22 +2625,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11986" ], "x-ms-request-id": [ - "2bbbeb9d-ede0-4225-afe3-5d25fa0ecd36" + "53575077-6417-4b9f-8bca-921ccfe578ec" ], "x-ms-correlation-request-id": [ - "2bbbeb9d-ede0-4225-afe3-5d25fa0ecd36" + "53575077-6417-4b9f-8bca-921ccfe578ec" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052114Z:2bbbeb9d-ede0-4225-afe3-5d25fa0ecd36" + "SOUTHEASTASIA:20220530T065146Z:53575077-6417-4b9f-8bca-921ccfe578ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4209,7 +2649,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:21:13 GMT" + "Mon, 30 May 2022 06:51:46 GMT" ], "Expires": [ "-1" @@ -4222,16 +2662,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4242,22 +2682,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11985" ], "x-ms-request-id": [ - "7fcb9a83-d60d-4282-bc05-82858dff8b94" + "478ffd3b-0d1b-4020-94b4-b54ab3935788" ], "x-ms-correlation-request-id": [ - "7fcb9a83-d60d-4282-bc05-82858dff8b94" + "478ffd3b-0d1b-4020-94b4-b54ab3935788" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052129Z:7fcb9a83-d60d-4282-bc05-82858dff8b94" + "SOUTHEASTASIA:20220530T065202Z:478ffd3b-0d1b-4020-94b4-b54ab3935788" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4266,7 +2706,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:21:29 GMT" + "Mon, 30 May 2022 06:52:01 GMT" ], "Expires": [ "-1" @@ -4279,16 +2719,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4299,22 +2739,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11984" ], "x-ms-request-id": [ - "de9b557f-2447-4888-b3d2-8b18bee7dd15" + "40a94373-46b2-4dd3-9746-52f69a901b93" ], "x-ms-correlation-request-id": [ - "de9b557f-2447-4888-b3d2-8b18bee7dd15" + "40a94373-46b2-4dd3-9746-52f69a901b93" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052145Z:de9b557f-2447-4888-b3d2-8b18bee7dd15" + "SOUTHEASTASIA:20220530T065219Z:40a94373-46b2-4dd3-9746-52f69a901b93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4323,7 +2763,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:21:44 GMT" + "Mon, 30 May 2022 06:52:19 GMT" ], "Expires": [ "-1" @@ -4336,16 +2776,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4356,22 +2796,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11983" ], "x-ms-request-id": [ - "af3b9a48-8d39-4402-977b-b9be5ea66a05" + "72b7065e-6828-4b14-a230-03a9c465d19f" ], "x-ms-correlation-request-id": [ - "af3b9a48-8d39-4402-977b-b9be5ea66a05" + "72b7065e-6828-4b14-a230-03a9c465d19f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052201Z:af3b9a48-8d39-4402-977b-b9be5ea66a05" + "SOUTHEASTASIA:20220530T065235Z:72b7065e-6828-4b14-a230-03a9c465d19f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4380,7 +2820,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:22:00 GMT" + "Mon, 30 May 2022 06:52:34 GMT" ], "Expires": [ "-1" @@ -4393,16 +2833,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4413,22 +2853,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11982" ], "x-ms-request-id": [ - "80fe1b3c-f689-4a61-af14-639c7a0cbc7d" + "a7b7709b-72fd-4822-95c6-459ccde87797" ], "x-ms-correlation-request-id": [ - "80fe1b3c-f689-4a61-af14-639c7a0cbc7d" + "a7b7709b-72fd-4822-95c6-459ccde87797" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052217Z:80fe1b3c-f689-4a61-af14-639c7a0cbc7d" + "SOUTHEASTASIA:20220530T065250Z:a7b7709b-72fd-4822-95c6-459ccde87797" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4437,7 +2877,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:22:17 GMT" + "Mon, 30 May 2022 06:52:50 GMT" ], "Expires": [ "-1" @@ -4450,16 +2890,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4470,22 +2910,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11981" ], "x-ms-request-id": [ - "ecdf5351-ba0f-43bf-ac3c-4ee0d14d9a2e" + "ebfc71e8-fe1b-4700-b279-ac44ee7104fd" ], "x-ms-correlation-request-id": [ - "ecdf5351-ba0f-43bf-ac3c-4ee0d14d9a2e" + "ebfc71e8-fe1b-4700-b279-ac44ee7104fd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052233Z:ecdf5351-ba0f-43bf-ac3c-4ee0d14d9a2e" + "SOUTHEASTASIA:20220530T065306Z:ebfc71e8-fe1b-4700-b279-ac44ee7104fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4494,7 +2934,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:22:33 GMT" + "Mon, 30 May 2022 06:53:06 GMT" ], "Expires": [ "-1" @@ -4507,16 +2947,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4527,22 +2967,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11980" ], "x-ms-request-id": [ - "fdf15b22-2a0d-4d8c-901d-e773b4fee627" + "53b0f0d7-f2eb-44eb-8486-388d153667d6" ], "x-ms-correlation-request-id": [ - "fdf15b22-2a0d-4d8c-901d-e773b4fee627" + "53b0f0d7-f2eb-44eb-8486-388d153667d6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052248Z:fdf15b22-2a0d-4d8c-901d-e773b4fee627" + "SOUTHEASTASIA:20220530T065322Z:53b0f0d7-f2eb-44eb-8486-388d153667d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4551,7 +2991,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:22:48 GMT" + "Mon, 30 May 2022 06:53:21 GMT" ], "Expires": [ "-1" @@ -4564,16 +3004,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4584,22 +3024,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11979" ], "x-ms-request-id": [ - "545d6069-cc4c-4a01-b687-bce06623ab9f" + "348a009b-8298-4a34-b57e-fb0d55468279" ], "x-ms-correlation-request-id": [ - "545d6069-cc4c-4a01-b687-bce06623ab9f" + "348a009b-8298-4a34-b57e-fb0d55468279" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052304Z:545d6069-cc4c-4a01-b687-bce06623ab9f" + "SOUTHEASTASIA:20220530T065338Z:348a009b-8298-4a34-b57e-fb0d55468279" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4608,7 +3048,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:23:03 GMT" + "Mon, 30 May 2022 06:53:38 GMT" ], "Expires": [ "-1" @@ -4621,16 +3061,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4641,22 +3081,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11978" ], "x-ms-request-id": [ - "847e969a-70e3-4617-8f91-6441bad9d53d" + "7b262988-46bc-4db3-973d-d02dcfb92ba1" ], "x-ms-correlation-request-id": [ - "847e969a-70e3-4617-8f91-6441bad9d53d" + "7b262988-46bc-4db3-973d-d02dcfb92ba1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052319Z:847e969a-70e3-4617-8f91-6441bad9d53d" + "SOUTHEASTASIA:20220530T065353Z:7b262988-46bc-4db3-973d-d02dcfb92ba1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4665,7 +3105,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:23:19 GMT" + "Mon, 30 May 2022 06:53:53 GMT" ], "Expires": [ "-1" @@ -4678,16 +3118,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4698,22 +3138,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11977" ], "x-ms-request-id": [ - "7f63d017-d8ce-474a-9aa6-fb88ae4bf880" + "d6e7a0a4-503b-4340-a8c8-95cfe573f18f" ], "x-ms-correlation-request-id": [ - "7f63d017-d8ce-474a-9aa6-fb88ae4bf880" + "d6e7a0a4-503b-4340-a8c8-95cfe573f18f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052335Z:7f63d017-d8ce-474a-9aa6-fb88ae4bf880" + "SOUTHEASTASIA:20220530T065409Z:d6e7a0a4-503b-4340-a8c8-95cfe573f18f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4722,7 +3162,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:23:34 GMT" + "Mon, 30 May 2022 06:54:08 GMT" ], "Expires": [ "-1" @@ -4735,16 +3175,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4755,22 +3195,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11976" ], "x-ms-request-id": [ - "2267692c-ac41-4dc7-9c9c-fd09772d243e" + "ae780d14-1082-487c-90a4-f4e99152ebdb" ], "x-ms-correlation-request-id": [ - "2267692c-ac41-4dc7-9c9c-fd09772d243e" + "ae780d14-1082-487c-90a4-f4e99152ebdb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052351Z:2267692c-ac41-4dc7-9c9c-fd09772d243e" + "SOUTHEASTASIA:20220530T065424Z:ae780d14-1082-487c-90a4-f4e99152ebdb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4779,7 +3219,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:23:50 GMT" + "Mon, 30 May 2022 06:54:24 GMT" ], "Expires": [ "-1" @@ -4792,16 +3232,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4812,22 +3252,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11975" ], "x-ms-request-id": [ - "5b66d073-0f0c-4494-ab13-387878e80e4e" + "a59f67ae-5a20-43cf-9ba8-0705c0ad98b5" ], "x-ms-correlation-request-id": [ - "5b66d073-0f0c-4494-ab13-387878e80e4e" + "a59f67ae-5a20-43cf-9ba8-0705c0ad98b5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052406Z:5b66d073-0f0c-4494-ab13-387878e80e4e" + "SOUTHEASTASIA:20220530T065440Z:a59f67ae-5a20-43cf-9ba8-0705c0ad98b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4836,7 +3276,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:24:05 GMT" + "Mon, 30 May 2022 06:54:39 GMT" ], "Expires": [ "-1" @@ -4849,16 +3289,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4869,22 +3309,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01" + "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11974" ], "x-ms-request-id": [ - "f900bd47-5cc3-4ebd-a44c-262bcb5ea49f" + "4e1eabf1-083a-4cff-86ad-04fa67070c96" ], "x-ms-correlation-request-id": [ - "f900bd47-5cc3-4ebd-a44c-262bcb5ea49f" + "4e1eabf1-083a-4cff-86ad-04fa67070c96" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052422Z:f900bd47-5cc3-4ebd-a44c-262bcb5ea49f" + "SOUTHEASTASIA:20220530T065455Z:4e1eabf1-083a-4cff-86ad-04fa67070c96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4893,7 +3333,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:24:21 GMT" + "Mon, 30 May 2022 06:54:55 GMT" ], "Expires": [ "-1" @@ -4906,16 +3346,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4926,16 +3366,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11973" ], "x-ms-request-id": [ - "3da1701a-a677-49a3-9ce0-923aebeef8df" + "3ab34cba-2e5e-42a2-99b7-9b2af9519884" ], "x-ms-correlation-request-id": [ - "3da1701a-a677-49a3-9ce0-923aebeef8df" + "3ab34cba-2e5e-42a2-99b7-9b2af9519884" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052437Z:3da1701a-a677-49a3-9ce0-923aebeef8df" + "SOUTHEASTASIA:20220530T065511Z:3ab34cba-2e5e-42a2-99b7-9b2af9519884" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4944,7 +3384,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:24:37 GMT" + "Mon, 30 May 2022 06:55:11 GMT" ], "Expires": [ "-1" @@ -4957,16 +3397,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDM2MS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5ETTJNUzFGUVZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR1BTNDY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUjFCVE5EWTBMVVZCVTFSVlV5SXNJbXB2WWt4dlkyRjBhVzl1SWpvaVpXRnpkSFZ6SW4wP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.30411.01", + "FxVersion/4.700.22.21202", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.53" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.58" ] }, "ResponseHeaders": { @@ -4977,16 +3417,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11972" ], "x-ms-request-id": [ - "3828411d-8a54-493a-8186-65c82ca6ce63" + "c526a242-07b2-4c46-b383-d7403ed31a75" ], "x-ms-correlation-request-id": [ - "3828411d-8a54-493a-8186-65c82ca6ce63" + "c526a242-07b2-4c46-b383-d7403ed31a75" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20211119T052438Z:3828411d-8a54-493a-8186-65c82ca6ce63" + "SOUTHEASTASIA:20220530T065512Z:c526a242-07b2-4c46-b383-d7403ed31a75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4995,7 +3435,7 @@ "nosniff" ], "Date": [ - "Fri, 19 Nov 2021 05:24:38 GMT" + "Mon, 30 May 2022 06:55:11 GMT" ], "Expires": [ "-1" @@ -5010,8 +3450,8 @@ ], "Names": { "Test-UpgradeKubernetesVersion": [ - "ps4361", - "ps9263" + "ps464", + "ps1996" ] }, "Variables": { diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md index 76d125b50924..9eea0b652721 100644 --- a/src/Aks/Aks/ChangeLog.md +++ b/src/Aks/Aks/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release +* Updated the logic of `Set-AzAksCluster` for parameter `NodeImageOnly`. +* Added parameter `NodeImageOnly` for `Update-AzAksNodePool`. ## Version 4.1.0 * Removed these aliases: diff --git a/src/Aks/Aks/Commands/GetAzureRmAks.cs b/src/Aks/Aks/Commands/GetAzureRmAks.cs index 7f23f47c41c0..68873eebdf80 100644 --- a/src/Aks/Aks/Commands/GetAzureRmAks.cs +++ b/src/Aks/Aks/Commands/GetAzureRmAks.cs @@ -27,7 +27,6 @@ namespace Microsoft.Azure.Commands.Aks { - [GenericBreakingChange("Get-AzAks will be removed in the next major release. Please use Get-AzAksCluster instead of Get-AzAks")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksCluster", DefaultParameterSetName = ResourceGroupParameterSet)] [OutputType(typeof(PSKubernetesCluster))] public class GetAzureRmAks : KubeCmdletBase diff --git a/src/Aks/Aks/Commands/NewAzureRmAks.cs b/src/Aks/Aks/Commands/NewAzureRmAks.cs index f901c8cc7362..d8e2b469f7c9 100644 --- a/src/Aks/Aks/Commands/NewAzureRmAks.cs +++ b/src/Aks/Aks/Commands/NewAzureRmAks.cs @@ -38,7 +38,6 @@ namespace Microsoft.Azure.Commands.Aks { - [GenericBreakingChange("New-AzAks will be removed in the next major release. Please use New-AzAksCluster instead of New-AzAks")] [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksCluster", DefaultParameterSetName = DefaultParamSet, SupportsShouldProcess = true)] [OutputType(typeof(PSKubernetesCluster))] public class NewAzureRmAks : CreateOrUpdateKubeBase diff --git a/src/Aks/Aks/Commands/RemoveAzureRmAks.cs b/src/Aks/Aks/Commands/RemoveAzureRmAks.cs index 3d12cdf758e8..cb1264648e81 100644 --- a/src/Aks/Aks/Commands/RemoveAzureRmAks.cs +++ b/src/Aks/Aks/Commands/RemoveAzureRmAks.cs @@ -22,7 +22,6 @@ namespace Microsoft.Azure.Commands.Aks { - [GenericBreakingChange("Remove-AzAks will be removed in the next major release. Please use Remove-AzAksCluster instead of Remove-AzAks")] [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksCluster", SupportsShouldProcess = true, DefaultParameterSetName = GroupNameParameterSet)] [OutputType(typeof(bool))] public class RemoveAzureRmAks : KubeCmdletBase diff --git a/src/Aks/Aks/Commands/SetAzureRmAks.cs b/src/Aks/Aks/Commands/SetAzureRmAks.cs index 82c150db3ab8..b110ffc4fe18 100644 --- a/src/Aks/Aks/Commands/SetAzureRmAks.cs +++ b/src/Aks/Aks/Commands/SetAzureRmAks.cs @@ -36,7 +36,6 @@ namespace Microsoft.Azure.Commands.Aks { - [GenericBreakingChange("Set-AzAks will be removed in the next major release. Please use Set-AzAksCluster instead of Set-AzAks")] [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "AksCluster", DefaultParameterSetName = DefaultParamSet, SupportsShouldProcess = true)] [OutputType(typeof(PSKubernetesCluster))] public class SetAzureRmAks : CreateOrUpdateKubeBase @@ -59,7 +58,7 @@ public class SetAzureRmAks : CreateOrUpdateKubeBase public string AcrNameToDetach { get; set; } - [Parameter(Mandatory = false, HelpMessage = "Will only upgrade node pool version to align control plane.")] + [Parameter(Mandatory = false, HelpMessage = "Will only upgrade the node image of agent pools.")] public SwitchParameter NodeImageOnly { get; set; } [Parameter(Mandatory = false, HelpMessage = "Will only upgrade control plane to target version.")] @@ -290,17 +289,7 @@ public override void ExecuteCmdlet() throw new AzPSApplicationException(Resources.NotUsingVirtualMachineScaleSets); } var agentPoolClient = Client.AgentPools.Get(ResourceGroupName, Name, agentPoolProfile.Name); - AgentPool parameter = new AgentPool - { - Count = agentPoolClient.Count, - VmSize = agentPoolClient.VmSize, - OsDiskSizeGB = agentPoolClient.OsDiskSizeGB, - MaxPods = agentPoolClient.MaxPods, - Mode = agentPoolClient.Mode, - OsType = agentPoolClient.OsType, - OrchestratorVersion = cluster.KubernetesVersion, - }; - Client.AgentPools.CreateOrUpdate(ResourceGroupName, Name, agentPoolProfile.Name, parameter); + Client.AgentPools.UpgradeNodeImageVersion(ResourceGroupName, Name, agentPoolProfile.Name); } cluster = Client.ManagedClusters.Get(ResourceGroupName, Name); WriteObject(PSMapper.Instance.Map(cluster)); diff --git a/src/Aks/Aks/Commands/UpdateAzureRmAksNodePool.cs b/src/Aks/Aks/Commands/UpdateAzureRmAksNodePool.cs index 7ac0c4f59d75..e4806e67459c 100644 --- a/src/Aks/Aks/Commands/UpdateAzureRmAksNodePool.cs +++ b/src/Aks/Aks/Commands/UpdateAzureRmAksNodePool.cs @@ -16,6 +16,7 @@ using System.Management.Automation; using Microsoft.Azure.Commands.Aks.Models; using Microsoft.Azure.Commands.Aks.Properties; +using Microsoft.Azure.Commands.Common.Exceptions; using Microsoft.Azure.Commands.ResourceManager.Common; using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; using Microsoft.Azure.Management.ContainerService; @@ -64,6 +65,9 @@ public class UpdateAzureRmAksNodePool : NewOrUpdateAgentPoolBase [Parameter(Mandatory = false, HelpMessage = "The number of nodes for the node pools.")] public int NodeCount { get; set; } + [Parameter(Mandatory = false, HelpMessage = "Will only upgrade the node image of agent pools.")] + public SwitchParameter NodeImageOnly { get; set; } + [Parameter(Mandatory = false, HelpMessage = "Run cmdlet in the background")] public SwitchParameter AsJob { get; set; } @@ -140,6 +144,22 @@ public override void ExecuteCmdlet() pool.Count = NodeCount; } + if (this.IsParameterBound(c => c.NodeImageOnly)) + { + if (this.IsParameterBound(c => c.KubernetesVersion)) + { + throw new AzPSArgumentException(Resources.UpdateKubernetesVersionAndNodeImageOnlyConflict, "KubernetesVersion"); + } + if (!ShouldProcess(Resources.ConfirmOnlyUpgradeNodeVersion, "")) + { + return; + } + + var upgradedPool = Client.AgentPools.UpgradeNodeImageVersion(ResourceGroupName, ClusterName, Name); + WriteObject(PSMapper.Instance.Map(upgradedPool)); + return; + } + var updatedPool = Client.AgentPools.CreateOrUpdate(ResourceGroupName, ClusterName, Name, pool); WriteObject(PSMapper.Instance.Map(updatedPool)); }); diff --git a/src/Aks/Aks/help/Set-AzAksCluster.md b/src/Aks/Aks/help/Set-AzAksCluster.md index cda50c089d0c..72abe9175ba0 100644 --- a/src/Aks/Aks/help/Set-AzAksCluster.md +++ b/src/Aks/Aks/help/Set-AzAksCluster.md @@ -437,7 +437,7 @@ Accept wildcard characters: False ``` ### -NodeImageOnly -Will only upgrade node pool version to align control plane. +Will only upgrade the node image of agent pools. ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/src/Aks/Aks/help/Update-AzAksNodePool.md b/src/Aks/Aks/help/Update-AzAksNodePool.md index bf65513705f6..44a054f39fca 100644 --- a/src/Aks/Aks/help/Update-AzAksNodePool.md +++ b/src/Aks/Aks/help/Update-AzAksNodePool.md @@ -15,22 +15,22 @@ Update node pool in a managed cluster. ### defaultParameterSet (Default) ``` Update-AzAksNodePool -ResourceGroupName -ClusterName -Name [-NodeCount ] - [-AsJob] [-Force] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-NodeImageOnly] [-AsJob] [-Force] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] + [-EnableAutoScaling] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ### ParentObjectParameterSet ``` -Update-AzAksNodePool -Name -ClusterObject [-NodeCount ] [-AsJob] [-Force] - [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] +Update-AzAksNodePool -Name -ClusterObject [-NodeCount ] [-NodeImageOnly] + [-AsJob] [-Force] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` -Update-AzAksNodePool -InputObject [-NodeCount ] [-AsJob] [-Force] +Update-AzAksNodePool -InputObject [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] @@ -38,9 +38,10 @@ Update-AzAksNodePool -InputObject [-NodeCount ] [-AsJob] [-F ### IdParameterSet ``` -Update-AzAksNodePool -Id [-NodeCount ] [-AsJob] [-Force] [-KubernetesVersion ] - [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] +Update-AzAksNodePool -Id [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] + [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] + [] ``` ## DESCRIPTION @@ -250,6 +251,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NodeImageOnly +Will only upgrade the node image of agent pools. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group.